Metadata-Version: 2.1
Name: specvizitor
Version: 0.5.2
Summary: Python GUI application for a visual inspection of astronomical spectroscopic data
Home-page: https://github.com/ivkram/specvizitor
License: BSD-3-Clause
Author: Ivan Kramarenko
Author-email: im.kramarenko@gmail.com
Requires-Python: >=3.10,<3.14
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: astropy (>=6.1.0)
Requires-Dist: dacite (==1.8.1)
Requires-Dist: darkdetect (>=0.8.0)
Requires-Dist: pandas (>=2.2.0)
Requires-Dist: pgcolorbar (==1.1.3)
Requires-Dist: pillow (>=10.2.0)
Requires-Dist: platformdirs (>=4.2.0)
Requires-Dist: pyqt5 (>=5.15.10)
Requires-Dist: pyqtgraph (>=0.13.3)
Requires-Dist: qtpy (==2.4.1)
Requires-Dist: rasterio (>=1.3.9)
Requires-Dist: scipy (>=1.12.0)
Project-URL: Repository, https://github.com/ivkram/specvizitor
Description-Content-Type: text/markdown

[![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/)

Specvizitor is a Python GUI application for a visual inspection of astronomical spectroscopic data. The main goal is to provide a flexible tool for inspecting **large** and **homogeneous** spectroscopic samples of galaxies. This includes but not limited to [wide-field slitless spectroscopic (WFSS)](https://jwst-docs.stsci.edu/methods-and-roadmaps/jwst-wide-field-slitless-spectroscopy) data from the James Webb Space Telescope (JWST). Originally developed for the JWST Cycle 1 program "[FRESCO](https://jwst-fresco.astro.unige.ch)", this software can be easily adapted for a variety of spectroscopic data sets represented in standard data formats used in the astronomy community (FITS, ASCII, etc.).

For installation instructions, see the [online documentation](https://ivkram.github.io/specvizitor/).

![Specvizitor GUI](https://github.com/ivkram/specvizitor/blob/main/docs/screenshots/specvizitor_gui_showcase.gif)

## Citation

Click [here](https://ivkram.github.io/specvizitor/citation) to read about how you can acknowledge the use of specvizitor.

## License

Specvizitor is licensed under the 3-clause BSD license - see the [LICENSE.txt](https://github.com/ivkram/specvizitor/blob/main/LICENSE.txt) file.

