.. include:: ../time/references.txt

TimeFITS
========

.. currentmodule:: astropy.time

.. autoclass:: TimeFITS
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeFITS.cache
      ~TimeFITS.jd2_filled
      ~TimeFITS.mask
      ~TimeFITS.masked
      ~TimeFITS.name
      ~TimeFITS.scale
      ~TimeFITS.subfmts
      ~TimeFITS.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeFITS.format_string
      ~TimeFITS.mask_if_needed
      ~TimeFITS.parse_string
      ~TimeFITS.set_jds
      ~TimeFITS.str_kwargs
      ~TimeFITS.to_value

   .. rubric:: Attributes Documentation

   .. autoattribute:: cache
   .. autoattribute:: jd2_filled
   .. autoattribute:: mask
   .. autoattribute:: masked
   .. autoattribute:: name
   .. autoattribute:: scale
   .. autoattribute:: subfmts
   .. autoattribute:: value

   .. rubric:: Methods Documentation

   .. automethod:: format_string
   .. automethod:: mask_if_needed
   .. automethod:: parse_string
   .. automethod:: set_jds
   .. automethod:: str_kwargs
   .. automethod:: to_value
