Cleaned up makefile, started presentation

This commit is contained in:
Connor
2022-03-19 13:39:02 -06:00
parent 298eb38ff1
commit 5329d15067
14 changed files with 115 additions and 326 deletions

View File

@@ -2,10 +2,7 @@
This will be a repository for my code while I work on my thesis. The general idea is to generate a
method for automatically producing optimal low-thrust trajectories (including optimizations of the
planetary flybys) for a sample mission to Neptune.
For now, it will just be a location for storing my notes as I come up with a plan. I will update
this readme as I flush out the plan a little better and then as I begin producing code.
planetary flybys) for a sample mission to Saturn.
## Dependencies
@@ -34,8 +31,14 @@ Pkg.build()
To produce the pdfs, simply run:
```bash
make
```bash
make
```
### Julia Code
They will go in the build directory
To produce final pdfs:
```bash
make final
```