Skip to content

Commit c6dc160

Browse files
committed
Use the proper time instead of a value used for debugging
1 parent f568ba7 commit c6dc160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eop.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def ut1cor(mjd, ut1ptx, taiutc, xjdtim):
272272
nsteps = np.ceil(1440 * (end - start))
273273
for t in np.linspace(start, end, nsteps):
274274
t = Time(t, format="mjd")
275-
t = Time(rdate.mjd + 0.544351875782, format="mjd")
275+
# t = Time(rdate.mjd + 0.544351875782, format="mjd")
276276

277277
dtcor = ut1cor(cmjd, cut1c, ctaiutc, t.jd)
278278
xpcor = cwobx(t.mjd) * erfa.DAS2R

0 commit comments

Comments
 (0)