Metadata-Version: 2.4
Name: irispy-lmsal
Version: 0.6.0
Summary: A Python package that provides the tools to read in and analyze data from the IRIS solar-observing satellite.
Author: IRIS Instrument Team  @ LMSAL
Author-email: Nabil Freij <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: Source Code, https://github.com/LM-SAL/irispy
Keywords: iris,lmsal,NASA,science,solar,solar physics,spectra
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 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Physics
Provides: irispy
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
License-File: licenses/LICENSE.rst
Requires-Dist: dkist>=1.16
Requires-Dist: mpl-animators>=1.2.3
Requires-Dist: ndcube>=2.4
Requires-Dist: pandas>=1.3.3
Requires-Dist: scipy>=1.7
Requires-Dist: sunpy>=7
Requires-Dist: sunraster>=0.7
Provides-Extra: all
Requires-Dist: irispy-lmsal; extra == "all"
Provides-Extra: dev
Requires-Dist: irispy-lmsal[docs,tests]; extra == "dev"
Provides-Extra: docs
Requires-Dist: aiapy; extra == "docs"
Requires-Dist: dask[distributed]; extra == "docs"
Requires-Dist: irispy-lmsal[all]; extra == "docs"
Requires-Dist: pooch; 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: sunkit-image; extra == "docs"
Requires-Dist: sunpy-sphinx-theme; extra == "docs"
Provides-Extra: tests
Requires-Dist: irispy-lmsal[all]; extra == "tests"
Requires-Dist: pooch; extra == "tests"
Requires-Dist: pytest-astropy; extra == "tests"
Requires-Dist: pytest-mpl; extra == "tests"
Dynamic: license-file

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

.. image:: https://raw.githubusercontent.com/LM-SAL/irispy/refs/heads/main/iris_full.jpg
  :width: 400
  :align: center
  :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.

Usage of Generative AI
----------------------

We expect authentic engagement in our community.
Be wary of posting output from Large Language Models or similar generative AI as comments on GitHub or any other platform, as such comments tend to be formulaic and low quality content.
If you use generative AI tools as an aid in developing code or documentation changes, ensure that you fully understand the proposed changes and can explain why they are the correct approach and an improvement to the current state.

License
-------

This project is Copyright (c) IRIS Instrument Team and licensed under the terms of the BSD 3-Clause license.
This package is based upon the `Openastronomy packaging guide <https://github.com/OpenAstronomy/packaging-guide>`_ which is licensed under the BSD 3-clause licence.
See the licenses folder for more information.

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

We love contributions! irispy is open source, built on open source, and we'd love to have you hang out in our community.

**Imposter syndrome disclaimer**: We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not ready to be an open source contributor; that your skills aren't nearly good enough to contribute.
What could you possibly offer a project like this one?

We assure you - the little voice in your head is wrong.
If you can write code at all, you can contribute code to open source.
Contributing to open source projects is a fantastic way to advance one's coding skills.
Writing perfect code isn't the measure of a good developer (that would disqualify all of us!); it's trying to create something, making mistakes, and learning from those mistakes.
That's how we all improve, and we are happy to help others learn.

Being an open source contributor doesn't just mean writing code, either.
You can help out by writing documentation, tests, or even giving feedback about the project (and yes - that includes giving feedback about the contribution process).
Some of these contributions may be the most valuable to the project as a whole, because you're coming to the project with fresh eyes, so you can see the errors and assumptions that seasoned contributors have glossed over.

Note: This disclaimer was originally written by `Adrienne Lowe <https://github.com/adriennefriend>`_ for a `PyCon talk <https://www.youtube.com/watch?v=6Uj746j9Heo>`_, and was adapted by irispy based on its use in the README file for the `MetPy project <https://github.com/Unidata/MetPy>`_.
