... import Cutout2D def open_image(imagename): hdu = fits.open(imagename) image = hdu[0].data header = hdu[0].header wcs = WCS(header) return image, header, ...
確定! 回上一頁