In [ ]:
import numpy as np
import matplotlib
import astropy.io.fits as afits
from astropy.wcs import WCS
import reproject
from astropy.visualization import ZScaleInterval
import astropy.table as at
import astropy.coordinates as coords
import astropy.units as u
from astropy.visualization.wcsaxes import WCSAxes
import astropy.visualization.wcsaxes.frame as frame
%matplotlib notebook
%pylab
In [ ]:
!ls ../01_Registration/out/
In [ ]:
#### You get to do this ####
In [ ]:
#### You get to do this ####
In [ ]:
#### You get to do this ####
In [ ]:
#### You get to do this. You can look for NaNs in the image, or the reproject functions should return a footprint ####
In [ ]:
#### You get to do this ####
In [ ]:
#### You get to do this ####