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
749ebb8d
Commit
749ebb8d
authored
Jul 10, 2025
by
BO ZHANG
🏀
Browse files
n_epec_frame -> num_epec_frame
parent
9aeb3ac4
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
749ebb8d
...
...
@@ -626,7 +626,7 @@ class Dispatcher:
print
(
f
"
{
len
(
data_recs
.
data
)
}
data records"
)
for
_
in
plan_recs
.
data
:
_
[
"n_frame"
]
=
(
_
[
"params"
][
"n_epec_frame"
]
if
_
[
"instrument"
]
==
"HSTDM"
else
1
_
[
"params"
][
"n
um
_epec_frame"
]
if
_
[
"instrument"
]
==
"HSTDM"
else
1
)
# 未来如果HSTDM的设定简化一些,这里n_frame可以改成n_file,更直观
plan_basis
=
extract_basis_table
(
...
...
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