Changes between Version 13 and Version 14 of scriptlist
- Timestamp:
- Jul 21, 2010, 3:41:20 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
scriptlist
v13 v14 7 7 || make_lidardem_or_intensity.sh || bash || Create a lidar dem or intensity image from ascii lidar files || 8 8 || las2txt.sh || bash || Convert a lasfile into ascii format || 9 || lidar2dem.sh || bash || Generates an azgcorr-format ASCII DEM from old Optech lidar point cloud files || 9 10 || create_lidar_readme.py || Python || Creates a Readme for lidar deliveries || 11 || lidar_histogram.py || Python || Reads old Optech LiDAR files and outputs a numeric histogram for use in filtering || 12 || lag || Binary (C) || LiDAR file viewer || 10 13 || pt_cloud_filter || Binary (C) || Removes points of a specified classification from ascii lidar point cloud || 11 14 … … 14 17 || '''Script''' || Language || Use || 15 18 || make_delivery_folder.sh || bash || Creates a hyperspectral delivery folder || 19 || getlatlong.sh || bash || Determines lat/lon for flight from Eagle/Hawk header files || 20 || gettiles.sh || bash || Determines BNG grid squares for flight from Eagle/Hawk header files || 16 21 || bounding_box.py || Python || Get the North/South/East/West extent of a number of hdr files in bng coords || 17 22 || create_readme.py || Python || Create a Readme for Hyperspectral deliveries || 23 || dimfixer.py || Python || Truncates BIL files so that the file size matches what the header file says it should || 24 || generate_runscripts.py || Python || Generates config files for hyperspectral data processing || 25 || gen_synth_raw.py || Python || Generates a synthetic Eagle or Hawk dataset || 26 || gen_synth_sbet.py || Python || Generates a synthetic SBET file || 27 || get_boresight_vals.py || Python || Extracts boresight values for given day from data file || 28 || get_calib_vals.py || Python || Extracts calibration file names for given day from data file || 29 || get_sbet_bounds.py || Python || Gets North/South/East/West extent of (part of) an SBET file in lat/lon || 30 || getposition || Python || Gets position information at from an SBET file for a specified time (or file limits) || 31 || getsync.py || Python || Finds sync records on one or more AISA nav files || 32 || logwriter.py || Python || Outputs mean altitude, heading and speed from an SBET file for a number of Eagle or Hawk lines || 33 || match_dark_frames.py || Python || Checks which of a selection of Eagle/Hawk header files have compatible binning, framerate and integration time settings || 34 || process_specim_line.py || Python || Runs az suite on specified Eagle/Hawk flightline for processing || 35 || slice_nav.py || Python || Cuts a chunk of an AISA nav file out into a smaller nav file || 36 || specim_qsub.py || Python || Submits an ARSF project for processing through the grid engine || 37 || fastQC || Binary (C) || Program for viewing BIL files (raw data or level 1) || 18 38 || nav2txt || Binary (C) || Output contents of an AISA nav file to an ASCII text file || 19 39 … … 23 43 || demheaderconvert.sh || bash || Converts dems from grass format header to az header || 24 44 || demhdr_az2grass.sh ||bash || Converts dems from az format header to grass header || 45 || ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) || 46 || symlink_src_dir.sh || bash ||Symlinks all files in a source directory into a target directory || 47 || binary_converter.py || Python || Converts binary files from one data type to another (eg. Float32 -> Int16) || 48 || bnglookup.py || Python || Converts BNG numeric grid references to OS grid square co-ordinates || 49 || doc2pdf.py || Python || Converts .doc or .odt files to PDF format || 25 50 || fix_naughty_chars.py || Python || Finds linux-unfriendly characters in filenames || 51 || gpstime || Python || Converts GPS time-of-week to human-readable format and vice-versa || 52 || mask_bad_pixels.py || Python || Sets defined bad pixels in a BIL or BSQ file to be a mask value || 53 || trmdatefinder.py || Python || Extracts date from Trimble GPS format file names || 54 || hdf_output.py || Python || Lists contents of an HDF file to the terminal || 55 || teqc || Binary (third-party) || Program for slicing/splicing/fiddling with RINEX or other GPS base station data (like raw data) || 26 56 57 '''Libraries''' 58 || alphaconv.py || Python || Functions to convert numbers to letters and back (A=1, B=2 etc) || 59 || band_reader.py || Python || Reads AISA band (.prn) files || 60 || configSorter.py || Python || Sorts config files into sensible order (can also be executed directly) || 61 || data_handler.py || Python || Reads/writes BIL and BSQ files || 62 || libgpstime.py || Python || Converts GPS time-of-week to human-readable format and vice-versa || 63 || liblogwriter.py || Python || Gets mean altitude, heading and speed from an SBET file for a number of Eagle or Hawk lines || 64 || sbet_handler.py || Python || Functions to manipulate SBET files, also limited AISA nav file support || 27 65 28 '''O ther'''66 '''Obsolete''' 29 67 30 68 || '''Script''' || Language || Use || 31 || || || 69 || arsf_processing_monitor.py || Python || Part of old processing job submission system || 70 || generate_qsub.py || Python || Part of old processing job submission system || 71 || sbetlimits.py || Python || Gets summary information about an SBET file - superseded by getposition ||