Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In [1]: import astropy | |
In [2]: astropy.__version__ | |
Out[2]: '3.1.dev21573' | |
In [3]: import asdf | |
In [4]: asdf.__version__ | |
Out[4]: '2.0.0.dev1248' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In [1]: import asdf | |
In [2]: fa = asdf.open('miri_wcs.asdf') | |
.../yamlutil.py:248: UserWarning: tag:stsci.edu:gwcs/step-1.0.0 is not recognized, converting to raw Python data structure | |
"data structure".format(tag_name)) | |
.../asdf/yamlutil.py:248: UserWarning: tag:stsci.edu:jwst_pipeline/v23tosky-0.7.0 is not recognized, converting to raw Python data structure | |
"data structure".format(tag_name)) | |
.../asdf/yamlutil.py:248: UserWarning: tag:stsci.edu:gwcs/celestial_frame-1.0.0 is not recognized, converting to raw Python data structure | |
"data structure".format(tag_name)) | |
.../asdf/yamlutil.py:248: UserWarning: tag:stsci.edu:gwcs/wcs-1.0.0 is not recognized, converting to raw Python data structure |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import logging | |
import datetime | |
import shutil | |
import glob | |
from astropy.io import fits | |
from acstools import acs_destripe | |
from acstools import acsccd | |
from acstools import acscte |