diff options
author | dencheva <dencheva@stsci.edu> | 2010-09-30 15:06:39 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2010-09-30 15:06:39 -0400 |
commit | 006537f7a7607130a2c6fa0eaedb8c62b7590101 (patch) | |
tree | 3570cedc939c3fde9da13b6fa77e6bc1bd6ff743 /doc/source/wcsutil.rst | |
parent | fac076e7c94e199a684a6e606b4e7cc88116785c (diff) | |
download | stwcs_hcf-006537f7a7607130a2c6fa0eaedb8c62b7590101.tar.gz |
Adding documentation
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10439 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'doc/source/wcsutil.rst')
-rw-r--r-- | doc/source/wcsutil.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/source/wcsutil.rst b/doc/source/wcsutil.rst new file mode 100644 index 0000000..8a8be24 --- /dev/null +++ b/doc/source/wcsutil.rst @@ -0,0 +1,19 @@ +.. _wcsutil: + +************************************** +WCSUTIL +************************************** +This package provides an HSTWCS class which performs WCS based coordinate +transformations and a module for managing alternate WCS's. + +.. currentmodule:: stwcs.wcsutil.__init__ + +.. toctree:: + :maxdepth: 2 + + + hstwcs_ui + hstwcs + altwcs + + |