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
Liu Dezi
csst_msc_sim
Commits
683f8737
Commit
683f8737
authored
1 year ago
by
Fang Yuedong
Browse files
Options
Download
Email Patches
Plain Diff
add test data path to the README
parent
cfb48241
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ObservationSim/Instrument/Chip/Chip.py
+2
-2
ObservationSim/Instrument/Chip/Chip.py
ObservationSim/Instrument/data/field_distortion/__pycache__/__init__.cpython-39.pyc
+0
-0
...data/field_distortion/__pycache__/__init__.cpython-39.pyc
README.md
+4
-2
README.md
with
6 additions
and
4 deletions
+6
-4
ObservationSim/Instrument/Chip/Chip.py
+
2
-
2
View file @
683f8737
...
...
@@ -57,7 +57,7 @@ class Chip(FocalPlane):
for
key
in
chip_dict
:
setattr
(
self
,
key
,
chip_dict
[
key
])
if
self
.
filter_type
==
"FGS"
:
if
config
[
"ins_effects"
][
"field_dist"
]
==
False
:
if
(
"field_dist"
in
config
)
and
(
config
[
"ins_effects"
][
"field_dist"
]
)
==
False
:
self
.
fdModel
=
None
else
:
fgs_name
=
self
.
chip_name
[
0
:
4
]
...
...
@@ -71,7 +71,7 @@ class Chip(FocalPlane):
self
.
fdModel
=
pickle
.
load
(
f
)
else
:
# Get the corresponding field distortion model
if
config
[
"ins_effects"
][
"field_dist"
]
==
False
:
if
(
"field_dist"
in
config
)
and
(
config
[
"ins_effects"
][
"field_dist"
]
==
False
)
:
self
.
fdModel
=
None
else
:
try
:
...
...
This diff is collapsed.
Click to expand it.
ObservationSim/Instrument/data/field_distortion/__pycache__/__init__.cpython-39.pyc
+
0
-
0
View file @
683f8737
No preview for this file type
This diff is collapsed.
Click to expand it.
README.md
+
4
-
2
View file @
683f8737
...
...
@@ -27,9 +27,11 @@
## 相关数据
*
PSF采样数据下载:
[
百度云盘
](
https://pan.baidu.com/s/1_2gbO6-d7x001_FMqZ1tfw
)
,
密
码:2awt
*
PSF采样数据下载:
[
百度云盘
](
https://pan.baidu.com/s/1_2gbO6-d7x001_FMqZ1tfw
)
,
提取
码:2awt
*
滤光片及无缝光谱相关数据:
[
百度云盘
](
https://pan.baidu.com/s/1JROggg8IKf27i1DnwTaPAw
)
,密码:07v5
*
测试用数据,C6星系SED PCA主成分,及恒星SED模板库下载:
[
百度云盘
](
https://pan.baidu.com/s/15B5H-r39vbIBIXdpin63Wg
)
,提取码:nxsy
*
滤光片及无缝光谱相关数据:
[
百度云盘
](
https://pan.baidu.com/s/1JROggg8IKf27i1DnwTaPAw
)
,提取码:07v5
## 相关会议及workshop
...
...
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