I think I've finished my first revision
This commit is contained in:
7
julia/porkchop.jl
Normal file
7
julia/porkchop.jl
Normal file
@@ -0,0 +1,7 @@
|
||||
using Dates
|
||||
using Thesis
|
||||
|
||||
departures = collect(DateTime(2023,7,1):Dates.Day(1):DateTime(2023,12,1))
|
||||
arrivals = collect(DateTime(2025,6,1):Dates.Day(1):DateTime(2026,1,1))
|
||||
p = porkchop(Earth, Mars, departures, arrivals)
|
||||
display(p);
|
||||
Reference in New Issue
Block a user