A brief review of literatures can be found here.
Name | Description |
---|---|
./common/ |
common files |
./demos/ |
demos |
./ephemeris/ |
Ephemeris dynamic model using SPICE/MICE toolbox; some frame kernels. |
./figs/ |
figures |
./halo/ |
Halo orbit related |
./lissajous/ |
Lissajous orbit related |
./lyapunov/ |
Lyapunov orbit related |
./rtbp/ |
Restricted Three-Body Problem model related. |
./MultipleShooting.m |
multiple-shooting function |
./demons/Demo_02_SunEarthMoon_Lissajous_CRTBP.m |
./demons/Demo_03_SunEarthMoon_Lissajous_Ephemeris.m |
./demos/Demo_11_EarthMoon_Halo.m |
./demos/Demo_12_EarthMoon_VerticalLyapunov.m |
- ode45 和 ode113 的算法比较来验证计算精度的设计 (easy, ~2017/12)
- accept particular constraints described in Prof. Howell's publications. See more in multiple-shooting-method.md (undetermined, ~2017/12)
- need to find a test example
- add basic solar radiation model
- fly-by problems
- solve basic or simple low-thrust problems
- automatically parse some critical input parameters
- more testing examples
- improve performance by benchmarking the performance