Metadata-Version: 2.1
Name: spectral-cube
Version: 0.6.5
Summary: A package for interaction with spectral cubes
Home-page: http://spectral-cube.readthedocs.org
Author: Adam Ginsburg, Tom Robitaille,  Chris Beaumont, Adam Leroy, Erik Rosolowsky, and Eric Koch
Author-email: adam.g.ginsburg@gmail.com
License: BSD
License-File: LICENSE.rst
Requires-Dist: astropy
Requires-Dist: numpy>=1.8.0
Requires-Dist: radio_beam>=0.3.3
Requires-Dist: six
Requires-Dist: dask[array]
Requires-Dist: joblib
Requires-Dist: casa-formats-io
Provides-Extra: test
Requires-Dist: pytest-astropy; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: regions>=0.7; extra == "test"
Requires-Dist: numpy>=1.24.0; extra == "test"
Requires-Dist: astropy>=5.2.1; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx-astropy; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Provides-Extra: noviz
Requires-Dist: zarr; extra == "noviz"
Requires-Dist: fsspec; extra == "noviz"
Requires-Dist: distributed; extra == "noviz"
Requires-Dist: pvextractor; extra == "noviz"
Requires-Dist: reproject>=0.9.1; extra == "noviz"
Requires-Dist: scipy; extra == "noviz"
Provides-Extra: viz
Requires-Dist: aplpy; extra == "viz"
Requires-Dist: matplotlib; extra == "viz"
Requires-Dist: reproject; extra == "viz"
Requires-Dist: pvextractor; extra == "viz"
Provides-Extra: viz-extra
Requires-Dist: glue-core[qt]; extra == "viz-extra"
Requires-Dist: yt; python_version < "3.8" and extra == "viz-extra"
Provides-Extra: dev
Requires-Dist: pvextractor; extra == "dev"
Requires-Dist: radio-beam; extra == "dev"
Requires-Dist: reproject; extra == "dev"
Requires-Dist: regions; extra == "dev"

About
=====

|Join the chat at https://gitter.im/radio-astro-tools/spectral-cube|

This package aims to facilitate the reading, writing, manipulation, and
analysis of spectral data cubes. More information is available in the
documentation, avaliable `online at
readthedocs.org <http://spectral-cube.rtfd.org>`__.

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

   Powered by Astropy Badge

Credits
=======

This package is developed by:

-  Eric Koch (`@e-koch <https://github.com/e-koch>`__)
-  Adam Ginsburg (`@keflavich <http://github.com/keflavich>`__)
-  Thomas Robitaille (`@astrofrog <http://github.com/astrofrog>`__)
-  Erik Rosolowsky (`@low-sky <http://github.com/low-sky>`__)

Original development included substantial contributions from:
-  Adam Leroy (`@akleroy <http://github.com/akleroy>`__)
-  Chris Beaumont (`@ChrisBeaumont <http://github.com/ChrisBeaumont>`__)

Build and coverage status
=========================

|Coverage Status| |DOI|

.. |Join the chat at https://gitter.im/radio-astro-tools/spectral-cube| image:: https://badges.gitter.im/Join%20Chat.svg
   :target: https://gitter.im/radio-astro-tools/spectral-cube?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
.. |Coverage Status| image:: https://coveralls.io/repos/radio-astro-tools/spectral-cube/badge.svg?branch=master
   :target: https://coveralls.io/r/radio-astro-tools/spectral-cube?branch=master
.. |DOI| image:: https://zenodo.org/badge/doi/10.5281/zenodo.11485.svg
   :target: http://dx.doi.org/10.5281/zenodo.11485
