From 982440c97668f5df9613971445f83c935615bafd Mon Sep 17 00:00:00 2001 From: Connor Date: Thu, 16 Sep 2021 09:41:16 -0600 Subject: [PATCH] Changes from bosanac meeting --- LaTeX/thesis.tex | 2 +- julia/src/inner_loop/inner_loop.jl | 1 - notes.md | 5 +++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 notes.md diff --git a/LaTeX/thesis.tex b/LaTeX/thesis.tex index fe13b04..74ae280 100644 --- a/LaTeX/thesis.tex +++ b/LaTeX/thesis.tex @@ -90,7 +90,7 @@ Describe how a gravity assist manuever would work in the framework of patched conics. Also discuss the advantages of such a maneuver. \subsection{Multiple Gravity Assist Techniques} - Discuss the advantages of chaining together multiple gravity assists and highlight the difficulties in choosing these assists. Here I can mention porkchop plots, lambert's problem, etc. + Discuss the advantages of chaining together multiple gravity assists and highlight the difficulties in choosing these assists. Here I can mention porkchop plots, lambert's problem, etc. Here I can also talk about Hybrid Optimal Control Problems. \subsection{Ephemeris Considerations} I can quickly mention SPICE here and talk a bit about validation. diff --git a/julia/src/inner_loop/inner_loop.jl b/julia/src/inner_loop/inner_loop.jl index c03b4a6..43212a8 100644 --- a/julia/src/inner_loop/inner_loop.jl +++ b/julia/src/inner_loop/inner_loop.jl @@ -41,7 +41,6 @@ function inner_loop(launch_date::DateTime, if flyby <= true_min error("Flyby was too low between phase $(i-1) and $(i): $(flyby) / $(true_min)") end - end end diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..c1caa63 --- /dev/null +++ b/notes.md @@ -0,0 +1,5 @@ + - Prioritize the flowcharts + - Be sure to include the error checking into the flowcharts + - look up Jacob Englander's PhD thesis for further background (UIUC) + - can begin reaching out to committee member to get a sense of availability in November in the next couple weeks + - Upload outline to the google drive \ No newline at end of file