gnssrefl.retrieve_rh module
- gnssrefl.retrieve_rh.retrieve_rh(station, year, doy, extension, lsp, snrD, 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
lsp (dict) – inputs to LSP analysis
snrD (numpy array) – contents of SNR file (may include adjacent day data if midnite option enabled)
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)