Skip to main content

satmad

Project description

SatMAD: Satellite Mission Analysis and Design

SatMAD CircleCI Status SatMAD Codecov Status Documentation Status Powered by Astropy Badge

SatMAD is an open source Python package, aiming at providing the base functionality to solve satellite mission analysis and design as well as orbital mechanics problems with enough precision and performance to be used in the design and operation of real satellites. The target audience is academics and amateur satellite community, including Cubesats (and anyone else who might be interested).

The focus is on good documentation and good test coverage to produce a reliable flight dynamics library.

Current functionality is:

  • Initialising an orbit with a TLE

  • Propagating the orbit via SGP4 propagator

  • Harnessing the extensive Astropy functionalities (e.g. finding azimuth and elevation over a ground location and coordinate frame transformations)

Documentation and Examples

The documentation for SatMAD is here: https://satmad.readthedocs.io/

You can find some hands-on Jupyter examples in the examples directory (or in the documentation for a text version).

Installing SatMAD

The SatMAD package is on PyPI and you can install it simply by running:

pip install satmad

You can also install it via conda-forge:

conda install -c conda-forge portion

Do not install satmad using sudo.

You can find the source code on GitHub: https://github.com/egemenimre/satmad

Requirements

  • NumPy and SciPy are used for the underlying mathematical algorithms

  • Matplotlib is used for plots

  • Astropy handles all time and reference frame computations

  • Portion handles the time interval mechanics

  • Sgp4 provides the TLE manipulation and SGP4 propagation engine

  • Pytest provides the testing framework

License

This project is Copyright (c) Egemen Imre and licensed under the terms of the GNU GPL v3+ license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

satmad-0.0.4.tar.gz (91.1 kB view hashes)

Uploaded Source

Built Distribution

satmad-0.0.4-py2.py3-none-any.whl (53.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page