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-pipeline
csst_common
Commits
a0be2447
Commit
a0be2447
authored
Jul 10, 2023
by
Wang Xia
Browse files
Update data_manager.py
parent
a9362c09
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
a0be2447
...
...
@@ -574,7 +574,7 @@ class CsstMsDataManager:
fp
=
os
.
path
.
join
(
self
.
path_aux
,
"C6.2_ref_crds"
,
"csst_msc_ms_{}_{:02d}_{:06d}.fits"
.
format
(
detector
,
detector
,
1
)
"csst_msc_ms_{}_{:02d}_{:06d}.fits"
.
format
(
ref_type
,
detector
,
1
)
)
assert
os
.
path
.
exists
(
fp
),
f
"File not found: [
{
fp
}
]"
refs
[
ref_type
]
=
fp
...
...
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