Installation¶
Requirements¶
Ccdproc has the following requirements:
- Astropy v1.1 or later
- Numpy
- Scipy
- (optional) scikit-image
One easy way to get these dependencies is to install a python distribution like anaconda.
Installing psfsubtraction¶
Building from source¶
Obtaining the source packages¶
Source packages¶
At this early stage of development not source packages are available.
Development repository¶
The latest development version of ccdproc can be cloned from github using this command:
git clone git://github.com/hamogu/psfsubtraction.git
Building and Installing¶
To build psfsubtraction (from the root of the source tree):
python setup.py build
To install psfsubtraction (from the root of the source tree):
python setup.py install
Testing a source code build of ccdproc¶
The easiest way to test that your psfsubtraction built correctly (without installing it) is to run this from the root of the source tree:
python setup.py test