Metadata-Version: 2.4
Name: irispy-lmsal
Version: 0.4.0
Summary: Provides tools to read and analyze data from the IRIS solar-observing satellite.
Author: Nabil Freij
Author-email: nabil.freij@gmail.com
Project-URL: changelog, https://irispy.readthedocs.io/en/stable/changelog
Project-URL: documentation, https://irispy.readthedocs.io/en/stable/
Project-URL: homepage, https://iris.lmsal.com/
Project-URL: issue_tracker, https://github.com/LM-SAL/irispy/issues
Project-URL: repository, https://github.com/LM-SAL/irispy
Keywords: solar physics,solar,science,NASA,iris,spectra,lmsal
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Physics
Provides: irispy
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: dkist>=1.15.0
Requires-Dist: ndcube>=2.3.0
Requires-Dist: pandas>=1.3.3
Requires-Dist: scipy>=1.7.0
Requires-Dist: sunpy>=7.0.0
Requires-Dist: sunraster>=0.6.1
Requires-Dist: mpl-animators>=1.2.3
Provides-Extra: all
Requires-Dist: irispy-lmsal; extra == "all"
Provides-Extra: tests
Requires-Dist: irispy-lmsal[all]; extra == "tests"
Requires-Dist: pytest-astropy; extra == "tests"
Requires-Dist: pytest-mpl; extra == "tests"
Requires-Dist: pooch; extra == "tests"
Provides-Extra: docs
Requires-Dist: irispy-lmsal[all]; extra == "docs"
Requires-Dist: aiapy; extra == "docs"
Requires-Dist: pooch; extra == "docs"
Requires-Dist: dask[distributed]; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: sphinx-changelog; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinx-gallery; extra == "docs"
Requires-Dist: sunpy-sphinx-theme; extra == "docs"
Provides-Extra: dev
Requires-Dist: irispy-lmsal[docs,tests]; extra == "dev"
Dynamic: license-file

**********
``irispy``
**********

.. image:: http://iris.lmsal.com/images/iris_full.jpg
  :width: 400
  :alt: Image of the IRIS spacecraft

``irispy`` is a library that provides the tools to read in and analyze data from Interface Region Imaging Spectrograph (IRIS).

IRIS is a NASA-funded Small Explorer which uses a high-frame-rate ultraviolet imaging spectrometer to make observations of the Sun.
For more information see the instrument paper which is available `online for free <https://www.lmsal.com/iris_science/doc?cmd=dcur&proj_num=IS0196&file_type=pdf>`__.

`The data is publicly available <https://iris.lmsal.com/data.html>`__.

`Documentation is hosted on Read the Docs <https://irispy.readthedocs.io/en/stable/>`__

.. warning::

   Please be aware that the package name on pypi and conda-forge is ``irispy-lmsal`` to avoid name clashes with other packages.
   However, the package is imported as ``irispy`` and is referred to as ``irispy`` in the documentation.
