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
abd5f3ab
"csst_dag/git@csst-tb.bao.ac.cn:csst-cicd/csst-dag.git" did not exist on "c1df3efad465cfabd144cb7b60f2c3a1efb1e748"
Commit
abd5f3ab
authored
Jul 10, 2025
by
BO ZHANG
🏀
Browse files
add CPIC DAGs
parent
f0c06285
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/__init__.py
View file @
abd5f3ab
...
...
@@ -79,6 +79,26 @@ CSST_DAGS = {
obs_type
=
[
"BIAS"
,
"DARK"
,
"FLAT"
],
detector
=
csst
[
"MSC"
].
effective_detector_names
,
),
dispatcher
=
Dispatcher
.
dispatch_obsgroup_detector
,
),
"csst-cpic-l1"
:
BaseDAG
(
dag
=
"csst-cpic-l1"
,
pattern
=
generate_permutations
(
instrument
=
[
"CPIC"
],
obs_type
=
[
"SCI"
,
"DSF"
,
"CALS"
],
detector
=
csst
[
"CPIC"
].
effective_detector_names
,
),
dispatcher
=
Dispatcher
.
dispatch_file
,
),
"csst-cpic-l1-qc0"
:
BaseDAG
(
dag
=
"csst-cpic-l1-qc0"
,
pattern
=
generate_permutations
(
instrument
=
[
"CPIC"
],
obs_type
=
[
"BIAS"
,
"DARK"
,
"FLAT"
,
"BKG"
,
"LASER"
],
detector
=
csst
[
"CPIC"
].
effective_detector_names
,
),
dispatcher
=
Dispatcher
.
dispatch_file
,
),
# other DAGS
# ...
}
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