First draft of presentation
This commit is contained in:
@@ -64,22 +64,22 @@ println(get_id.(sorted_missions2[1:5]))
|
||||
# camera=((-0.2, -0.3, -0.2),(1.75,-1.75,1.5))));
|
||||
|
||||
# Save Orbit Plot
|
||||
savefig(Thesis.plot(short, title="EMS Mission Profile", mode="light", planet_colors=false,
|
||||
phase_colors=["#F00","#F0F","#6AF"], markers=false, legend=false,
|
||||
camera=((-0.2, 0.1, -0.3),(-2.,-2.,1.))),
|
||||
"/home/connor/projects/thesis/LaTeX/fig/EMS_plot.png",
|
||||
width=850, height=400)
|
||||
savefig(Thesis.plot(short, title="EMS Mission Profile", mode="light", planet_colors=false,
|
||||
phase_colors=["#F00","#F0F","#6AF"], markers=false, planets=false, legend=false,
|
||||
camera=((-0.2, 0.1, -0.3),(-2.,-2.,1.))),
|
||||
"/home/connor/projects/thesis/LaTeX/fig/EMS_plot_noplanets.png",
|
||||
width=850, height=400)
|
||||
savefig(Thesis.plot(long, title="EMS Mission Profile", mode="light", planet_colors=false,
|
||||
# savefig(Thesis.plot(short, title="EMS Mission Profile", mode="light", planet_colors=false,
|
||||
# phase_colors=["#F00","#F0F","#6AF"], markers=false, legend=false,
|
||||
# camera=((-0.2, 0.1, -0.3),(-2.,-2.,1.))),
|
||||
# "/home/connor/projects/thesis/LaTeX/fig/EMS_plot.png",
|
||||
# width=850, height=400)
|
||||
# savefig(Thesis.plot(short, title="EMS Mission Profile", mode="light", planet_colors=false,
|
||||
# phase_colors=["#F00","#F0F","#6AF"], markers=false, planets=false, legend=false,
|
||||
# camera=((-0.2, 0.1, -0.3),(-2.,-2.,1.))),
|
||||
# "/home/connor/projects/thesis/LaTeX/fig/EMS_plot_noplanets.png",
|
||||
# width=850, height=400)
|
||||
savefig(Thesis.plot(long, title="EMJS Mission Profile", mode="light", planet_colors=false,
|
||||
phase_colors=["#F00","#F0F","#6AF"], markers=false, legend=false,
|
||||
camera=((-0.2, -0.3, -0.2),(1.75,-1.75,1.5))),
|
||||
"/home/connor/projects/thesis/LaTeX/fig/EMJS_plot.png",
|
||||
width=850, height=400)
|
||||
savefig(Thesis.plot(long, title="EMS Mission Profile", mode="light", planet_colors=false,
|
||||
savefig(Thesis.plot(long, title="EMJS Mission Profile", mode="light", planet_colors=false,
|
||||
phase_colors=["#F00","#F0F","#6AF"], markers=false, planets=false, legend=false,
|
||||
camera=((-0.2, -0.3, -0.2),(2.,-2.,1.5))),
|
||||
"/home/connor/projects/thesis/LaTeX/fig/EMJS_plot_noplanets.png",
|
||||
@@ -89,18 +89,22 @@ savefig(Thesis.plot(long, title="EMS Mission Profile", mode="light", planet_colo
|
||||
# display(plot_thrust_components(display_mission, title="Thrust Components vs Time", mode="light"))
|
||||
|
||||
# Save Thrust Plots
|
||||
savefig(plot_thrust(short, title="Thrust Magnitude vs Time", mode="light", legend=false),
|
||||
"/home/connor/projects/thesis/LaTeX/fig/EMS_thrust_mag.png",
|
||||
width=850, height=400)
|
||||
savefig(plot_thrust_components(short, title="Thrust Components vs Time", mode="light", legend=false),
|
||||
"/home/connor/projects/thesis/LaTeX/fig/EMS_thrust_components.png",
|
||||
width=850, height=400)
|
||||
savefig(plot_thrust(long, title="Thrust Magnitude vs Time", mode="light", legend=false),
|
||||
"/home/connor/projects/thesis/LaTeX/fig/EMJS_thrust_mag.png",
|
||||
width=850, height=400)
|
||||
savefig(plot_thrust_components(long, title="Thrust Components vs Time", mode="light", legend=false),
|
||||
"/home/connor/projects/thesis/LaTeX/fig/EMJS_thrust_components.png",
|
||||
width=850, height=400)
|
||||
# savefig(plot_thrust(short, title="Thrust Magnitude vs Time", mode="light", legend=false),
|
||||
# "/home/connor/projects/thesis/LaTeX/fig/EMS_thrust_mag.png",
|
||||
# width=850, height=400)
|
||||
# savefig(plot_thrust_components(short, title="Thrust Components vs Time", mode="light", legend=false),
|
||||
# "/home/connor/projects/thesis/LaTeX/fig/EMS_thrust_components.png",
|
||||
# width=850, height=400)
|
||||
# savefig(plot_thrust(long, title="Thrust Magnitude vs Time", mode="light", legend=false),
|
||||
# "/home/connor/projects/thesis/LaTeX/fig/EMJS_thrust_mag.png",
|
||||
# width=850, height=400)
|
||||
# savefig(plot_thrust_components(long, title="Thrust Components vs Time", mode="light", legend=false),
|
||||
# "/home/connor/projects/thesis/LaTeX/fig/EMJS_thrust_components.png",
|
||||
# width=850, height=400)
|
||||
|
||||
# Save Thrust Plots (VNB)
|
||||
# display(plot_thrust_components(short, title="Thrust Components vs Time", mode="light", vnb=true))
|
||||
# display(plot_thrust_components(long, title="Thrust Components vs Time", mode="light", vnb=true))
|
||||
|
||||
# Save mission
|
||||
# store(display_mission, "/home/connor/projects/thesis/archive/best/long_mission")
|
||||
|
||||
Reference in New Issue
Block a user