gnssrefl.rh_plot module

gnssrefl.rh_plot.main()
gnssrefl.rh_plot.parse_arguments()
gnssrefl.rh_plot.rh_plot(station: str, year: int, csvfile: bool = False, plt: bool = True, extension: str = '', doy1: int = 1, doy2: int = 366, ampl: float = 0, h1: float = 0.0, h2: float = 300.0, azim1: int = 0, azim2: int = 360, peak2noise: float = 0)
Parameters:
  • station (string) – 4 character id of the station.

  • year (integer) – Year

  • csvfile (boolean, optional) – Set to True if you prefer csv to plain txt. default is False.

  • plt (boolean, optional) – To print plots to screen or not. default is TRUE.

  • extension (string, optional) – Solution subdirectory. default is empty string.

  • doy1 (integer, optional) – Initial day of year default is 1.

  • doy2 (integer, optional) – End day of year. default is 366.

  • ampl (float) – New amplitude constraint default is 0.

  • azim1 (int, optional) – New min azimuth default is 0.

  • azim2 (int, optional) – New max azimuth default is 360.

  • h1 (float optional) – lowest allowed reflector height default is 0

  • h2 (float optional) – highest allowed reflector height default is 300

  • peak2noise (float, optional) – New peak to noise constraint default is 0.