From c48080562aa74dc0de763ccb10d35a794efdecaf Mon Sep 17 00:00:00 2001 From: dencheva Date: Mon, 1 Feb 2010 20:14:25 +0000 Subject: Addressed #507 git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8694 fe389314-cf27-0410-b35b-8c050e845b92 --- updatewcs/det2im.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'updatewcs/det2im.py') 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) -- cgit