Still a lot of changes to make
This commit is contained in:
@@ -2,8 +2,13 @@ module Thesis
|
||||
|
||||
using LinearAlgebra, ForwardDiff, PlotlyJS, SPICE
|
||||
|
||||
furnsh("../../SPICE/naif0012.tls")
|
||||
furnsh("../../SPICE/de430.bsp")
|
||||
try
|
||||
furnsh("../../SPICE/naif0012.tls")
|
||||
furnsh("../../SPICE/de430.bsp")
|
||||
catch
|
||||
furnsh("SPICE/naif0012.tls")
|
||||
furnsh("SPICE/de430.bsp")
|
||||
end
|
||||
|
||||
include("./constants.jl")
|
||||
include("./spacecraft.jl")
|
||||
@@ -16,4 +21,4 @@ module Thesis
|
||||
include("./inner_loop/phase.jl")
|
||||
include("./inner_loop/inner_loop.jl")
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user