Changes between Version 102 and Version 103 of scriptlist


Ignore:
Timestamp:
Feb 8, 2012, 3:27:50 PM (12 years ago)
Author:
adbe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • scriptlist

    v102 v103  
    1010|| attune || bash || Runs wine version of Attune (boresight calibration) || ||
    1111|| check_ascii_lidar.sh || bash || Checks the ASCII LiDAR files in the delivery for erroneous data || ||
     12|| check_ascii_lidar.sh || Binary (C) || Checks the ASCII LiDAR files in the delivery for erroneous data, prints the bounds of the ascii file || ||
    1213|| classify_las || Binary (C) || LiDAR classification ||  ||
    1314|| classify_las_files.sh || bash || Runs classify_las on a set of LAS files using a specified classification algorithm || ||
     
    4243|| bounding_box.py || Python || Get the North/South/East/West extent of a number of hdr files in bng coords || ||
    4344|| cal_radiometric.py || Python || Generates a calibration curve in each band given input data in BIL or BSQ format and a known lamp file || benj ||
     45|| correlate.py || Python || Wrapper for correlate.py || ||
    4446|| check_apl_cmd || bash || Runs the apl commands in the config file for all level1 flightlines, output to tmp_cmd_check dir || adbe ||
    4547|| check_bil.py || Python || Checks quality of bil files in hyperspectral delivery, to be run in flightlines/level1b/ || adbe ||
     
    4850|| checkpeaks.py || Python || Matches measured spectral lines to fityk-detected peaks and eagle/hawk pixel numbers for use in spectral calibration || benj ||
    4951|| create_latex_hyperspectral_readme.py || Python || Create a LaTeX file for a PDF Readme for Hyperspectral deliveries || ||
     52|| data_reader.py || Python || Read data in that is required for the correlator || ||
    5053|| dimfixer.py || Python || Truncates BIL files so that the file size matches what the header file says it should || benj ||
    5154|| dummy_linecount.py || Python || Replaces a broken line counter on the first band of eagle and hawk (values 0 to number of lines) || knpa ||
     
    7679|| 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 ||
    7780|| ppv_to_envi_igm.py || Python || Converts azgcorr's ppv (per-pixel view vector) output to an ENVI IGM || ||
     81|| phasecorrelator.py || Python || Perform phase correlation on a lidar intensity image and a hyperspectral image || ||
     82|| qsub_correlate.py || Python || Submit a correlation job to the grid || ||
    7883|| process_specim_line.py || Python || Runs az suite on specified Eagle/Hawk flightline for processing || benj ||
    7984|| run_calibration.py || Python || Master script for running calibration scripts || benj ||
     
    9095|| create_latex_camera_readme.py ||  Python  || Creates a LaTeX file for generating a PDF read_me for delivery  ||
    9196|| image_events_file_fixer.py || Python || Corrects image event files, mainly by using a sol/sbet file to correct position accuracy ||
     97|| make_camera_delivery.py || Python || Create a camera delivery || ||
    9298|| make_delivery_folder.sh || bash || Creates a Photograph delivery folder ||
    9399|| photo2thumb.sh || bash || Converts RCD TIF files to JPG thumbnails ||
     
    122128|| generate_readme_config.py || Python || Creates a config file for hyperspectral and camera read_me generators ||  ||
    123129|| generateKMLforPI.py || Python || Generate a KML file containing Eagle, Hawk or RCD information || ||
     130|| getDEMbufferpy || Python || Get the buffer size around LiDAR data for use when creating a DEM for use with apl || ||
    124131|| GML2Shape.sh || bash || Convert GML Vector files to Shapefiles ||  ||
    125132|| gpstime || Python || Converts GPS time-of-week to human-readable format and vice-versa ||  ||
    126133|| hdf_output.py || Python || Lists contents of an HDF file to the terminal ||  ||
    127 || hdf_to_bil.py || Python || converts hdf files to bil files (navigation data) ||   ||
     134|| hdf_to_bil || Python || converts hdf files to bil files (navigation data) ||   ||
    128135|| julian || CShell || Converts between julian day+year and day/month/year ||   ||
     136|| lidardem.sh || Bash || Create a DEM from LiDAR data either las of ascii format || ||
     137|| lidar_aster_dem.sh || Bash || Create a DEM from LiDAR and aster data, wrapper fro lidardem.sh and asterdem.sh || ||
    129138|| ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) ||  ||
    130139|| lsolder || bash || Like ls, but can filter list to get files/directories older than a certain time || ||