diff options
author | dencheva <dencheva@stsci.edu> | 2010-03-15 17:19:07 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2010-03-15 17:19:07 -0400 |
commit | b63fb3b5ae1dca33cf5dc77a0e879b44b9adc22d (patch) | |
tree | b95a729523e4c350eea5d7493d894be6507ef0f5 /updatewcs/__init__.py | |
parent | 99f434a972afb4db89eafa7f134e9af752571b9c (diff) | |
download | stwcs_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__.py | 2 |
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): """ |