Loading csst_dag/dag/__init__.py +4 −0 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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", Loading @@ -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", Loading @@ -76,5 +79,6 @@ CSST_DAGS = { obs_type=["BIAS", "DARK", "FLAT"], detector=csst["MSC"].effective_detector_names, ), dispatcher=Dispatcher.dispatch_file, ), } Loading
csst_dag/dag/__init__.py +4 −0 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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", Loading @@ -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", Loading @@ -76,5 +79,6 @@ CSST_DAGS = { obs_type=["BIAS", "DARK", "FLAT"], detector=csst["MSC"].effective_detector_names, ), dispatcher=Dispatcher.dispatch_file, ), }