Merge branch 'main' of https://gitlab.rconnorjohnstone.com/school/thesis
This commit is contained in:
@@ -44,7 +44,7 @@ function inner_loop(launch_date::DateTime,
|
||||
end
|
||||
|
||||
time = utc2et(Dates.format(launch_date,"yyyy-mm-ddTHH:MM:SS"))
|
||||
thrust_profiles = []
|
||||
thrust_profiles = Vector{Matrix{Float64}}()
|
||||
|
||||
for phase in phases
|
||||
planet1_state = [spkssb(ids[phase.from_planet], time, "ECLIPJ2000"); 0.0]
|
||||
|
||||
Reference in New Issue
Block a user