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

add dispatcher

parent f77b60ac
...@@ -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,
), ),
} }
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