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

TimeGPS
=======

.. currentmodule:: astropy.time

.. autoclass:: TimeGPS
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeGPS.cache
      ~TimeGPS.epoch
      ~TimeGPS.epoch_format
      ~TimeGPS.epoch_scale
      ~TimeGPS.epoch_val
      ~TimeGPS.epoch_val2
      ~TimeGPS.in_subfmt
      ~TimeGPS.jd1
      ~TimeGPS.jd2
      ~TimeGPS.jd2_filled
      ~TimeGPS.mask
      ~TimeGPS.masked
      ~TimeGPS.name
      ~TimeGPS.out_subfmt
      ~TimeGPS.scale
      ~TimeGPS.subfmts
      ~TimeGPS.unit
      ~TimeGPS.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeGPS.mask_if_needed
      ~TimeGPS.set_jds
      ~TimeGPS.to_value

   .. rubric:: Attributes Documentation

   .. autoattribute:: cache
   .. autoattribute:: epoch
   .. autoattribute:: epoch_format
   .. autoattribute:: epoch_scale
   .. autoattribute:: epoch_val
   .. autoattribute:: epoch_val2
   .. autoattribute:: in_subfmt
   .. autoattribute:: jd1
   .. autoattribute:: jd2
   .. autoattribute:: jd2_filled
   .. autoattribute:: mask
   .. autoattribute:: masked
   .. autoattribute:: name
   .. autoattribute:: out_subfmt
   .. autoattribute:: scale
   .. autoattribute:: subfmts
   .. autoattribute:: unit
   .. autoattribute:: value

   .. rubric:: Methods Documentation

   .. automethod:: mask_if_needed
   .. automethod:: set_jds
   .. automethod:: to_value
