We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf876f commit 912d1a3Copy full SHA for 912d1a3
ext/RemoteSSatTbxExt/RemoteSSatTbxExt.jl
@@ -45,7 +45,7 @@ module RemoteSSatTbxExt
45
end
46
47
if ((val_tle = find_in_dict(d, [:tle_obj])[1]) !== nothing) tle = val_tle # Some other fun already got it
48
- else tle = RemoteS.loadTLE(d)
+ else tle = RemoteS.loadTLE_ext(d)
49
50
orbp = SatelliteToolboxPropagators.Propagators.init(Val(:SGP4), tle)
51
0 commit comments