Orbit Determination Laboratory, for exploring and developing novel orbit determination and wrapping existing orbit determination packages for comparisons
- Monte-Carlo Markov-Chain evaluation of posterior distribution
- Experimental sensor-fusion methods
- Wrapps other orbit-determination software in a conventient manner
git clone https://github.com/danielk333/odlab.git
cd odlab
pip install .
You need
- pytest >= 5.3.5
pytest
If you want to test orekit propagator, that requires data to function, call pytest with the additional parameter orekit_data. Otherwise these tests are skipped.
pytest --orekit_data='path/to/orekit-data-master.zip'
You need
- sphinx >= 3.0.3
cd docs; make html
Please contact us (daniel.kastinen@irf.se) before using for publication or projects, this is an experimental repository and may need information from the code-authors about stability and other concerns.