.. _maxi-time: *************************************************** MAXI Mission Epoch (:mod:`gdt.missions.maxi.time`) *************************************************** The MAXI Mission time is typically expressed as the number of seconds elapsed since January 1, 2000 00:00:00 UTC in the Terrestrial Time scale. We have defined a specialized epoch to work with Astropy ``Time`` objects so that the MAXI mission time can be easily converted to/from other formats and time scales. To use this, we simply import and create an astropy Time object with a `'maxi'` format: >>> from gdt.missions.maxi.time import Time >>> maxi_met = Time(556288865.0, format='maxi') >>> maxi_met