summaryrefslogtreecommitdiff
path: root/wcsutil/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'wcsutil/__init__.py')
-rw-r--r--wcsutil/__init__.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/wcsutil/__init__.py b/wcsutil/__init__.py
index 2b74a9c..2b7dbcd 100644
--- a/wcsutil/__init__.py
+++ b/wcsutil/__init__.py
@@ -9,7 +9,9 @@ from hstwcs import HSTWCS
__docformat__ = 'restructuredtext'
__version__ = '0.8'
-
+"""
+Example go here
+"""
def help():
print 'How to create an HSTWCS object:\n\n'
@@ -27,8 +29,13 @@ def help():
3. Create an HSTWCS object using a file name and an extension number. \n
Example:\n
w = wcsutil.HSTWCS('j9irw4b1q_flt.fits', ext=2)\n\n
+
+ 4. Create an HSTWCS object from WCS with key 'O'.\n
+ Example:\n
- 4. Create a template HSTWCS object for a DEFAULT object.\n
+ w = wcsutil.HSTWCS('j9irw4b1q_flt.fits', ext=2, wcskey='O')\n\n
+
+ 5. Create a template HSTWCS object for a DEFAULT object.\n
Example:\n
w = wcsutil.HSTWCS(instrument='DEFAULT')\n\n
"""