Commit 82237170 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

rewrite csst-ifs-l1 DAG config

parent 52ddd2f3
...@@ -102,8 +102,8 @@ CSST_DAGS = { ...@@ -102,8 +102,8 @@ CSST_DAGS = {
dispatcher=Dispatcher.dispatch_file, dispatcher=Dispatcher.dispatch_file,
), ),
# IFS # IFS
"csst-ifs-l1-rss": BaseDAG( "csst-ifs-l1": BaseDAG(
dag="csst-ifs-l1-rss", dag="csst-ifs-l1",
pattern=generate_permutations( pattern=generate_permutations(
instrument=["IFS"], instrument=["IFS"],
obs_type=["SCI", "COMB"], obs_type=["SCI", "COMB"],
...@@ -111,16 +111,7 @@ CSST_DAGS = { ...@@ -111,16 +111,7 @@ CSST_DAGS = {
), ),
dispatcher=Dispatcher.dispatch_obsid, dispatcher=Dispatcher.dispatch_obsid,
), ),
"csst-ifs-l1-qc0": BaseDAG( # CPIC
dag="csst-ifs-l1-qc0",
pattern=generate_permutations(
instrument=["IFS"],
obs_type=["BIAS", "DARK", "FLAT", "LAMP"],
detector=csst["IFS"].effective_detector_names,
),
dispatcher=Dispatcher.dispatch_file,
),
# IFS
"csst-cpic-l1": BaseDAG( "csst-cpic-l1": BaseDAG(
dag="csst-cpic-l1", dag="csst-cpic-l1",
pattern=generate_permutations( pattern=generate_permutations(
......
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