gnssrefl.check_rinex_file module
- gnssrefl.check_rinex_file.check_l2(i, savebase, nsat_line1, lines, nlin, l2index, year, doy)
- Parameters:
i (int) – line number index in RINEX file
savebase (str) – list of satellites at first epoch
nsat_line1 (int) – number of satellites in first epoch
nlin (int) – number of lines per satellite allocated in RINEX file
l2index (int) – index of L1 observable
year (int) – full year
doy (int) – day of year
- gnssrefl.check_rinex_file.check_rinex_file(rinexfile)
commandline tool to look at header information in a RINEX file tries to look for existence of L2C data
Example
check_rinex_file p0311520.21o
- Parameters:
rinexfile (str) – name of the RINEX 2.11 file
- gnssrefl.check_rinex_file.main()