This script loads .tsf files generated by the GWR superconducting relative gravimeter iGrav and converts them into clean .csv files.
The resulting CSVs are also cleaned of write errors commonly found in the original .tsf files, such as:
- Rows with only
NaNvalues - Time discontinuities caused by GPS disconnection
Navigate to the script directory in your terminal and run main.py, passing two arguments:
- The path to the input folder containing the
.tsffiles - The path to the output folder where the cleaned
.csvfiles will be saved
python3 main.py ./input_folder ./output_folder