Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zheng Gaoshan
csst_fs
Commits
a1e86e8f
Commit
a1e86e8f
authored
Jul 02, 2025
by
Zheng Gaoshan
Browse files
update run
parent
1a829ef9
Changes
1
Show whitespace changes
Inline
Side-by-side
run.py
View file @
a1e86e8f
...
@@ -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_SCI
E
_202
4
08
17060830
_202
4
08
17061100_10160000001
_0
1
_L
0
_V01.fits'
filename
=
'
/workspace/input/
CSST_MSC_MS_SCI_202
9
08
07111557
_202
9
08
07111827_10109300542959
_0
8
_L
1
_V01.fits'
hdu_list
=
fits
.
open
(
filename
)
hdu_list
=
fits
.
open
(
filename
)
# 打印所有HDU(Header/Data Unit)的信息
# 打印所有HDU(Header/Data Unit)的信息
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment