99 | | || '''Script''' || Language || Use || |
100 | | || atcor || bash || Runs ATCOR-4 || |
101 | | || auto_grass_vector_tiff_conversion_driver.sh [[br]] auto_grass_vector_tiff_conversion_control_script.grass|| Python || uses grass to produce tiff images of vectors || |
102 | | || binary_converter.py || Python || Converts binary files from one data type to another (eg. Float32 -> Int16) || |
103 | | || bnglookup.py || Python || Converts BNG numeric grid references to OS grid square co-ordinates || |
104 | | || checkoverflows.py || Python || Checks binary data files for presence of a specified overflow value || |
105 | | || data_arithmetic.py || Python || Performs an arithmetic operation on all of the values from two data files and writes the results to an output data file || |
106 | | || deliverProject.sh || Bash || Will convert a delivery as to its project code and PI name, all necessary files will be changed. Also it could create tex/pdf for any delivery that might be single PI. || |
107 | | || demgen.py || Python || Reads eagle or hawk header files and SBET file to generate a list of the DEM tiles that the SBET covers || |
108 | | || demhdr_az2grass.sh ||bash || Converts dems from az format header to grass header || |
109 | | || demheaderconvert.sh || bash || Converts dems from grass format header to az header || |
110 | | || doc2pdf.py || Python || Converts .doc or .odt files to PDF format || |
111 | | || !DocumentConverter.py || Python || Converts between various document formats using Open Office || |
112 | | || fastcopy_arsf_proj_dir.sh || bash || Script to make a workspace copy of a project directory (ie. avoid copying raw files, etc) || |
113 | | || findbaseline.py || Python || Script to find the baseline value of a list of numbers containing value spikes. Intended for part of Specim cal procedure. || |
114 | | || fix_naughty_chars.py || Python || Finds linux-unfriendly characters in filenames || |
| 99 | || '''Script''' || Language || Use || Author(s) || |
| 100 | || atcor || bash || Runs ATCOR-4 || || |
| 101 | || auto_grass_vector_tiff_conversion_driver.sh [[br]] auto_grass_vector_tiff_conversion_control_script.grass|| Python || uses grass to produce tiff images of vectors || || |
| 102 | || binary_converter.py || Python || Converts binary files from one data type to another (eg. Float32 -> Int16) || || |
| 103 | || bnglookup.py || Python || Converts BNG numeric grid references to OS grid square co-ordinates || || |
| 104 | || checkoverflows.py || Python || Checks binary data files for presence of a specified overflow value || || |
| 105 | || data_arithmetic.py || Python || Performs an arithmetic operation on all of the values from two data files and writes the results to an output data file || || |
| 106 | || deliverProject.sh || Bash || Will convert a delivery as to its project code and PI name, all necessary files will be changed. Also it could create tex/pdf for any delivery that might be single PI. || || |
| 107 | || demgen.py || Python || Reads eagle or hawk header files and SBET file to generate a list of the DEM tiles that the SBET covers || || |
| 108 | || demhdr_az2grass.sh ||bash || Converts dems from az format header to grass header || || |
| 109 | || demheaderconvert.sh || bash || Converts dems from grass format header to az header || || |
| 110 | || doc2pdf.py || Python || Converts .doc or .odt files to PDF format || || |
| 111 | || !DocumentConverter.py || Python || Converts between various document formats using Open Office || || |
| 112 | || fastcopy_arsf_proj_dir.sh || bash || Script to make a workspace copy of a project directory (ie. avoid copying raw files, etc) || || |
| 113 | || findbaseline.py || Python || Script to find the baseline value of a list of numbers containing value spikes. Intended for part of Specim cal procedure. || || |
| 114 | || fix_naughty_chars.py || Python || Finds linux-unfriendly characters in filenames || || |
116 | | || freelook || bash || Runs ENVI Freelook || |
117 | | || gen_fityk_script.py || Python || Generates a fityk script file that can be used to fit peaks to particular datasets || |
118 | | || generate_readme_config.py || Python || Creates a config file for hyperspectral and camera read_me generators || |
119 | | || generateKMLforPI.py || Python || Generate a KML file containing Eagle, Hawk or RCD information || |
120 | | || GML2Shape.sh || bash || Convert GML Vector files to Shapefiles || |
121 | | || gpstime || Python || Converts GPS time-of-week to human-readable format and vice-versa || |
122 | | || hdf_output.py || Python || Lists contents of an HDF file to the terminal || |
123 | | || hdf_to_bil || Python || converts hdf files to bil files (navigation data) || |
124 | | || julian || CShell || Converts between julian day+year and day/month/year || |
125 | | || ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) || |
126 | | || lsolder || bash || Like ls, but can filter list to get files/directories older than a certain time || |
127 | | || mask_bad_pixels.py || Python || Sets defined bad pixels in a BIL or BSQ file to be a mask value || |
128 | | || make_delivery_letter_email.py || Python || Automatically produce delivery letters and emails for a PI || |
129 | | || nextmapdem.sh || bash || Generates an azgcorr-style DEM from !NextMap data || |
130 | | || ppv_to_envi_igm || Python || converts a ppv file (whatever those are) to an igm file and creates a envi header file for it || |
131 | | || projdir || bash || Automatically CDs to a project directory || |
132 | | || proj_tidy.sh || bash || Checks that a specified project conforms to the current defined structure and file name formats || |
133 | | || spatial_average.py || Python || Averages a BIL or BSQ file in the spatial direction || |
134 | | || symlink_src_dir.sh || bash ||Symlinks all files in a source directory into a target directory || |
135 | | || teqc || Binary (third-party) || Program for slicing/splicing/fiddling with RINEX or other GPS base station data (like raw data) || |
136 | | || times4grafnav.py || Python || Searches E/H headers and gets start/stop times for importing into Grafnav to show on trajectory || |
137 | | || trmdatefinder.py || Python || Extracts date from Trimble GPS format file names || |
| 116 | || freelook || bash || Runs ENVI Freelook || || |
| 117 | || gen_fityk_script.py || Python || Generates a fityk script file that can be used to fit peaks to particular datasets || || |
| 118 | || generate_readme_config.py || Python || Creates a config file for hyperspectral and camera read_me generators || || |
| 119 | || generateKMLforPI.py || Python || Generate a KML file containing Eagle, Hawk or RCD information || || |
| 120 | || GML2Shape.sh || bash || Convert GML Vector files to Shapefiles || || |
| 121 | || gpstime || Python || Converts GPS time-of-week to human-readable format and vice-versa || || |
| 122 | || hdf_output.py || Python || Lists contents of an HDF file to the terminal || || |
| 123 | || hdf_to_bil || Python || converts hdf files to bil files (navigation data) || || |
| 124 | || julian || CShell || Converts between julian day+year and day/month/year || || |
| 125 | || ll2bng.sh || bash || Converts specified lat/lon into BNG co-ordinates (wrapper around appropriate proj command) || || |
| 126 | || lsolder || bash || Like ls, but can filter list to get files/directories older than a certain time || || |
| 127 | || mask_bad_pixels.py || Python || Sets defined bad pixels in a BIL or BSQ file to be a mask value || || |
| 128 | || make_delivery_letter_email.py || Python || Automatically produce delivery letters and emails for a PI || || |
| 129 | || nextmapdem.sh || bash || Generates a DEM from !NextMap data || benj/mggr/knpa || |
| 130 | || ppv_to_envi_igm || Python || converts a ppv file (whatever those are) to an igm file and creates a envi header file for it || || |
| 131 | || projdir || bash || Automatically CDs to a project directory || || |
| 132 | || proj_tidy.sh || bash || Checks that a specified project conforms to the current defined structure and file name formats || || |
| 133 | || spatial_average.py || Python || Averages a BIL or BSQ file in the spatial direction || || |
| 134 | || symlink_src_dir.sh || bash ||Symlinks all files in a source directory into a target directory || || |
| 135 | || teqc || Binary (third-party) || Program for slicing/splicing/fiddling with RINEX or other GPS base station data (like raw data) || || |
| 136 | || times4grafnav.py || Python || Searches E/H headers and gets start/stop times for importing into Grafnav to show on trajectory || || |
| 137 | || trmdatefinder.py || Python || Extracts date from Trimble GPS format file names || || |