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
csst-sims
csst_ifs_gehong
Commits
8cc303e6
Commit
8cc303e6
authored
Jan 02, 2025
by
Shuai Feng
Browse files
update2412
parent
eaf89653
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
8cc303e6
...
...
@@ -8,6 +8,13 @@ This is a Python package for modelling the data of intergral field spectrascopy
This code is available at readthedocs:
https://csst-ifs-gehong.readthedocs.io/
# Updates History
### 2024-12
*
优化了输入参数的边界判定
*
调整了代码的格式规范
*
修复了尘埃消光曲线的bug
*
pypi同步更新至1.1.3
# Developers
Shuai Feng (sfeng@hebtu.edu.cn)
csst_ifs_gehong/cube3d.py
View file @
8cc303e6
...
...
@@ -68,12 +68,8 @@ class Cube3D():
def
savefits
(
self
,
filename
,
path
=
'./'
):
hdr
=
fits
.
Header
()
hdr
[
'FILETYPE'
]
=
'SCICUBE'
hdr
[
'CODE'
]
=
'CSST-IFS-GEHONG'
hdr
[
'VERSION'
]
=
'0.0.1'
hdr
[
'OBJECT'
]
=
'NGC1234'
hdr
[
'RA'
]
=
0.0
hdr
[
'DEC'
]
=
0.0
hdr
[
'CODE'
]
=
'csst-ifs-gehong'
hdr
[
'VERSION'
]
=
'1.1.3'
hdu0
=
fits
.
PrimaryHDU
(
header
=
hdr
)
...
...
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