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
a9e5e5b9
Commit
a9e5e5b9
authored
Jul 22, 2025
by
BO ZHANG
🏀
Browse files
fixed n_file bug in plan_basis
parent
99f949fd
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
a9e5e5b9
...
...
@@ -177,6 +177,7 @@ class Dispatcher:
else
:
this_n_file
=
len
(
_
[
"params"
][
"exposure_start"
])
else
:
# count effective detectors of this instrument
this_n_file
=
len
(
csst
[
this_instrument
].
effective_detector_names
)
_
[
"n_file"
]
=
this_n_file
except
KeyError
:
...
...
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