diff options
Diffstat (limited to 'lib/stwcs/gui/apply_headerlet.py')
-rw-r--r-- | lib/stwcs/gui/apply_headerlet.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stwcs/gui/apply_headerlet.py b/lib/stwcs/gui/apply_headerlet.py index 0a93104..1b97e38 100644 --- a/lib/stwcs/gui/apply_headerlet.py +++ b/lib/stwcs/gui/apply_headerlet.py @@ -38,7 +38,7 @@ def run(configObj=None): headerlet.apply_headerlet_as_primary(configObj['filename'], configObj['hdrlet'],attach=configObj['attach'], archive=configObj['archive'],force=configObj['force'], - verbose=configObj['verbose']) + logging=configObj['logging']) else: wcsname = configObj['wcsname'] if wcsname in ['',' ','INDEF']: wcsname = None @@ -50,5 +50,5 @@ def run(configObj=None): headerlet.apply_headerlet_as_alternate(configObj['filename'], configObj['hdrlet'], attach=configObj['attach'], wcsname=wcsname, wcskey=wcskey, - verbose=configObj['verbose']) + logging=configObj['logging']) |