This notebook is the first in a new Drift And SHift (DASH) pipeline workflow developed to ease the process of reducing DASH data. The pipeline is customizable, able to be changed according to scientific goals of the user, and this first tutorial walks the user from data download to a finished product ready for science analysis.
wfc3_dash requires lacosmicx to be installed in the environment from WFC3 Library's installation instructions. lacosmicx implements the Laplacian cosmic ray detection algorithm and is needed to reduce dash data. After activating the virtual environment, follow the steps below to install the package:
- Install
cythonto allow the installation oflacosmicx:
>>> conda install cython
- Go to https://github.com/cmccully/lacosmicx and clone the repository in the current directory:
>>> git clone https://github.com/cmccully/lacosmicx.git
- Change directory to the
lacosmicxrepository:
>>> cd lacosmicx
- Install the
lacosmicxpackage:
>>> python setup.py develop
- The package is installed; now you will be able to complete the WFC3 Dash notebook.