Changes between Version 129 and Version 130 of scriptlist


Ignore:
Timestamp:
Feb 10, 2012, 6:19:43 PM (12 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • scriptlist

    v129 v130  
    4747|| check_qpftiming.py || Python || Test specified Eagle/Hawk framerates against actual framerates calculated from qpfTiming || benj ||
    4848|| checkpeaks.py || Python || Matches measured spectral lines to fityk-detected peaks and eagle/hawk pixel numbers for use in spectral calibration || benj ||
    49 || create_latex_hyperspectral_readme.py || Python || Create a LaTeX file for a PDF Readme for Hyperspectral deliveries || ||
     49|| create_latex_hyperspectral_readme.py || Python || Create a LaTeX file for a PDF Readme for Hyperspectral azgcorr deliveries || ||
     50|| create_latex_hyperspectral_apl_readme.py || Python || Create a LaTeX file for a PDF Readme for Hyperspectral APL deliveries || ||
    5051|| dimfixer.py || Python || Truncates BIL files so that the file size matches what the header file says it should || benj ||
    5152|| dummy_linecount.py || Python || Replaces a broken line counter on the first band of eagle and hawk (values 0 to number of lines) || knpa ||
     
    5758|| gen_synth_sbet.py || Python || Generates a synthetic SBET file || benj ||
    5859|| generate_prn.py || Python || Generates a .prn file from some subset of bands in a given .wls file || benj ||
     60|| generate_apl_runscripts.py || Python || Generates config file for APL hyperspectral processing || ||
    5961|| get_boresight_vals.py || Python || Extracts boresight values for given day from csv file || ||
    6062|| get_calib_vals.py || Python || Extracts calibration file names for given day from data file || ||
     63|| gen_eg_cmds.py || Python || Generates example commands for APL for the read me file || ||
    6164|| get_sbet_bounds.py || Python || Gets North/South/East/West extent of (part of) an SBET file in lat/lon || benj ||
    6265|| getposition || Python || Gets position information at from an SBET file for a specified time (or file limits) || benj ||
     
    6467|| gettiles.sh || bash || Determines BNG grid squares for flight from Eagle/Hawk header files || benj ||
    6568|| hdr_fps_check.py || Python || Checks if a Specim file has a mismatch between recorded and actual frame rate (Hawk problem) || ||
     69|| hyper_latex_table_tools.py || Python || Python tools for hyperspectral readme table creation || ||
    6670|| igm2map.sh [[br]] igm2map.pro || bash || Script to use IGM files to generate a GLT file and map level 1 data || ||
    6771|| interleave_convert.py || Python || Convert interleave of a 3D file between BIL/BSQ || ||
    6872|| logwriter.py || Python || Outputs mean altitude, heading and speed from an SBET file for a number of Eagle or Hawk lines || benj ||
    6973|| make_mosaic.sh [[br]] make_mosaic.grass || bash || Script to convert GeoTIFFs into JPGs and create a mosaic image (with vectors) || ||
     74|| make_hyper_delivery.py || Python || Make a hyperspectral delivery fro APL data || ||
    7075|| match_dark_frames.py || Python || Checks which of a selection of Eagle/Hawk header files have compatible binning, framerate and integration time settings || benj ||
    7176|| mergeCFSync.py || Python || Merges a .cfg and a .sync (eagle/hawk line sct offsets) || ||
     
    7378|| new_nav_file_fixer.py || Python || Script to remove once-per-second sync messages from a eagle/hawk nav file that were introduced with the firmware upgrade in October 2011 and sometimes break aplcorr || knpa ||
    7479|| phasecorrelator.py || Python || Perform phase correlation on a lidar intensity image and a hyperspectral image || ||
     80|| process_specim_apl_line.py || Python || Process the specim data using APL || ||
    7581|| qsub_correlate.py || Python || Submit a correlation job to the grid || ||
    7682|| process_specim_line.py || Python || Runs az suite on specified Eagle/Hawk flightline for processing || benj ||
     
    103109|| auto_grass_vector_tiff_conversion_driver.sh [[br]] auto_grass_vector_tiff_conversion_control_script.grass || Python || uses grass to produce tiff images of vectors ||  ||
    104110|| binary_converter.py || Python || Converts binary files from one data type to another (eg. Float32 -> Int16) ||   ||
     111|| bil2tiff || Bash || Convert bil files to geotiffs using gdal || ||
    105112|| bnglookup.py || Python || Converts BNG numeric grid references to OS grid square co-ordinates ||  ||
    106113|| checkoverflows.py || Python || Checks binary data files for presence of a specified overflow value || ||
    107114|| convert_delivery.sh || Bash || Will convert a delivery to a new project code and PI name. Can also be used on single deliveries to correct PI/proj-code inconsistencies || ||
     115|| convert_nonuk_dem.sh || Bash / Grass || Convert a non-UK DEM into APL format (may have to be in WGS84 heights?) || ||
     116|| convert_uk_dem.sh || Bash / Grass || Convert a UK DEM into APL format || ||
    108117|| data_arithmetic.py || Python || Performs an arithmetic operation on all of the values from two data files and writes the results to an output data file || ||
    109118|| demgen.py || Python || Reads eagle or hawk header files and SBET file to generate a list of the DEM tiles that the SBET covers ||  ||
     
    124133|| hdf_to_bil.py || Python || Extracts navigation data from hdf files to a bil file || chrfi/knpa  ||
    125134|| julian || CShell || Converts between julian day+year and day/month/year ||   ||
     135|| kmloverview_all_projects_this_year.py || Python || Generate KML Overview for all projects in repository for a given year || ||
    126136|| ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) ||  ||
    127137|| lsolder || bash || Like ls, but can filter list to get files/directories older than a certain time || ||
     
    132142|| projdir || bash || Automatically CDs to a project directory || anch ||
    133143|| proj_tidy.sh || bash || Checks that a specified project conforms to the current defined structure and file name formats || knpa ||
     144|| raw_eagle_hawk_bil2jpg.sh [[br]] raw_eagle_hawk_bil2jpg.grass || Create JPGs of raw eagle/hawk data for KML overview || ||
    134145|| spatial_average.py || Python || Averages a BIL or BSQ file in the spatial direction || ||
    135146|| symlink_src_dir.sh || bash || Symlinks all files in a source directory into a target directory ||  ||