diff options
-rw-r--r-- | updatewcs/apply_corrections.py | 2 |
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'], |