gnssrefl.smoosh module
- gnssrefl.smoosh.main()
Decimates and strips out SNR data from a RINEX 2.11 file. Only RINEX, no Hatanaka RINEX or gzipped files allowed. If you would like to add these features, please submit a PR.
Examples
- smoosh p0410010.22o 5
decimates a highrate rinex 2.11 file to 5 seconds
- smoosh p0410010.22o 5 -snr T
also eliminates all observation types except for SNR
- Parameters:
rinex (str) – rinex 2.11 filename
dec (int) – decimation value in seconds
snr (bool, optional) – whether you want only SNR observables helpful when you have too many observables in your file.