gnssrefl.retrieve_rh module

gnssrefl.retrieve_rh.retrieve_rh(station, year, doy, extension, midnite, lsp, snrD, outD, screenstats, irefr, logid, logfilename)

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

  • midnite (bool) – whether you are going to allow arcs to cross midnite

  • lsp (dict) – inputs to LSP analysis

  • snrD (numpy array) – contents of SNR file

  • outD (numpy array) – contents of SNR file including two hours before midnite

  • 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 …