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
82237170
Commit
82237170
authored
Jul 22, 2025
by
BO ZHANG
🏀
Browse files
rewrite csst-ifs-l1 DAG config
parent
52ddd2f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/dag/__init__.py
View file @
82237170
...
...
@@ -102,8 +102,8 @@ CSST_DAGS = {
dispatcher
=
Dispatcher
.
dispatch_file
,
),
# IFS
"csst-ifs-l1
-rss
"
:
BaseDAG
(
dag
=
"csst-ifs-l1
-rss
"
,
"csst-ifs-l1"
:
BaseDAG
(
dag
=
"csst-ifs-l1"
,
pattern
=
generate_permutations
(
instrument
=
[
"IFS"
],
obs_type
=
[
"SCI"
,
"COMB"
],
...
...
@@ -111,16 +111,7 @@ CSST_DAGS = {
),
dispatcher
=
Dispatcher
.
dispatch_obsid
,
),
"csst-ifs-l1-qc0"
:
BaseDAG
(
dag
=
"csst-ifs-l1-qc0"
,
pattern
=
generate_permutations
(
instrument
=
[
"IFS"
],
obs_type
=
[
"BIAS"
,
"DARK"
,
"FLAT"
,
"LAMP"
],
detector
=
csst
[
"IFS"
].
effective_detector_names
,
),
dispatcher
=
Dispatcher
.
dispatch_file
,
),
# IFS
# CPIC
"csst-cpic-l1"
:
BaseDAG
(
dag
=
"csst-cpic-l1"
,
pattern
=
generate_permutations
(
...
...
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