kristinemlarson / gnssrefl

GNSS Interferometric Reflectometry Software (GNSS-IR)
GNU General Public License v3.0
159 stars 77 forks source link

how can I get the original waveform of the detrended SNR data that are used in the periodogram? #328

Closed kristinemlarson closed 1 week ago

kristinemlarson commented 1 week ago

submitted via email.

kristinemlarson commented 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