import numpy as np import matplotlib.pyplot as plt from astropy.io import fits hdul = fits.open('s0013.fits') data = hdul[0].data h1 ...
確定! 回上一頁