Metadata-Version: 2.4
Name: euv-snapshot-imaging-spectrograph
Version: 1.0.0
Summary: A Python library for modeling and interpreting data from the EUV Snapshot Imaging Spectrograph (ESIS).
Author-email: "Roy T. Smart" <roytsmart@gmail.com>
Project-URL: Homepage, https://github.com/esis-mission/esis
Project-URL: Documentation, https://esis-mission.github.io
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: ipython
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: astropy~=7.2
Requires-Dist: joblib
Requires-Dist: pooch
Requires-Dist: named-arrays~=2.0
Requires-Dist: optika~=2.1
Requires-Dist: msfc-ccd~=1.0
Requires-Dist: solar-dynamics-observatory~=1.0
Requires-Dist: interface-region-imaging-spectrograph>=1.0.1,~=1.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: doc
Requires-Dist: pytest; extra == "doc"
Requires-Dist: matplotlib; extra == "doc"
Requires-Dist: graphviz; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints; extra == "doc"
Requires-Dist: sphinxcontrib-bibtex; extra == "doc"
Requires-Dist: pydata-sphinx-theme; extra == "doc"
Requires-Dist: ipykernel; extra == "doc"
Requires-Dist: jupyter-sphinx; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Requires-Dist: sphinx-codeautolink; extra == "doc"
Requires-Dist: sphinx-favicon; extra == "doc"

# ESIS

[![tests](https://github.com/esis-mission/esis/actions/workflows/tests.yml/badge.svg)](https://github.com/esis-mission/esis/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/esis-mission/esis/graph/badge.svg?token=tBcex8q72g)](https://codecov.io/gh/esis-mission/esis)
[![Black](https://github.com/esis-mission/esis/actions/workflows/black.yml/badge.svg)](https://github.com/esis-mission/esis/actions/workflows/black.yml)
[![Ruff](https://github.com/esis-mission/esis/actions/workflows/ruff.yml/badge.svg)](https://github.com/esis-mission/esis/actions/workflows/ruff.yml)
[![docs](https://github.com/esis-mission/esis/actions/workflows/docs.yml/badge.svg)](https://github.com/esis-mission/esis/actions/workflows/docs.yml)

The _EUV Snapshot Imaging Spectrograph_ (ESIS) is a NASA [sounding rocket](https://en.wikipedia.org/wiki/Sounding_rocket)
mission designed to measure the speed of plasma in the [solar atmosphere](https://en.wikipedia.org/wiki/Sun#Atmosphere).
ESIS was launched from [White Sands Missile Range](https://en.wikipedia.org/wiki/White_Sands_Missile_Range) in 2019
and is planning to launch again in 2027.

This repository provides a Python package to model the ESIS optical system
and analyze the images captured during flight.

![ESIS on the rail](docs/_static/esis-rail.avif)
