summaryrefslogtreecommitdiff
path: root/updatewcs/__init__.py
diff options
context:
space:
mode:
authordencheva <dencheva@stsci.edu>2010-03-15 17:19:07 -0400
committerdencheva <dencheva@stsci.edu>2010-03-15 17:19:07 -0400
commitb63fb3b5ae1dca33cf5dc77a0e879b44b9adc22d (patch)
treeb95a729523e4c350eea5d7493d894be6507ef0f5 /updatewcs/__init__.py
parent99f434a972afb4db89eafa7f134e9af752571b9c (diff)
downloadstwcs_hcf-b63fb3b5ae1dca33cf5dc77a0e879b44b9adc22d.tar.gz
CDELT is the stepsize of the subsampled full-size dgeo file and is recorded in the header of the npl file. It is copied from there to the WCSDVARR extension header.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8912 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'updatewcs/__init__.py')
-rw-r--r--updatewcs/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/updatewcs/__init__.py b/updatewcs/__init__.py
index 282d6c9..b1d88d4 100644
--- a/updatewcs/__init__.py
+++ b/updatewcs/__init__.py
@@ -14,7 +14,7 @@ import apply_corrections
__docformat__ = 'restructuredtext'
-__version__ = '0.4'
+__version__ = '0.5'
def updatewcs(input, vacorr=True, tddcorr=True, dgeocorr=True, d2imcorr=True, checkfiles=True):
"""