Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
7 months ago
by
Shuai Feng
Browse files
Options
Download
Email Patches
Plain Diff
update2412
parent
eaf89653
develop
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-0
README.md
csst_ifs_gehong/cube3d.py
+2
-6
csst_ifs_gehong/cube3d.py
with
9 additions
and
6 deletions
+9
-6
README.md
+
7
-
0
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)
This diff is collapsed.
Click to expand it.
csst_ifs_gehong/cube3d.py
+
2
-
6
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
)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets