Changes between Version 3 and Version 4 of InHouseScripts


Ignore:
Timestamp:
Feb 27, 2012, 10:17:50 AM (12 years ago)
Author:
mark1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InHouseScripts

    v3 v4  
    88
    99 || '''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  ||
    1915
    20 === Hyperspectral ===
     16=== Raw hyperspectral data ===
    2117
    2218 || '''Name''' || '''Description''' ||
     
    2622 || check_qpftiming.py || Test specified Eagle/Hawk framerates against actual framerates calculated from qpfTiming ||
    2723 || 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 ||
    2924 || dummy_linecount.py || Replaces a broken line counter on the first band of eagle and hawk ||
    30  || fastQC || QC viewer of BIL data files ||
    3125 || gen_bandsets.py  || Generates bandset (.prn, .bnd, .wls) files from a wavelength scale file ||
    3226 || gen_synth_radcal.py || Generates a synthetic Eagle or Hawk calibration file ||
     
    3428 || gen_synth_sbet.py || Generates a synthetic SBET file ||
    3529 || 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 ||
    3930 || nav2txt || Output contents of an AISA nav file to an ASCII text file ||
    4031 || split_autodark.py || split a line from it's dark frames ||
     
    4334 || specim_gap_check.py || Searches Eagle/Hawk raw files for dropped frames by looking at the band 1 frame counter ||
    4435
     36
    4537=== Camera ===
    4638
    4739 || '''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 ||
    5041
    5142=== General ===
     
    5445 || asterdem.sh  || generates a DEM from ASTER data using GRASS ||
    5546 || 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
    5654
    5755=== Python Libraries ===