MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / julianDate

Method julianDate

lib/matplotlib/testing/jpl_units/Epoch.py:95–100  ·  view source on GitHub ↗
(self, frame)

Source from the content-addressed store, hash-verified

93 return self._frame
94
95 def julianDate(self, frame):
96 t = self
97 if frame != self._frame:
98 t = self.convert(frame)
99
100 return t._jd + t._seconds / 86400.0
101
102 def secondsPast(self, frame, jd):
103 t = self

Callers 2

__str__Method · 0.95
epoch2floatMethod · 0.80

Calls 1

convertMethod · 0.95

Tested by

no test coverage detected