diff options
Diffstat (limited to 'updatewcs/__init__.py')
-rw-r--r-- | updatewcs/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/updatewcs/__init__.py b/updatewcs/__init__.py index 48c4c43..868fec1 100644 --- a/updatewcs/__init__.py +++ b/updatewcs/__init__.py @@ -16,8 +16,6 @@ import apply_corrections __docformat__ = 'restructuredtext' -__version__ = '0.8' - def updatewcs(input, vacorr=True, tddcorr=True, dgeocorr=True, d2imcorr=True, checkfiles=True, wcskey=" ", wcsname=" ", clobber=False): """ |