gnssrefl.ymd module

gnssrefl.ymd.main()

converts year month day to day of year and prints it to the screen

MJD is an optional output

Parameters:
  • year (int) – 4 ch year

  • month (int) – calendar month

  • day (int) – calendar day

  • mjd (str) – use T or True to get MJD printed to the screen

Returns:

doy – three character day of the year

Return type:

str