Skip to content

Commit 4ff71e9

Browse files
committed
Update one tutorial step
1 parent cc2cafb commit 4ff71e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/gallery/Aqua_orbits/remotes_sat_tracks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ will be accurate for the month of September 2021. For other dates it needs an up
66
Orbits calculation rely on the [SatelliteToolbox](https://github.com/JuliaSpace/SatelliteToolbox.jl) package(s). Orbits are calculated with the help of the so called Two Line Element files that unfortunatelly have _accuracy validity_ quite short (around one month). They can be obtainded from the [Space Track](https://www.space-track.org) site.
77

88
```Julia
9-
using RemoteS, GMT, SatelliteToolbox
9+
using RemoteS, GMT, SatelliteToolboxTle, SatelliteToolboxPropagators, SatelliteToolboxTransformations
1010

1111
# The AQUA orbits TLE contents for the month of September 2021
1212
tle1 = "1 27424U 02022A 21245.83760660 .00000135 00000-0 39999-4 0 9997";

0 commit comments

Comments
 (0)