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
3a66bf30
"csst_dag/git@csst-tb.bao.ac.cn:csst-cicd/csst-dag.git" did not exist on "0581c0bebc6b743c1b903a1c9d86729f3976ed42"
Commit
3a66bf30
authored
Jul 09, 2025
by
BO ZHANG
🏀
Browse files
add dispatcher
parent
f77b60ac
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/dag/__init__.py
View file @
3a66bf30
...
@@ -52,6 +52,7 @@ CSST_DAGS = {
...
@@ -52,6 +52,7 @@ CSST_DAGS = {
obs_type
=
[
"WIDE"
,
"DEEP"
],
obs_type
=
[
"WIDE"
,
"DEEP"
],
detector
=
csst
[
"MSC"
][
"MBI"
].
effective_detector_names
,
detector
=
csst
[
"MSC"
][
"MBI"
].
effective_detector_names
,
),
),
dispatcher
=
Dispatcher
.
dispatch_file
,
),
),
"csst-msc-l1-ast"
:
BaseDAG
(
"csst-msc-l1-ast"
:
BaseDAG
(
dag
=
"csst-msc-l1-ast"
,
dag
=
"csst-msc-l1-ast"
,
...
@@ -60,6 +61,7 @@ CSST_DAGS = {
...
@@ -60,6 +61,7 @@ CSST_DAGS = {
obs_type
=
[
"WIDE"
,
"DEEP"
],
obs_type
=
[
"WIDE"
,
"DEEP"
],
detector
=
csst
[
"MSC"
][
"MBI"
].
effective_detector_names
,
detector
=
csst
[
"MSC"
][
"MBI"
].
effective_detector_names
,
),
),
dispatcher
=
Dispatcher
.
dispatch_file
,
),
),
"csst-msc-l1-sls"
:
BaseDAG
(
"csst-msc-l1-sls"
:
BaseDAG
(
dag
=
"csst-msc-l1-sls"
,
dag
=
"csst-msc-l1-sls"
,
...
@@ -68,6 +70,7 @@ CSST_DAGS = {
...
@@ -68,6 +70,7 @@ CSST_DAGS = {
obs_type
=
[
"WIDE"
,
"DEEP"
],
obs_type
=
[
"WIDE"
,
"DEEP"
],
detector
=
csst
[
"MSC"
][
"SLS"
].
effective_detector_names
,
detector
=
csst
[
"MSC"
][
"SLS"
].
effective_detector_names
,
),
),
dispatcher
=
Dispatcher
.
dispatch_file
,
),
),
"csst-msc-l1-ooc"
:
BaseDAG
(
"csst-msc-l1-ooc"
:
BaseDAG
(
dag
=
"csst-msc-l1-ooc"
,
dag
=
"csst-msc-l1-ooc"
,
...
@@ -76,5 +79,6 @@ CSST_DAGS = {
...
@@ -76,5 +79,6 @@ CSST_DAGS = {
obs_type
=
[
"BIAS"
,
"DARK"
,
"FLAT"
],
obs_type
=
[
"BIAS"
,
"DARK"
,
"FLAT"
],
detector
=
csst
[
"MSC"
].
effective_detector_names
,
detector
=
csst
[
"MSC"
].
effective_detector_names
,
),
),
dispatcher
=
Dispatcher
.
dispatch_file
,
),
),
}
}
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