SSAPy - Space Situational Awareness for Python

SSAPy - Space Situational Awareness for Python - Published in JOSS (2025)

https://github.com/llnl/ssapy

Science Score: 100.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org
  • Academic email domains
  • Institutional organization owner
    Organization llnl has institutional domain (software.llnl.gov)
  • JOSS paper metadata
    Published in Journal of Open Source Software

Keywords

application python

Scientific Fields

Mathematics Computer Science - 84% confidence
Last synced: 4 months ago · JSON representation ·

Repository

A Python package allowing for fast and precise orbital modeling.

Basic Info
Statistics
  • Stars: 54
  • Watchers: 3
  • Forks: 12
  • Open Issues: 13
  • Releases: 3
Topics
application python
Created over 1 year ago · Last pushed 4 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.rst

SSAPy - Space Situational Awareness for Python
==============================================

|ci_badge|  |docs_badge| |codecov_badge| |joss_badge| |pypi-badge|

.. |ci_badge| image:: https://github.com/LLNL/SSAPy/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/LLNL/SSAPy/actions/workflows/ci.yml

.. |docs_badge| image:: https://github.com/LLNL/SSAPy/actions/workflows/pages/pages-build-deployment/badge.svg
    :target: https://LLNL.github.io/SSAPy

.. |codecov_badge| image:: https://codecov.io/gh/LLNL/SSAPy/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/LLNL/SSAPy

.. |joss_badge| image:: https://joss.theoj.org/papers/a629353cbdd8d64a861bb807e12c5d06/status.svg
   :target: https://joss.theoj.org/papers/a629353cbdd8d64a861bb807e12c5d06

.. |pypi-badge| image:: https://badge.fury.io/py/llnl-ssapy.svg
    :target: https://badge.fury.io/py/llnl-ssapy

`SSAPy `_ is a fast, flexible, high-fidelity orbital modeling and analysis tool for orbits spanning from low-Earth orbit into the cislunar regime, and includes the following:

- Ability to define satellite parameters (area, mass, radiation and drag coefficients, etc.)
- Support for multiple data types (e.g., read in orbit from TLE file, define a set of Keplerian, Equinoctial, or Kozai Mean Keplerian elements, etc.)
- Define a fully customizable analytic force propagation model including the following:
    - Earth gravity models (WGS84, EGM84, EGM96, EGM2008)
    - Lunar gravity model (point source & harmonic)
    - Radiation pressure (Earth & solar)
    - Forces for all planets out to Neptune
    - Atmospheric drag models
    - Maneuvering (takes a user defined burn profile)
- Various community used integrators: SGP4, Runge-Kutta (4, 8, and 7/8), SciPy, Keplerian, Taylor Series
- User definable timesteps with the ability to return various parameters for any orbit and at any desired timestep (e.g., magnitude, state vector, TLE, Keplerian elements, periapsis, apoapsis, specific angular momentum, and many more.)
- Ground and space-based observer models
- Location and time of various lighting conditions of interest
- Multiple-hypothesis tracking (MHT) UCT linker
- Vectorized computations (use of array broadcasting for fast computation, easily parallelizable and deployable on HPC machines)
- Short arc probabilistic orbit determination methods
- Conjunction probability estimation
- Built-in uncertainty quantification
- Support for Monte Carlo runs and data fusion
- Support for multiple coordinate frames and coordinate frame conversions (GCRF, IERS, GCRS Cartesian, TEME Cartesian, ra/dec, NTW, zenith/azimuth, apparent positions, orthoginal tangent plane, and many more.)
- Various plotting capabilities (ground tracks, 3D orbit plotting, cislunar trajectory visualization, etc.)
- User definable timesteps and orbit information retrieval times, in which the user can query parameters of interest for that orbit and time.

Installation
------------

For installation details, see the `Installing SSAPy `_ section of the documentation.

Strict dependencies
-------------------

- `Python `_ (3.8+)

The following are installed automatically when you install SSAPy:

- `numpy `_;
- `scipy `_ for many statistical functions;
- `astropy `_ for astronomy related functions;
- `pyerfa `_ a Python wrapper for the ERFA library;
- `emcee `_ an affine-invariant ensemble sampler for Markov chain Monte Carlo;
- `lmfit `_ a package for non-linear least-squares minimization and curve fitting;
- `sgp4 `_ contains functions to compute the positions of satellites in Earth orbit;
- `matplotlib `_ as a plotting backend;
- and other utility packages, as enumerated in `setup.py`.

Documentation
-------------

All documentation is hosted at `https://LLNL.github.io/SSAPy/ `_.

The API documentation may also be seen by doing:

.. code-block:: bash

    python3
    >>> import ssapy
    >>> help(ssapy)

Contributing
------------

Contributing to SSAPy is relatively easy. Just send us a `pull request `_. When you send your request, make `main` the destination branch on the `SSAPy repository `_.

Your PR must pass SSAPy's unit tests and documentation tests, and must be `PEP 8 `_ compliant. We enforce these guidelines with our CI process. To run these tests locally, and for helpful tips on git, see our `Contribution Guide `_.

SSAPy's `main` branch has the latest contributions. Pull requests should target `main`, and users who want the latest package versions, features, etc. can use `main`.

Releases
--------

For multi-user site deployments or other use cases that need very stable software installations, we recommend using SSAPy's `stable releases `_.

Each SSAPy release series also has a corresponding branch, e.g. `releases/v0.14` has `0.14.x` versions of SSAPy, and `releases/v0.13` has `0.13.x` versions. We backport important bug fixes to these branches but we do not advance the package versions or make other changes that would change the way SSAPy concretizes dependencies within a release branch. So, you can base your SSAPy deployment on a release branch and `git pull` to get fixes, without the package churn that comes with `main`.

The latest release is always available with the `releases/latest` tag.

See the `docs on releases `_ for more details.

Code of Conduct
---------------

Please note that SSAPy has a `Code of Conduct `_. By participating in the SSAPy community, you agree to abide by its rules.

Authors
-------

SSAPy was developed with support from Lawrence Livermore National Laboratory's (LLNL) Laboratory Directed Research and Development (LDRD) Program under projects
`19-SI-004 `_ and
`22-ERD-054 `_, by the following individuals (in alphabetical order):

- `Robert Armstrong `_ (`LLNL `_)
- `Nathan Golovich `_ (`LLNL `_)
- `Julia Ebert `_ (formerly `LLNL `_, now at Fleet Robotics)
- `Noah Lifset `_ (formerly `LLNL `_, now PhD student at `UT Austin `_)
- `Dan Merl `_ (`LLNL `_) - Developer
- `Joshua Meyers `_ (formerly `LLNL `_, now at `KIPAC `_) - Former Lead Developer
- `Caleb Miller `_ (`LLNL `_)
- `Alexx Perloff `_ (`LLNL `_)
- `Kerianne Pruett `_ (formerly `LLNL `_)
- `Edward Schlafly `_ (formerly `LLNL `_, now `STScI `_) - Former Lead Developer
- `Michael Schneider `_ (`LLNL `_) - Creator, Former Lead Developer
- `Travis Yeager `_ (`LLNL `_) - Current Lead Developer

Many thanks go to SSAPy's other `contributors `_.


Citing SSAPy
^^^^^^^^^^^^

On GitHub, you can copy this citation in APA or BibTeX format via the "Cite this repository" button.
If you prefer MLA or Chicago style citations, see the comments in `CITATION.cff `_.

You may also cite the following publications (click `here `_ for list of BibTeX citations):

 - Yeager, T., Pruett, K., & Schneider, M. (2022). *Unaided Dynamical Orbit Stability in the Cislunar Regime.* [Poster presentation]. Cislunar Security Conference, USA.
 - Yeager, T., Pruett, K., & Schneider, M. (2023). *Long-term N-body Stability in Cislunar Space.* [Poster presentation]. Advanced Maui Optical and Space Surveillance (AMOS) Technologies Conference, USA.
 - Yeager, T., Pruett, K., & Schneider, M. (2023, September). Long-term N-body Stability in Cislunar Space. In S. Ryan (Ed.), *Proceedings of the Advanced Maui Optical and Space Surveillance (AMOS) Technologies Conference* (p. 208). Retrieved from `https://amostech.com/TechnicalPapers/2023/Poster/Yeager.pdf `_

License
-------

SSAPy is distributed under the terms of the MIT license. All new contributions must be made under the MIT license.

See `Link to license `_ and `NOTICE `_ for details.

SPDX-License-Identifier: MIT

LLNL-CODE-862420

Documentation Inspiration
-------------------------
The structure and organization of this repository's documentation were inspired by the excellent design and layout of the `Coffea `_ project. 

Owner

  • Name: Lawrence Livermore National Laboratory
  • Login: LLNL
  • Kind: organization
  • Email: github-admin@llnl.gov
  • Location: Livermore, CA, USA

For over 70 years, the Lawrence Livermore National Laboratory has applied science and technology to make the world a safer place.

JOSS Publication

SSAPy - Space Situational Awareness for Python
Published
July 28, 2025
Volume 10, Issue 111, Page 8147
Authors
Joshua E. Meyers ORCID
SLAC National Accelerator Laboratory, 2575 Sand Hill Road, Menlo Park, CA 94025, USA, Kavli Institute for Particle Astrophysics and Cosmology, Stanford University, 452 Lomita Mall, Stanford, CA 94035, USA
Michael D. Schneider ORCID
Lawrence Livermore National Laboratory, 7000 East Ave., Livermore, CA 94550, USA
Julia T. Ebert ORCID
Fleet Robotics, 21 Properzi Way, Somerville, MA 02143, USA
Edward F. Schlafly ORCID
Space Telescope Science Institute, 3700 San Martin Drive, Baltimore, MD 21218, USA
Travis Yeager ORCID
Lawrence Livermore National Laboratory, 7000 East Ave., Livermore, CA 94550, USA
Alexx Perloff ORCID
Lawrence Livermore National Laboratory, 7000 East Ave., Livermore, CA 94550, USA
Daniel Merl ORCID
Lawrence Livermore National Laboratory, 7000 East Ave., Livermore, CA 94550, USA
Noah Lifset ORCID
University of Texas at Austin, 2515 Speedway, Austin, TX 78712, USA
Jason Bernstein ORCID
Lawrence Livermore National Laboratory, 7000 East Ave., Livermore, CA 94550, USA
William A. Dawson ORCID
Lawrence Livermore National Laboratory, 7000 East Ave., Livermore, CA 94550, USA
Nathan Golovich ORCID
Lawrence Livermore National Laboratory, 7000 East Ave., Livermore, CA 94550, USA
Denvir Higgins ORCID
Lawrence Livermore National Laboratory, 7000 East Ave., Livermore, CA 94550, USA
Peter McGill ORCID
Lawrence Livermore National Laboratory, 7000 East Ave., Livermore, CA 94550, USA
Caleb Miller ORCID
Lawrence Livermore National Laboratory, 7000 East Ave., Livermore, CA 94550, USA
Kerianne Pruett ORCID
Lawrence Livermore National Laboratory, 7000 East Ave., Livermore, CA 94550, USA
Editor
Fruzsina Agocs ORCID
Tags
Python space domain awareness orbits cislunar space

Citation (CITATION.cff)

# If you are referencing SSAPy in a publication, please use the DOI
# described here.
#
# MLA:
#
#
# Schlafly, Edward, Yeager, Travis, Pruett, Kerianne, Schneider, Michael, Ebert, Julia, Merl, Daniel, Lifset, Noah,
# Armstrong, Robert, Dawson, William, Meyers, Joshua, Perloff, Alexx, and Golovich, Nathan.
# Space Situational Awareness for Python. Computer Software. https://github.com/LLNL/SSAPy.
# USDOE National Nuclear Security Administration (NNSA). 08 Nov. 2023. Web. doi:10.11578/dc.20240417.1.
#
# APA:
#
# Schlafly, Edward, Yeager, Travis, Pruett, Kerianne, Schneider, Michael, Ebert, Julia, Merl, Daniel, Lifset, Noah,
# Armstrong, Robert, Dawson, William, Meyers, Joshua, Perloff, Alexx, & Golovich, Nathan. (2023, November 08).
# Space Situational Awareness for Python. [Computer software]. https://github.com/LLNL/SSAPy.
# https://doi.org/10.11578/dc.20240417.1.
#
# Chicago:
#
# Schlafly, Edward, Yeager, Travis, Pruett, Kerianne, Schneider, Michael, Ebert, Julia, Merl, Daniel, Lifset, Noah,
# Armstrong, Robert, Dawson, William, Meyers, Joshua, Perloff, Alexx, and Golovich, Nathan.
# "Space Situational Awareness for Python." Computer software. November 08, 2023. https://github.com/LLNL/SSAPy.
# https://doi.org/10.11578/dc.20240417.1.
#
# Or, in BibTeX:
#
# @misc{ doecode_126106,
# title = {Space Situational Awareness for Python},
# author = {Schlafly, Edward and Yeager, Travis and Pruett, Kerianne and Schneider, Michael and Ebert, Julia and Merl,
#           Daniel and Lifset, Noah and Armstrong, Robert and Dawson, William and Meyers, Joshua and Perloff, Alexx and
#           Golovich, Nathan},
# abstractNote = {SSAPy is a python package allowing for fast and precise orbital modeling. SSAPy is designed with
#                 speed and accuracy in mind and offers the following capabilities: - A variety of integrators,
#                 including Runge-Kutta, SciPy, SGP4, etc. - Customizable force propagation models, including a variety
#                 of Earth gravity models, lunar gravity, radiation pressure, etc. - Multiple-hypothesis tracking (MHT)
#                 UCT linker - Vectorized computations - Short arc probabilistic orbit determination - Conjunction
#                 probability estimation - Uncertainty quantification - Monte Carlo data fusion - Support for multiple
#                 coordinate frames (with coordinate frame conversions)},
# doi = {10.11578/dc.20240417.1},
# url = {https://doi.org/10.11578/dc.20240417.1},
# howpublished = {[Computer Software] \url{https://doi.org/10.11578/dc.20240417.1}},
# year = {2023},
# month = {nov}
# }
#
# And here's the CITATION.cff format:
#
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Schlafly"
  given-names: "Edward"
  affiliation: "Space Telescope Science Institute"
  orcid: "https://orcid.org/0000-0002-3569-7421"
  email: "eschlafly@stsci.edu"
- family-names: "Yeager"
  given-names: "Travis"
  affiliation: "Lawrence Livermore National Laboratory"
  orcid: "https://orcid.org/0000-0002-2582-0190"
  email: "yeager7@llnl.gov"
- family-names: "Pruett"
  given-names: "Kerianne"
  affiliation: "Lawrence Livermore National Laboratory"
  orcid: "https://orcid.org/0000-0002-2911-8657"
  email: "pruett6@llnl.gov"
- family-names: "Schneider"
  given-names: "Michael"
  affiliation: "Lawrence Livermore National Laboratory"
  orcid: "https://orcid.org/0000-0002-8505-7094"
  email: "schneider42@llnl.gov"
- family-names: "Ebert"
  given-names: "Julia"
  affiliation: "Fleet Robotics"
  orcid: "https://orcid.org/0000-0002-1975-772X"
  email: "julia@juliaebert.com"
- family-names: "Merl"
  given-names: "Daniel"
  affiliation: "Lawrence Livermore National Laboratory"
  orcid: "https://orcid.org/0000-0003-4196-5354"
  email: "merl1@llnl.gov"
- family-names: "Lifset"
  given-names: "Noah"
  affiliation: "The University of Texas at Austin"
  orcid: "https://orcid.org/0000-0003-3397-7021"
  email: ""
- family-names: "Armstrong"
  given-names: "Robert"
  affiliation: "Lawrence Livermore National Laboratory"
  orcid: "https://orcid.org/0000-0002-6911-1038"
  email: "armstrong46@llnl.gov"
- family-names: "Dawson"
  given-names: "William"
  affiliation: "Lawrence Livermore National Laboratory"
  orcid: "https://orcid.org/0000-0003-0248-6123"
  email: "dawson29@llnl.gov"
- family-names: "Meyers"
  given-names: "Joshua"
  affiliation: "SLAC National Accelerator Laboratory"
  orcid: "https://orcid.org/0000-0002-2308-4230"
  email: "jmeyers3@stanford.edu"
- family-names: "Perloff"
  given-names: "Alexx"
  affiliation: "Lawrence Livermore National Laboratory"
  orcid: "https://orcid.org/0000-0001-5230-0396"
  email: "perloff11@llnl.gov"
- family-names: "Golovich"
  given-names: "Nathan"
  affiliation: "Lawrence Livermore National Laboratory"
  orcid: "https://orcid.org/0000-0003-2632-572X"
  email: "golovich1@llnl.gov"
title: "Space Situational Awareness for Python"
version: 1.0
doi: 10.11578/dc.20240417.1
date-released: 2023-11-08
url: "https://github.com/LLNL/SSAPy"

GitHub Events

Total
  • Create event: 8
  • Release event: 6
  • Issues event: 10
  • Watch event: 16
  • Delete event: 4
  • Member event: 1
  • Issue comment event: 56
  • Push event: 357
  • Pull request review comment event: 23
  • Pull request review event: 22
  • Pull request event: 86
  • Fork event: 5
Last Year
  • Create event: 8
  • Release event: 6
  • Issues event: 10
  • Watch event: 16
  • Delete event: 4
  • Member event: 1
  • Issue comment event: 56
  • Push event: 357
  • Pull request review comment event: 23
  • Pull request review event: 22
  • Pull request event: 86
  • Fork event: 5

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 20
  • Total pull requests: 118
  • Average time to close issues: 3 months
  • Average time to close pull requests: 26 days
  • Total issue authors: 10
  • Total pull request authors: 11
  • Average comments per issue: 0.6
  • Average comments per pull request: 0.92
  • Merged pull requests: 99
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 10
  • Pull requests: 107
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 24 days
  • Issue authors: 6
  • Pull request authors: 9
  • Average comments per issue: 0.4
  • Average comments per pull request: 0.96
  • Merged pull requests: 88
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rusu24edward (7)
  • andrea-sesta (3)
  • igoumiri (3)
  • athulpg007 (2)
  • SuperdoerTrav (2)
  • foxittt (1)
  • JasonBernstein1 (1)
  • ashcocc (1)
  • bbreisch26 (1)
  • Engineero (1)
  • aperloff (1)
Pull Request Authors
  • denvir-py (57)
  • JasonBernstein1 (29)
  • astrophpeter (15)
  • igoumiri (10)
  • aperloff (9)
  • SuperdoerTrav (8)
  • rusu24edward (5)
  • Kerianne28 (2)
  • bbreisch26 (2)
  • ChristopherRabotin (2)
  • warrickball (1)
Top Labels
Issue Labels
bug (9) enhancement (2)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 143 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
pypi.org: llnl-ssapy

A fast, flexible, high-fidelity orbital modeling and analysis tool for orbits spanning from low-Earth orbit into the cislunar regime.

  • Homepage: https://github.com/LLNL/SSAPy
  • Documentation: https://software.llnl.gov/SSAPy/
  • License: MIT License Copyright (c) 2018, Lawrence Livermore National Security, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 1.1.1
    published 5 months ago
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 143 Last month
Rankings
Dependent packages count: 9.2%
Average: 30.5%
Dependent repos count: 51.8%
Maintainers (1)
Last synced: 4 months ago

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • codecov/codecov-action v4 composite
  • crazy-max/ghaction-github-pages v4 composite
requirements.txt pypi
  • astropy *
  • docutils *
  • emcee *
  • graphviz *
  • h5py *
  • ipython_genutils *
  • ipyvolume *
  • jplephem *
  • lmfit *
  • matplotlib *
  • myst-parser *
  • numpy *
  • pandas *
  • pyerfa *
  • pypdf2 *
  • scipy *
  • sgp4 *
  • sphinx *
  • sphinx-autobuild *
  • sphinx-automodapi *
  • sphinx-copybutton *
  • sphinx-rtd-theme *
  • sphinx-tabs *
setup.py pypi
  • astropy *
  • docutils *
  • emcee *
  • graphviz *
  • h5py *
  • ipython_genutils *
  • ipyvolume *
  • jplephem *
  • lmfit *
  • matplotlib *
  • myst-parser *
  • numpy *
  • pandas *
  • pyerfa *
  • pypdf2 *
  • scipy *
  • sgp4 *
  • sphinx *
  • sphinx-autobuild *
  • sphinx-automodapi *
  • sphinx-copybutton *
  • sphinx-rtd-theme *
  • sphinx-tabs *