| fits_sanitizer.py | fits_sanitizer.py | |||
|---|---|---|---|---|
| # coding=utf-8 | # -*- coding: utf-8 -*- | |||
| import logging | import logging | |||
| import os.path | import os.path | |||
| from astropy.io import fits | from astropy.io import fits | |||
| logging.basicConfig(level=logging.DEBUG) | logging.basicConfig(level=logging.DEBUG) | |||
| logger = logging.getLogger('FitsSanitizer') | logger = logging.getLogger('FitsSanitizer') | |||
| # You can import this and use the two functions at your convenience | # You can import this and use the two functions at your convenience | |||
| End of changes. 1 change blocks. | ||||
| 1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||