Made quickplt faster with large datasets. I was using numpy append when i should have used a list and converted at the end.
Fixed a place where I was checking snr existence (twice) in rinex2snr when I really should not have been.
quickplot allows y-offsets.
added station_pos_2024.db - includes more station coordinates from nevada reno group.
2.3.0
Fixed bug for SNR files that used non-compliant filenames that are allowed by nmea2snr. routine that picks up the SNR file failed to check for gzipped files for these cases and it should have. For historical reasons it is called define_and_xz_snr, though now I am only using gz, not xz.
2.2.1
Added wuhan rapid orbit downloads from wuhan (community PR). Updated gnsssnrbigger.f to allow three days with five minute orbits This is activated from the wum2 orb flag
checked wum, which was pointing to ULA not ULT, i.e.
WUM0MGXULT_20240050000_01D_05M_ORB.SP3
not sure if they changed the name or if it was always wrong.
2.2.0
Had problems with docker because I was not using proper version names
2.1
Changed sigma on snowdepth to better reflect true errors. Previous value was gross overestimate
2.0.2
Changed how the Hatanaka code was installed in the docker Need to follow up with how we use this code in install_exe
New optional DC polynomial elevation angle limits allowed for gnssir_input.
Added some warnings in gnssir for pele and e1/e2 mismatches