You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/gallery/Aqua_orbits/remotes_sat_tracks.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ will be accurate for the month of September 2021. For other dates it needs an up
6
6
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.
7
7
8
8
```Julia
9
-
using RemoteS, GMT, SatelliteToolbox
9
+
using RemoteS, GMT, SatelliteToolboxTle, SatelliteToolboxPropagators, SatelliteToolboxTransformations
10
10
11
11
# The AQUA orbits TLE contents for the month of September 2021
0 commit comments