/cosmicRays

Primary LanguageC++OtherNOASSERTION

This code is a port of the LSST codebase that deals with finding and masking cosmic ray events on images. This is a python/C++ based project which is built with the python setuptools and uses cmake in the background.

Contents

Requirements

The following packages are required in order to compile the C++ code:

The following Python packages are required to run the python side of the code:

  • numpy
  • astropy
  • setuptools

Installing

  • Clone this repository
  • Run the install script
git clone https://github.com/DarkEnergySurvey/cosmicRays.git
cd cosmicRays
python setup.py build
python setup.py install

You can specify an install location with

python setup.py install --prefix=<path to install>