Commit a1e86e8f authored by Zheng Gaoshan's avatar Zheng Gaoshan
Browse files

update run

parent 1a829ef9
...@@ -2,7 +2,7 @@ from astropy.io import fits ...@@ -2,7 +2,7 @@ from astropy.io import fits
if __name__ == "__main__": if __name__ == "__main__":
# 读取FITS文件 # 读取FITS文件
filename = 'D:\项目\天文\data\CSST_MSC_MS_SCIE_20240817060830_20240817061100_10160000001_01_L0_V01.fits' filename = '/workspace/input/CSST_MSC_MS_SCI_20290807111557_20290807111827_10109300542959_08_L1_V01.fits'
hdu_list = fits.open(filename) hdu_list = fits.open(filename)
# 打印所有HDU(Header/Data Unit)的信息 # 打印所有HDU(Header/Data Unit)的信息
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment