From 25b25a655852d7ad21e3442748904dcbc70c1ff7 Mon Sep 17 00:00:00 2001 From: dencheva Date: Mon, 21 Dec 2009 14:39:55 +0000 Subject: 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 --- updatewcs/apply_corrections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- cgit