diff options
author | dencheva <dencheva@stsci.edu> | 2009-12-21 09:39:55 -0500 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2009-12-21 09:39:55 -0500 |
commit | 25b25a655852d7ad21e3442748904dcbc70c1ff7 (patch) | |
tree | 3a84cabfc785311fd70c4314db57f1a205a76f9e | |
parent | e8c1deece6a836ea142252f0e608f942cb01b7be (diff) | |
download | stwcs_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.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'], |