Changes between Version 3 and Version 4 of InHouseScripts
- Timestamp:
- Feb 27, 2012, 10:17:50 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InHouseScripts
v3 v4 8 8 9 9 || '''Name''' || '''Description''' || 10 || check_ascii_lidar(.sh) || checks ascii lidar for erronous data || 11 || classify_las || for auto-classifying noise || 12 || get_first_return.sh || get's first return only || 13 || import_ldr_txt_to_grass.sh || import an ascii point cloud into grass || 14 || lag || a lidar point cloud viewer || 15 || las_merge.sh || merge two las files || 16 || las_sampler.py || create a smaller las file by skipping points read from another las file || 17 || las_single_class.py || classify a whole las file a single number || 18 || make_lidardem_or_intensity.sh || makes DEMs and intensity mosaics from ascii lidar files || 10 || check_ascii_lidar(.sh) || Linux bash script that scans ASCII lidar and reports min/max values || 11 || classify_las || Linux bash program for auto-classifying noisy points in LAS files || 12 || get_first_return.sh || Linux bash scan ASCII LiDAR files and returns only first returns || 13 || lag || Linux bash lidar point cloud viewer || 14 || make_lidardem_or_intensity.sh || Linux GRASS script that makes a simple DEM or intensity mosaics from ASCII lidar files || 19 15 20 === Hyperspectral===16 === Raw hyperspectral data === 21 17 22 18 || '''Name''' || '''Description''' || … … 26 22 || check_qpftiming.py || Test specified Eagle/Hawk framerates against actual framerates calculated from qpfTiming || 27 23 || checkpeaks.py || Matches measured spectral lines to fityk-detected peaks and eagle/hawk pixel numbers for use in spectral calibration || 28 || dimfixer.py || Truncates BIL files so that the file size matches what the header file says it should ||29 24 || dummy_linecount.py || Replaces a broken line counter on the first band of eagle and hawk || 30 || fastQC || QC viewer of BIL data files ||31 25 || gen_bandsets.py || Generates bandset (.prn, .bnd, .wls) files from a wavelength scale file || 32 26 || gen_synth_radcal.py || Generates a synthetic Eagle or Hawk calibration file || … … 34 28 || gen_synth_sbet.py || Generates a synthetic SBET file || 35 29 || generate_prn.py || Generates a .prn file from some subset of bands in a given .wls file || 36 || get_sbet_bounds.py || Gets North/South/East/West extent of (part of) an SBET file in lat/lon ||37 || logwriter.py || Outputs mean altitude, heading and speed from an SBET file for a number of Eagle or Hawk lines ||38 || make_mosaic.sh || Script to convert GeoTIFFs into JPGs using GRASS and create a mosaic image ||39 30 || nav2txt || Output contents of an AISA nav file to an ASCII text file || 40 31 || split_autodark.py || split a line from it's dark frames || … … 43 34 || specim_gap_check.py || Searches Eagle/Hawk raw files for dropped frames by looking at the band 1 frame counter || 44 35 36 45 37 === Camera === 46 38 47 39 || '''Name''' || '''Description''' || 48 || image_events_file_fixer.py || corrects image event files using sol/sbet || 49 || photo2thumb.sh || converts TIF files to thumbnails || 40 || photo2thumb.sh || Uses the Linux convert utility to convert TIFF files to smaller JPEGS || 50 41 51 42 === General === … … 54 45 || asterdem.sh || generates a DEM from ASTER data using GRASS || 55 46 || nextmapdem.sh || generates a DEM from nextmapdata using GRASS || 47 || dimfixer.py || Truncates BIL files so that the file size matches what the header file says it should || 48 || fastQC || QC viewer of BIL data files || 49 || get_sbet_bounds.py || Gets North/South/East/West extent of (part of) an SBET file in lat/lon || 50 || logwriter.py || Outputs mean altitude, heading and speed from an SBET file for a number of Eagle or Hawk lines || 51 || make_mosaic.sh || Script to convert GeoTIFFs into JPGs using GRASS and create a mosaic image || 52 53 56 54 57 55 === Python Libraries ===