Skip to content

Commit

Permalink
Updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleCeresoli authored Feb 5, 2024
1 parent 36eb311 commit 21b32ca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/eop/loaders.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ export eop_load_data!, eop_unload_data!
eop_load_data!(m::IERS2010, filename)
Initialise the Earth Orientation Parameters (EOP) from a dedicated JSMD `.eop.dat` file.
!!! note
Currently, only EOP data associated to the IAU2006/2000A precession-nutation model
is supported.
"""
function eop_load_data!(m::IERSModel, filename)

Expand Down Expand Up @@ -212,4 +208,4 @@ function eop_read_data(filename)

return days_utc, days_tt, xp, yp, ut1_tt, lod, δX, δY, δΔψ, δΔϵ

end
end

0 comments on commit 21b32ca

Please sign in to comment.