Skip to content

Commit

Permalink
Explain in sat_tracks that extension must be loaded first.
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Apr 13, 2024
1 parent 912d1a3 commit cc2cafb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sat_tracks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ will be accurate for the month of September 2021. For other dates it needs an up
and the orbit track can be visualized with
imshow(orb, proj=:Robinson, region=:global, coast=true)
WARNING: This function depends on the SatelliteToolbox extension that is not loaded by default. Load it with:
- ``using RemoteS, SatelliteToolboxTle, SatelliteToolboxPropagators, SatelliteToolboxTransformations``
"""
function sat_tracks(; geocentric::Bool=false, tiles::Bool=false, position::Bool=false, kwargs...)
!(isdefined(Main, :SatelliteToolboxPropagators)) &&
Expand Down

0 comments on commit cc2cafb

Please sign in to comment.