Metadata-Version: 2.4
Name: furst-optics
Version: 0.1.0
Summary: A model of the optical design for the Full-sun Ultraviolet Rocket Spectrometer (FURST).
Author-email: "Roy T. Smart" <roytsmart@gmail.com>
Project-URL: Homepage, https://github.com/Kankelborg-Group/furst-optics
Project-URL: Documentation, https://furst-optics.readthedocs.io/en/latest
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: astropy
Requires-Dist: sunpy
Requires-Dist: msfc-ccd~=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-favicon; extra == "doc"
Requires-Dist: ussa1976; extra == "doc"
Requires-Dist: pymsis; extra == "doc"

# furst-optics

[![tests](https://github.com/Kankelborg-Group/furst-optics/actions/workflows/tests.yml/badge.svg)](https://github.com/Kankelborg-Group/furst-optics/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/Kankelborg-Group/furst-optics/graph/badge.svg?token=tBcex8q72g)](https://codecov.io/gh/Kankelborg-Group/furst-optics)
[![Black](https://github.com/Kankelborg-Group/furst-optics/actions/workflows/black.yml/badge.svg)](https://github.com/Kankelborg-Group/furst-optics/actions/workflows/black.yml)
[![Ruff](https://github.com/Kankelborg-Group/furst-optics/actions/workflows/ruff.yml/badge.svg)](https://github.com/Kankelborg-Group/furst-optics/actions/workflows/ruff.yml)
[![Documentation Status](https://readthedocs.org/projects/furst-optics/badge/?version=latest)](https://furst-optics.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/furst-optics.svg)](https://badge.fury.io/py/furst-optics)

A model of the optical design for the Full-sun Ultraviolet Rocket Spectrometer (FURST).

## Installation Instructions

This package is published on PyPI and can be installed using pip:

```bash
pip install furst-optics
```
