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

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

.. currentmodule:: astropy.time

.. autoclass:: TimeJulianEpoch
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeJulianEpoch.epoch_to_jd
      ~TimeJulianEpoch.jd_to_epoch
      ~TimeJulianEpoch.name
      ~TimeJulianEpoch.scale
      ~TimeJulianEpoch.unit
      ~TimeJulianEpoch.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeJulianEpoch.set_jds
      ~TimeJulianEpoch.to_value

   .. rubric:: Attributes Documentation

   .. autoattribute:: epoch_to_jd
   .. autoattribute:: jd_to_epoch
   .. autoattribute:: name
   .. autoattribute:: scale
   .. autoattribute:: unit
   .. autoattribute:: value

   .. rubric:: Methods Documentation

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