Usage for mjdSecondsToMJDandUT

Return to directory of Todd's CASA extensions

Converts a value of MJD seconds into MJD, and into a UT date/time string. See also mjdToUT and mjdNanosecondsToMJDandUT.

Usage:

au.mjdSecondsToMJDandUT(mjdsec, use_metool=True, debug=False, prec=6, delimiter='-')
  • Caveat: only works for a scalar input value
  • use_metool: default=True which will use the CASA me and qa tools. False: uses a built-in formula which agrees with the CASA result.
  • prec: default=6=show to nearest second; change to 7 to show tenths of seconds, etc.

Example:

CASA <16>: au.mjdSecondsToMJDandUT(4858815658.656)
  Out[16]: (56236.292345555557, '2012-11-05 07:00:59 UT')

-- ToddHunter - 2013-01-21
Topic revision: r4 - 2015-09-18, ToddHunter
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding NRAO Public Wiki? Send feedback