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

TimeBesselianEpoch
==================

.. currentmodule:: astropy.time

.. autoclass:: TimeBesselianEpoch
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeBesselianEpoch.epoch_to_jd
      ~TimeBesselianEpoch.jd_to_epoch
      ~TimeBesselianEpoch.name
      ~TimeBesselianEpoch.scale
      ~TimeBesselianEpoch.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeBesselianEpoch.set_jds
      ~TimeBesselianEpoch.to_value

   .. rubric:: Attributes Documentation

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

   .. rubric:: Methods Documentation

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