diff options
author | Nadia Dencheva <nadia.astropy@gmail.com> | 2016-10-27 17:35:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 17:35:03 -0400 |
commit | 9fa6e818cc2f93ee65b4f979368e9db9eb8134b5 (patch) | |
tree | 2dad9014d32923151d798cde9339319b7cf82eea /README.rst | |
parent | e0f4920944a7021bd7a0545e4d0bf17b310c8cc4 (diff) | |
parent | aecff03ba031b24f1a59cb9f7cb04345c0ff29fb (diff) | |
download | stwcs_hcf-9fa6e818cc2f93ee65b4f979368e9db9eb8134b5.tar.gz |
Merge pull request #19 from nden/add-readme1.2.4
add readme and changes
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..16f9ac1 --- /dev/null +++ b/README.rst @@ -0,0 +1,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:: + + git clone https://github.com/spacetelescope/stwcs.git + +To install:: + + python setup.py install
\ No newline at end of file |