blob: 138cc3fbf4d7d233541063784311b28d0e1e9e87 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
STWCS
-----
`STWCS <http://ssb.stsci.edu/doc/stsci_python_dev/stwcs.doc/html/index.html>`__ provides support for WCS distortion models and coordinate
transformation for the imaging instruments on the Hubble Space Telescope (HST).
Installation
------------
To clone the project from github and initialize the asdf-standard submodule::
git clone https://github.com/spacetelescope/stwcs.git
To install::
python setup.py install
|