from astropy.io import fits hdu_list = fits.open(image_file) hdu_list.info() image_data = hdu_list[0.
確定! 回上一頁