We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c7e90 commit c388181Copy full SHA for c388181
docs/jplhorizons/jplhorizons.rst
@@ -561,8 +561,6 @@ provided as ISO dates (YYYY-MM-DD HH-MM UT). If you have your epoch dates in one
561
of these formats but you need the other format, make use of
562
:class:`astropy.time.Time` for the conversion. An example is provided here:
563
564
-.. doctest-requires:: astropy
565
-
566
>>> from astropy.time import Time
567
>>> mydate_fromiso = Time('2018-07-23 15:55:23') # pass date as string
568
>>> print(mydate_fromiso.jd) # convert Time object to Julian date
0 commit comments