This script loads the .tsf files generated from the GWR superconducting relative gravimeter iGrav and converts them to the CSV format.
The generated CSVs will also be cleaned up of write errors present in the original files such as NaN-only rows or time jumps due to GPS connection
Just go in the script folder with terminal and run the "main.py" passing as argument the input folder that contains the original .tsf files and the output folder where all the generated csv will be placed
In order for the script to run properly, you must install the numpy package before starting it. If you dont have numpy, just run:
pip3 install numpy
python3 main.py ./input_folder ./output_folder