Metadata-Version: 2.4
Name: kcwidrp
Version: 1.3.0
Summary: KCWI Data Reduction Pipeline
License: BSD-3-Clause
License-File: LICENSE.rst
Author: J. Neill
Author-email: neill@srl.caltech.edu
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: astropy (>=6.1.3,<6.2.0)
Requires-Dist: astroscrappy (>=1.1.0,<1.2.0)
Requires-Dist: bokeh (>=2.4.3,<2.5.0)
Requires-Dist: ccdproc (>=2.4.2,<2.5.0)
Requires-Dist: cython (>=3.2.4,<4.0.0)
Requires-Dist: importlib_resources (==6.5.2)
Requires-Dist: jinja2 (>=3.0.3,<3.1.0)
Requires-Dist: keckdrpframework (==1.0)
Requires-Dist: matplotlib (>=3.9.2,<3.10.0)
Requires-Dist: numpy (==1.26.4)
Requires-Dist: pandas (>=1.3.5,<3.0.0)
Requires-Dist: phantomjs (>=1.4.1,<2.0.0)
Requires-Dist: psutil (>=5.7.0,<5.8.0)
Requires-Dist: pyerfa (>=2.0.1.5,<3.0.0.0)
Requires-Dist: pyregion (>=2.0,<3.0)
Requires-Dist: pytest (>=5.4.1,<5.5.0)
Requires-Dist: ref_index (>=1.0,<2.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: scikit-image (>=0.24,<1.0)
Requires-Dist: scipy (>=1.14.1,<1.15.0)
Requires-Dist: selenium (>=4.40.0,<5.0.0)
Project-URL: Homepage, https://github.com/Keck-DataReductionPipelines/KCWI_DRP.git
Description-Content-Type: text/x-rst

==============================================
Keck Cosmic Web Imager Data Reduction Pipeline
==============================================

This pipeline is the official DRP for the Keck Cosmic Web Imager at the W. M. 
Keck Observatory. It is built on the 
`KeckDRPFramework <https://github.com/Keck-DataReductionPipelines/KeckDRPFramework>`_,
and is a port of the old 
`IDL pipeline <https://github.com/Keck-DataReductionPipelines/KcwiDRP>`_.

The pipeline has only been thoroughly tested on MacOS, Ubuntu, and CentOS, although it
should run smoothly on any unix-like system that runs Python. Unfortunately, Windows 
is not currently supported.

01-Apr-2021

Documentation
-------------

Documentation for this project is maintained with ReadTheDocs at the following link:

`https://kcwi-drp.readthedocs.io`


.. image:: https://readthedocs.org/projects/kcwi-drp/badge/?version=latest
   :target: https://kcwi-drp.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

Tests
-----

Status of tests:
`<https://travis-ci.com/github/Keck-DataReductionPipelines/KCWI_DRP>`_


.. image:: https://travis-ci.com/Keck-DataReductionPipelines/KCWI_DRP.svg?branch=master
   :target: https://travis-ci.com/Keck-DataReductionPipelines/KCWI_DRP


Dependencies
------------

Please see 'Installing KCWIDRP' in the documentation above for details about
dependencies and how to satisfy them. 



Developed by Luca Rizzi, Don Neill, Max Brodheim (04/2021)

