Closed kristinemlarson closed 1 week ago
Since the waveform is analyzed in the gnssir module, the first place you should look is there. if you say -h, you will see at the bottom:
-savearcs SAVEARCS boolean, save individual arcs. default is false. -savearcs_format SAVEARCS_FORMAT format of saved arcs (txt or pickle). default is txt
so -savearcs T is what you want to use. the location of the these saved arc files is printed to the screen when you run gnssir.
there is a small bit more when you look at gnssir documentation. since we are trying to use readthedocs format now, that is where you should look for description of what goes into gnssir and what goes out. this is the link
https://gnssrefl.readthedocs.io/en/latest/api/gnssrefl.gnssir_cl.html
this is also mentioned in the Understanding part of the website - but i think these first two options are a bit more intuitive. The format of the savearc file is given inside the file.
To improve this documentation - please submit a PR. thanks
submitted via email.