summaryrefslogtreecommitdiff
path: root/updatewcs/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'updatewcs/__init__.py')
-rw-r--r--updatewcs/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/updatewcs/__init__.py b/updatewcs/__init__.py
index dd74e9d..00eda0f 100644
--- a/updatewcs/__init__.py
+++ b/updatewcs/__init__.py
@@ -128,7 +128,7 @@ def getNrefchip(fobj):
Nrefext = detectors.index(3) + 1
elif instrument == 'ACS':
detector = fobj[0].header['DETECTOR']
- if detector == 'WCS':
+ if detector == 'WFC':
Nrefchip =2
else:
Nrefchip = 1