diff options
-rw-r--r-- | CHANGES.rst | 19 | ||||
-rw-r--r-- | README.rst | 17 |
2 files changed, 36 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000..a6c6170 --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,19 @@ +1.2.4 (2016-10-27) +------------------ + +- Fix a bug in removing LookupTable distortion. [#3] + +- Fix a ``KeyError`` crash in applying headerlets. [#9] + +- Catch ``KeyError`` when deleting header keywords. [#13] + +- Fix for ``REFFRAME = OTHER``. [#14] + +- In cases when the warning is expected, catch INFO messages + coming from `astropy.wcs`. [#16] + + +1.2.3 (2016-07-13) +------------------ + +- Move to github.
\ No newline at end of file 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 |