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

add dispatcher

parent f77b60ac
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,
    ),
}