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
299887ea
Commit
299887ea
authored
Oct 18, 2022
by
BO ZHANG
🏀
Browse files
set all detectors by default
parent
8acd6a96
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_common/data_manager.py
View file @
299887ea
...
...
@@ -147,6 +147,9 @@ class CsstMsDataManager:
self
.
available_detectors
=
[
int
(
re
.
split
(
r
"[_.]"
,
fp
)[
7
])
for
fp
in
fps_img
]
self
.
available_detectors
.
sort
()
# set all available detectors by default
self
.
set_detectors
(
None
)
@
staticmethod
def
glob_image
(
dir_l0
,
ver_sim
=
"C5"
):
""" glob files in L0 data directory """
...
...
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