From 006537f7a7607130a2c6fa0eaedb8c62b7590101 Mon Sep 17 00:00:00 2001 From: dencheva Date: Thu, 30 Sep 2010 19:06:39 +0000 Subject: Adding documentation git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10439 fe389314-cf27-0410-b35b-8c050e845b92 --- doc/source/wcsutil.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/source/wcsutil.rst (limited to 'doc/source/wcsutil.rst') 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 + + -- cgit