diff options
author | Nadia Dencheva <nadia.dencheva@gmail.com> | 2017-04-24 17:47:41 -0400 |
---|---|---|
committer | Nadia Dencheva <nadia.dencheva@gmail.com> | 2017-04-24 17:47:41 -0400 |
commit | 1ca125a499c06ec1795a7ece6b1c2c63c8d9178b (patch) | |
tree | 2b7582f971c71face981c4d0a4bf785026f816be /stwcs/updatewcs/__init__.py | |
parent | c954b48e3866315e1a9191fb13d166cfcd9f2baf (diff) | |
download | stwcs_hcf-1ca125a499c06ec1795a7ece6b1c2c63c8d9178b.tar.gz |
final tweaks
Diffstat (limited to 'stwcs/updatewcs/__init__.py')
-rw-r--r-- | stwcs/updatewcs/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stwcs/updatewcs/__init__.py b/stwcs/updatewcs/__init__.py index fe326c3..10fc80e 100644 --- a/stwcs/updatewcs/__init__.py +++ b/stwcs/updatewcs/__init__.py @@ -149,7 +149,6 @@ def makecorr(fname, allowed_corr): ext_wcs = wcsutil.HSTWCS(fobj=f, ext=i) # check if it exists first!!! # 'O ' can be safely archived again because it has been restored first. - # perhaps archive only if it doesn't exist??? wcsutil.archiveWCS(f, ext=i, wcskey="O", wcsname="OPUS", reusekey=True) ext_wcs.readModel(update=True, header=hdr) |