diff options
author | hack <hack@stsci.edu> | 2012-11-05 22:10:06 -0500 |
---|---|---|
committer | hack <hack@stsci.edu> | 2012-11-05 22:10:06 -0500 |
commit | 6f0d034ef1e8c25ee08ac90558e5fb2415ce7aa7 (patch) | |
tree | fdb313adbb9a9e9aa17ea7ceae95b162d0a06495 /lib | |
parent | 1680e07a5d46cbecbab1a803c9444ef20070dbbb (diff) | |
download | stwcs_hcf-6f0d034ef1e8c25ee08ac90558e5fb2415ce7aa7.tar.gz |
Adding support for NPOL correction to WFC3 in updatewcs.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@20240 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stwcs/updatewcs/apply_corrections.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stwcs/updatewcs/apply_corrections.py b/lib/stwcs/updatewcs/apply_corrections.py index fe1c1af..bb17a6a 100644 --- a/lib/stwcs/updatewcs/apply_corrections.py +++ b/lib/stwcs/updatewcs/apply_corrections.py @@ -21,7 +21,7 @@ allowed_corrections={'WFPC2': ['DET2IMCorr', 'MakeWCS','CompSIP', 'VACorr'], 'ACS': ['DET2IMCorr', 'TDDCorr', 'MakeWCS', 'CompSIP','VACorr', 'NPOLCorr'], 'STIS': ['MakeWCS', 'CompSIP','VACorr'], 'NICMOS': ['MakeWCS', 'CompSIP','VACorr'], - 'WFC3': ['MakeWCS', 'CompSIP','VACorr'], + 'WFC3': ['MakeWCS', 'CompSIP','VACorr', 'NPOLCorr'], } cnames = {'DET2IMCorr': 'Detector to Image Correction', |