2022-01-25 11:02:48 -07:00
2021-12-13 22:23:31 -07:00
2022-01-08 19:21:58 -07:00
2021-05-19 15:40:36 -06:00
2022-01-25 11:02:48 -07:00
2021-12-13 22:23:31 -07:00
2021-12-16 21:33:05 -07:00
2021-10-05 20:14:39 -06:00
2021-09-04 17:31:20 -06:00
2021-12-13 22:23:31 -07:00

Thesis Repository

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.

Dependencies

Generate PDFs

To generate the PDFs (currently just the notes, but soon to include the thesis paper) you'll need:

  • pandoc
  • a working LaTeX installation
  • Roboto font
  • make

Julia Code

In order to run the Julia code, you'll need Julia v1.6 or higher. This project is packaged as a package, so installing the dependencies (and the project itself) is simple. Just run:

using Pkg
Pkg.activate("julia")
Pkg.build()

Installation

Generate PDFs

To produce the pdfs, simply run:

make 

Julia Code

Description
A repository for my Master's Thesis
Readme 136 MiB
Languages
HTML 99.5%
TeX 0.3%
Julia 0.2%