from astropy.nddata import Cutout2D position = (49.7, 100.1) shape = (40, 50) cutout = Cutout2D(f[0].data, position, shape, wcs=w).
確定! 回上一頁