140 | | || '''Script''' || Language || Use || |
141 | | || alphaconv.py || Python || Functions to convert numbers to letters and back (A=1, B=2 etc) || |
142 | | || arsf_database.py || Python || Functions to access key/value ARSF database (please use arsf_db_reader.py) || |
143 | | || arsf_db_reader.py || Python || Provides classes and functions to read from the ARSF database || |
144 | | || band_reader.py || Python || Reads AISA band (.prn) files || |
145 | | || configSorter.py || Python || Sorts config files into sensible order (can also be executed directly) || |
146 | | || convert_interpolate.py || Python || Interpolates an array and/or many arrays wrt. one array. Finds peaks/Derivates/Integrates for 1D arrays. || |
147 | | || common_readme_functions.py || Python || Functions for latex readme generator scripts || |
| 140 | || '''Script''' || Language || Use || Author || |
| 141 | || alphaconv.py || Python || Functions to convert numbers to letters and back (A=1, B=2 etc) || || |
| 142 | || arsf_database.py || Python || Functions to access key/value ARSF database (please use arsf_db_reader.py) || || |
| 143 | || arsf_db_reader.py || Python || Provides classes and functions to read from the ARSF database || || |
| 144 | || band_reader.py || Python || Reads AISA band (.prn) files || || |
| 145 | || configSorter.py || Python || Sorts config files into sensible order (can also be executed directly) || || |
| 146 | || convert_interpolate.py || Python || Interpolates an array and/or many arrays wrt. one array. Finds peaks/Derivates/Integrates for 1D arrays. || || |
| 147 | || common_readme_functions.py || Python || Functions for latex readme generator scripts || || |
149 | | || csv_handler.py || Python || Reads CSV columns as lists and writes lists to a CSV file || |
150 | | || data_handler.py || Python || Reads/writes BIL and BSQ files || |
151 | | || flightlineclass.py || Python || Class to hold info on Eagle/Hawk flight lines (used in generateKMLforPI.py) || |
152 | | || kml_writer.py || Python || Creates and writes KML files. || |
153 | | || libgpstime.py || Python || Converts GPS time-of-week to human-readable format and vice-versa || |
154 | | || liblogwriter.py || Python || Gets mean altitude, heading and speed from an SBET file for a number of Eagle or Hawk lines || |
| 149 | || csv_handler.py || Python || Reads CSV columns as lists and writes lists to a CSV file || || |
| 150 | || data_handler.py || Python || Reads/writes BIL and BSQ files || || |
| 151 | || flightlineclass.py || Python || Class to hold info on Eagle/Hawk flight lines (used in generateKMLforPI.py) || || |
| 152 | || kml_writer.py || Python || Creates and writes KML files. || || |
| 153 | || libgpstime.py || Python || Converts GPS time-of-week to human-readable format and vice-versa || || |
| 154 | || liblogwriter.py || Python || Gets mean altitude, heading and speed from an SBET file for a number of Eagle or Hawk lines || || |