Skip to content

Latest commit

 

History

History

dash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.

Installation

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:

  1. Install cython to allow the installation of lacosmicx:
>>> conda install cython
  1. Go to https://github.com/cmccully/lacosmicx and clone the repository in the current directory:
>>> git clone https://github.com/cmccully/lacosmicx.git
  1. Change directory to the lacosmicx repository:
>>> cd lacosmicx
  1. Install the lacosmicx package:
>>> python setup.py develop
  1. The package is installed; now you will be able to complete the WFC3 Dash notebook.