Welcome to OrbitPy’s documentation!
Welcome! This is the documentation for OrbitPy 0.2, last updated 10 Feb, 2022.
The recommended way to get started, is to first read through the User Guide (install and run the example). The Run section details the two ways in which the OrbitPy package can be used to setup simulations.
Contents
- User Guide
- API Reference
orbit.constellation— Constellation Moduleorbit.propagator— Propagator Moduleorbit.grid— Grid Moduleorbitpy.coveragecalculator— Coverage Calculatororbit.contactfinder— Contact Finder Moduleorbit.eclipsefinder— Eclipse Finder Moduleorbitpy.datametricscalculator— Data Metrics Calculator Moduleorbit.mission— Mission Moduleorbit.sensorpixelprojection— Sensor Pixel Projectionorbitpy.util— Util Module
- Development
- Examples
- Miscellaneous
Questions?
Please contact Vinay (vravindra@baeri.org, vinay.ravindra@nasa.gov)
Credits and Acknowledgments
This work has been funded by grants from the National Aeronautics and Space Administration (NASA) Earth Science Technology Office (ESTO) through the Advanced Information Systems Technology (AIST) Program.
OrbitPy uses:
GMAT2020a gmatutil source (https://sourceforge.net/p/gmat/git/ci/GMAT-R2020a/tree/src/gmatutil/)
Pybind11 (https://pybind11.readthedocs.io/en/stable/basics.html)
JSON for Modern C++ (https://github.com/nlohmann/json)