diff options
Diffstat (limited to 'lib/stwcs/updatewcs/npol.py')
-rw-r--r-- | lib/stwcs/updatewcs/npol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stwcs/updatewcs/npol.py b/lib/stwcs/updatewcs/npol.py index 9346439..0427b61 100644 --- a/lib/stwcs/updatewcs/npol.py +++ b/lib/stwcs/updatewcs/npol.py @@ -159,7 +159,7 @@ class NPOLCorr(object): before_key = None for key in keys: - hdr.update(key=key, value=values[key], comment=comments[key], before=before_key) + hdr.set(key, value=values[key], comment=comments[key], before=before_key) addSciExtKw = classmethod(addSciExtKw) |