Changes between Version 102 and Version 103 of scriptlist
- Timestamp:
- Feb 8, 2012, 3:27:50 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
scriptlist
v102 v103 10 10 || attune || bash || Runs wine version of Attune (boresight calibration) || || 11 11 || 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 || || 12 13 || classify_las || Binary (C) || LiDAR classification || || 13 14 || classify_las_files.sh || bash || Runs classify_las on a set of LAS files using a specified classification algorithm || || … … 42 43 || bounding_box.py || Python || Get the North/South/East/West extent of a number of hdr files in bng coords || || 43 44 || 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 || || 44 46 || check_apl_cmd || bash || Runs the apl commands in the config file for all level1 flightlines, output to tmp_cmd_check dir || adbe || 45 47 || check_bil.py || Python || Checks quality of bil files in hyperspectral delivery, to be run in flightlines/level1b/ || adbe || … … 48 50 || checkpeaks.py || Python || Matches measured spectral lines to fityk-detected peaks and eagle/hawk pixel numbers for use in spectral calibration || benj || 49 51 || 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 || || 50 53 || dimfixer.py || Python || Truncates BIL files so that the file size matches what the header file says it should || benj || 51 54 || dummy_linecount.py || Python || Replaces a broken line counter on the first band of eagle and hawk (values 0 to number of lines) || knpa || … … 76 79 || 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 || 77 80 || 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 || || 78 83 || process_specim_line.py || Python || Runs az suite on specified Eagle/Hawk flightline for processing || benj || 79 84 || run_calibration.py || Python || Master script for running calibration scripts || benj || … … 90 95 || create_latex_camera_readme.py || Python || Creates a LaTeX file for generating a PDF read_me for delivery || 91 96 || 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 || || 92 98 || make_delivery_folder.sh || bash || Creates a Photograph delivery folder || 93 99 || photo2thumb.sh || bash || Converts RCD TIF files to JPG thumbnails || … … 122 128 || generate_readme_config.py || Python || Creates a config file for hyperspectral and camera read_me generators || || 123 129 || 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 || || 124 131 || GML2Shape.sh || bash || Convert GML Vector files to Shapefiles || || 125 132 || gpstime || Python || Converts GPS time-of-week to human-readable format and vice-versa || || 126 133 || 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) || || 128 135 || 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 || || 129 138 || ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) || || 130 139 || lsolder || bash || Like ls, but can filter list to get files/directories older than a certain time || ||