gnssrefl.retrieve_rh module
- gnssrefl.retrieve_rh.retrieve_rh(station, year, doy, extension, station_config, arcs, screenstats, irefr, logid, logfilename, dbhz)
new worker code that estimates LSP from GNSS SNR data. it will now live here and be called by gnssir_v2.py
- Parameters:
station (str) – name of station
year (int) – calendar year
doy (int) – day of year
extension (str) – strategy extension
station_config (dict) – inputs to LSP analysis
arcs (list of (metadata, data) tuples) – pre-extracted satellite arcs from extract_arcs_from_station
screenstats (bool) – whether you want stats to the screen
irefr (int) – which refrction model is used
logid (file ID) – opened in earlier function
logfilename (str) – name of the log file …
dbhz (bool) – keep dbhz units (or not)