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

TimeJulianEpoch
===============

.. currentmodule:: astropy.time

.. autoclass:: TimeJulianEpoch
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeJulianEpoch.cache
      ~TimeJulianEpoch.epoch_to_jd
      ~TimeJulianEpoch.jd2_filled
      ~TimeJulianEpoch.jd_to_epoch
      ~TimeJulianEpoch.mask
      ~TimeJulianEpoch.masked
      ~TimeJulianEpoch.name
      ~TimeJulianEpoch.scale
      ~TimeJulianEpoch.unit
      ~TimeJulianEpoch.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeJulianEpoch.mask_if_needed
      ~TimeJulianEpoch.set_jds
      ~TimeJulianEpoch.to_value

   .. rubric:: Attributes Documentation

   .. autoattribute:: cache
   .. autoattribute:: epoch_to_jd
   .. autoattribute:: jd2_filled
   .. autoattribute:: jd_to_epoch
   .. autoattribute:: mask
   .. autoattribute:: masked
   .. autoattribute:: name
   .. autoattribute:: scale
   .. autoattribute:: unit
   .. autoattribute:: value

   .. rubric:: Methods Documentation

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