Metadata-Version: 2.4
Name: sofia_redux
Version: 1.4.3
Summary: SOFIA data reduction pipelines
Author-email: SOFIA Data Center <sdc-redux@irs.uni-stuttgart.de>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/SOFIA-Data-Center/sofia_redux
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: astropy>=6
Requires-Dist: astroquery>=0.4.4
Requires-Dist: bottleneck>=1.3.7
Requires-Dist: cloudpickle>=2.2.1
Requires-Dist: configobj>=5
Requires-Dist: cycler>=0.10.0
Requires-Dist: dill>=0.3
Requires-Dist: graphviz>=0.16
Requires-Dist: joblib>=1.3.2
Requires-Dist: matplotlib>=3.3
Requires-Dist: more-itertools>=8.5.0
Requires-Dist: numba>=0.57.0
Requires-Dist: numpy>=1.24.4
Requires-Dist: pandas>=1.5.3
Requires-Dist: photutils>=1.6.0
Requires-Dist: psutil>=5.8.0
Requires-Dist: regex>=2021.4.4
Requires-Dist: scikit-learn>=1.2.2
Requires-Dist: scipy>=1.9.3
Provides-Extra: test
Requires-Dist: filelock; extra == "test"
Requires-Dist: pytest>=5.3.5; extra == "test"
Requires-Dist: pytest-astropy>=0.8.0; extra == "test"
Requires-Dist: pytest-astropy-header>=0.1.2; extra == "test"
Requires-Dist: pytest-cov>=2.8.1; extra == "test"
Requires-Dist: pytest-mock>=1.13.0; extra == "test"
Requires-Dist: pytest-remotedata>=0.3.2; extra == "test"
Requires-Dist: pytest-timeout>=1.3.3; extra == "test"
Requires-Dist: pytest-rerunfailures; extra == "test"
Requires-Dist: ruff; extra == "test"
Provides-Extra: test-display
Requires-Dist: pytest-qt; extra == "test-display"
Provides-Extra: docs
Requires-Dist: sphinx-astropy[confv2]; extra == "docs"
Requires-Dist: imageio>=2.9.0; extra == "docs"
Provides-Extra: display
Requires-Dist: PyQt6; extra == "display"
Requires-Dist: ds9samp>=0.1.0; extra == "display"
Requires-Dist: regions>=0.5; extra == "display"
Provides-Extra: all
Requires-Dist: sofia_redux[display,docs]; extra == "all"
Dynamic: license-file

SOFIA Data Reduction Pipelines
==============================

.. image:: http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat
    :target: http://www.astropy.org
    :alt: Powered by Astropy Badge

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.17980054.svg
    :target: https://doi.org/10.5281/zenodo.17980054
    :alt: DOI Badge


SOFIA Redux (`sofia_redux`) contains data processing pipelines and algorithms
for instruments on the Stratospheric Observatory for Infrared Astronomy
(SOFIA).

Currently, the SOFIA instruments supported by this package are the FORCAST
and FLITECAM imaging and spectroscopic instruments, the FIFI-LS integral field
spectrometer, the HAWC+ imaging and polarimetric instrument, and the EXES
high resolution spectrometer.

SOFIA raw and processed data can be accessed from the
`SOFIA archive <https://irsa.ipac.caltech.edu/applications/sofia/>`__.
Archived data may not match the results of data processed
with this pipeline software.

SOFIA pipelines are developed internally by the
`SOFIA Data Center <https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/SOFIA-Data-Center/>`__
software team, then are published publicly at the
`SOFIA Redux GitHub project
<https://github.com/SOFIA-Data-Center/sofia_redux>`__.
Contributions and feedback are welcome via the GitHub project.

For more information about installing and using this package, see
the `online documentation <https://pages.github.tik.uni-stuttgart.de/IRS-SOFIA-Data-Center/sofia_redux/>`__,
or `docs/install.rst <docs/install.rst>`__ in the source distribution.

License
-------

This project is Copyright (c) SOFIA Data Center,
Institute of Space Systems, University of Stuttgart,
funded through the German Aerospace Agency DLR under grant 50OK2404,
formerly maintained by the Universities Space Research Association
under Government Prime Contract Number NNA17BF53C and licensed under
the terms of the BSD 3-Clause license.

This package is released under the BSD 3-clause license by written permission
from Dr. Attila Kovacs, copyright holder of the CRUSH software, which is the
original work of authorship for the sofia_redux.scan module.

This package is also based upon the
`Astropy package template <https://github.com/astropy/package-template>`_
which is licensed under the BSD 3-clause license.

See the LICENSE.rst for more information.
