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-cicd
csst-dag
Commits
46690b29
Commit
46690b29
authored
Jul 03, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
019bd00d
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/dag/dags.py
View file @
46690b29
...
...
@@ -89,7 +89,7 @@ class GeneralDAGViaObsid(BaseDAG):
if
self
.
use_detector
:
# generate DAG messages via obs_id-detector
for
i_rec
,
this_rec
in
enumerate
(
recs
.
data
):
print
(
i_rec
,
this_rec
,
self
.
effective_detector_names
)
#
print(i_rec, this_rec, self.effective_detector_names)
# filter level0 data records: detector in expected list
if
this_rec
[
"detector"
]
in
self
.
effective_detector_names
:
...
...
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