summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordencheva <dencheva@stsci.edu>2009-12-21 09:39:55 -0500
committerdencheva <dencheva@stsci.edu>2009-12-21 09:39:55 -0500
commit25b25a655852d7ad21e3442748904dcbc70c1ff7 (patch)
tree3a84cabfc785311fd70c4314db57f1a205a76f9e
parente8c1deece6a836ea142252f0e608f942cb01b7be (diff)
downloadstwcs_hcf-25b25a655852d7ad21e3442748904dcbc70c1ff7.tar.gz
Added detector to image correction for WFPC2 data
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8511 fe389314-cf27-0410-b35b-8c050e845b92
-rw-r--r--updatewcs/apply_corrections.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/updatewcs/apply_corrections.py b/updatewcs/apply_corrections.py
index ab05d7d..5e55767 100644
--- a/updatewcs/apply_corrections.py
+++ b/updatewcs/apply_corrections.py
@@ -11,7 +11,7 @@ __docformat__ = 'restructuredtext'
# A dictionary which lists the allowed corrections for each instrument.
# These are the default corrections applied also in the pipeline.
-allowed_corrections={'WFPC2': ['MakeWCS','CompSIP', 'VACorr', 'DGEOCorr'],
+allowed_corrections={'WFPC2': ['DET2IMCorr', 'MakeWCS','CompSIP', 'VACorr'],
'ACS': ['DET2IMCorr', 'TDDCorr', 'MakeWCS', 'CompSIP','VACorr', 'DGEOCorr'],
'STIS': ['MakeWCS', 'CompSIP','VACorr'],
'NICMOS': ['MakeWCS', 'CompSIP','VACorr'],