Skip to content

Commit

Permalink
Merge branch 'main' of github.com:JuliaSpaceMissionDesign/IERSConvent…
Browse files Browse the repository at this point in the history
…ions.jl
  • Loading branch information
andreapasquale94 committed Feb 8, 2024
2 parents b51acd5 + b893bff commit da1b5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/era.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See also [`iers_era_rotm`](@ref).
"""
function iers_era(::IERSModel, ut1_d::Number)

# The function uses the fractional UT1 date to gain additional iers_bias_precession_nutation
# The function uses the fractional UT1 date to gain additional precision
# in the computations
return mod2pi(2π * (mod(ut1_d, 1) + 0.7790572732640 + 0.00273781191135448ut1_d))

Expand All @@ -40,4 +40,4 @@ See also [`iers_era`](@ref).
"""
function iers_era_rotm(m::IERSModel, ut1_d::Number)
return angle_to_dcm(iers_era(m, ut1_d), :Z)
end
end

0 comments on commit da1b5e9

Please sign in to comment.