This software is work in progress and major changes may happen to the code and we provide no guarantee that newer version will have backward compatibility.
Please contact authors if you plan to use it.
Start with the Tutorial Jupyter notebook in wirc_drp/Tutorial to familiarize yourself with the DRP functionalities.
This is the object oriented data reduction pipeline for the WIRC+Pol instrument at Palomar Observatory.
- Download or clone the repository and then run:
python setup.py develop
-
Install all the dependencies below.
-
For anyone wishing to develop the pipeline: run the bash script "scripts/install-hooks.bash" to enable pre-commit code checks.
The WIRC_DRP relies on several outside packages:
-
The image registration package from: https://github.com/keflavich/image_registration many thanks to the authors.
-
The photuilts package: https://photutils.readthedocs.io/en/stable/install.html (please check their citation request: https://photutils.readthedocs.io/en/stable/index.html)
-
The OpenCV package. You can probably install it like this:
pip install opencv-python
. (This should be installed when you run setup.py) -
The scikit-image package: http://scikit-image.org/docs/dev/install.html (This should be installed when you run setup.py)