summaryrefslogtreecommitdiff
path: root/updatewcs/det2im.py
diff options
context:
space:
mode:
authordencheva <dencheva@stsci.edu>2010-02-01 15:14:25 -0500
committerdencheva <dencheva@stsci.edu>2010-02-01 15:14:25 -0500
commitc48080562aa74dc0de763ccb10d35a794efdecaf (patch)
tree4ca15c82130226fa910c7114942866e9bfcd95ba /updatewcs/det2im.py
parent1c380263a895a6ce91ef24ee9c2c0445df7bbebb (diff)
downloadstwcs_hcf-c48080562aa74dc0de763ccb10d35a794efdecaf.tar.gz
Addressed #507
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8694 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'updatewcs/det2im.py')
-rw-r--r--updatewcs/det2im.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/updatewcs/det2im.py b/updatewcs/det2im.py
index 9009317..0aa8f2a 100644
--- a/updatewcs/det2im.py
+++ b/updatewcs/det2im.py
@@ -11,7 +11,8 @@ class DET2IMCorr(object):
`fobj`: pyfits object
Science file, for which a detector to image correction
is available
-
+ Uses a kw 'D2IMFILE' in the primary header to create an extension with
+ a detector to image correction.
"""
assert isinstance(fobj, pyfits.NP_pyfits.HDUList)