Skip to content

Commit

Permalink
Add comment on GMST and Soop Table 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbm committed Oct 21, 2014
1 parent 0caf91b commit b6ba092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Astro/Time/Sidereal.hs
Expand Up @@ -56,6 +56,9 @@ gmst_full ut1 tt = era ut1 + gmst_p tt
-- This version disregards the difference between UT1 and TAI
-- (about 35 s in 2014). The impact is less than one mas
-- (milliarcsecond) from 1972 (start of TT scale) through 2050-ish.
--
-- GMST is consistent with Soop Table 1.
--
gmst' :: RealFloat a => E UT1 a -> Angle a
gmst' ut1 = gmst_full ut1 (taiToTT $ ut1ToTAI (const _0) ut1)

Expand Down

0 comments on commit b6ba092

Please sign in to comment.