Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Sep 4, 2017
1 parent 93e5062 commit 2c349b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
16 changes: 7 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,19 @@ ZAP (the Zurich Atmosphere Purge reloaded)

Tired of sky subtraction residuals? ZAP them!

This repository is a fork of the original zap_, developed by Kurt Soto. The
differences with the original software are listed in the changelog_. This
version is also compatible with the AO mode.

ZAP is a high precision sky subtraction tool which can be used as complete sky
subtraction solution, or as an enhancement to previously sky-subtracted MUSE
data. The method uses PCA to isolate the residual sky subtraction features and
remove them from the observed datacube. Future developments will include
modification for use on a variety of instruments.

..
The last stable release of ZAP can be installed simply with::
pip install zap
Or into the user path with::
pip install --user zap
The last stable release of ZAP can be installed simply with::

pip install zap

Or into the user path with::

pip install --user zap


Links
Expand Down
11 changes: 6 additions & 5 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ Many linear algebra operations are performed in ZAP, so it can be beneficial to
use an alternative BLAS package. In the Anaconda distribution, the default BLAS
comes with Numpy linked to MKL, which can amount to a 20% speedup of ZAP.

..
Steps
-----
ZAP can be installed using pip ::
pip install zap
Steps
-----

ZAP can be installed using pip ::

pip install zap


Usage
Expand Down

0 comments on commit 2c349b1

Please sign in to comment.