Commit 3a66bf30 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

add dispatcher

parent f77b60ac
......@@ -52,6 +52,7 @@ CSST_DAGS = {
obs_type=["WIDE", "DEEP"],
detector=csst["MSC"]["MBI"].effective_detector_names,
),
dispatcher=Dispatcher.dispatch_file,
),
"csst-msc-l1-ast": BaseDAG(
dag="csst-msc-l1-ast",
......@@ -60,6 +61,7 @@ CSST_DAGS = {
obs_type=["WIDE", "DEEP"],
detector=csst["MSC"]["MBI"].effective_detector_names,
),
dispatcher=Dispatcher.dispatch_file,
),
"csst-msc-l1-sls": BaseDAG(
dag="csst-msc-l1-sls",
......@@ -68,6 +70,7 @@ CSST_DAGS = {
obs_type=["WIDE", "DEEP"],
detector=csst["MSC"]["SLS"].effective_detector_names,
),
dispatcher=Dispatcher.dispatch_file,
),
"csst-msc-l1-ooc": BaseDAG(
dag="csst-msc-l1-ooc",
......@@ -76,5 +79,6 @@ CSST_DAGS = {
obs_type=["BIAS", "DARK", "FLAT"],
detector=csst["MSC"].effective_detector_names,
),
dispatcher=Dispatcher.dispatch_file,
),
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment