Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
csst-dag
Commits
0eceb6af
Commit
0eceb6af
authored
Jul 03, 2025
by
BO ZHANG
🏀
Browse files
update general l1 dags
parent
eb6da5d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
csst_dag/cli/msc_l1.py
View file @
0eceb6af
...
...
@@ -11,10 +11,21 @@ python -m csst_dag.cli.msc_l1 \
--batch-id=csci-test-20250507
\
--priority=1
\
--dataset=csst-msc-c9-25sqdeg-v3
\
--obs-type=WIDE
\
--obs-group=W1
\
--pmapname=csst_0000001.map
\
--initial-prc-status=-1024
\
--final-prc-status=-2
\
--demo
python -m csst_dag.cli.msc_l1
\
--batch-id=1000sqdeg-test-b1
\
--priority=1
\
--dataset=csst-msc-c9-25sqdeg-v3
\
--obs-type=WIDE
\
--obs-group=W1
\
--initial-prc-status=-1024
\
--final-prc-status=-2
"""
from
csst_dag.dag
import
CsstDAGs
...
...
@@ -33,6 +44,7 @@ parser.add_argument("--dataset", type=str, help="Dataset name")
# parser.add_argument("--instrument", type=str, help="Instrument name", default="MSC")
parser
.
add_argument
(
"--obs-group"
,
type
=
str
,
help
=
"Observation group"
,
default
=
"none"
)
parser
.
add_argument
(
"--obs-type"
,
type
=
str
,
help
=
"Observation type"
,
default
=
""
)
parser
.
add_argument
(
"--pmapname"
,
type
=
str
,
help
=
"CCDS pmapname"
,
default
=
""
)
# status related parameters
parser
.
add_argument
(
"--initial-prc-status"
,
type
=
int
,
help
=
"Initial processing status"
,
default
=-
1024
...
...
csst_dag/dag_config/csst-msc-l1-ooc.json
View file @
0eceb6af
{
"dag_group"
:
"csst_dag.cli.msc_l1"
,
"dag_group"
:
"csst_dag.cli.msc_l1
_ooc
"
,
"dag_group_run"
:
"195244ff176f923aec9a9328c75ecaeb4a8c4345"
,
"dag"
:
"csst-msc-l1-
mbi
"
,
"dag"
:
"csst-msc-l1-
ooc
"
,
"dag_run"
:
"c89d7e7a022e6f0cdf1daff921c29dbce0ac7c01"
,
"batch_id"
:
"inttest"
,
"priority"
:
1
,
"pmapname"
:
""
,
"dataset"
:
"csst-msc-c9-25sqdeg-v3"
,
"obs_type"
:
"WIDE"
,
"obs_group"
:
"W2"
,
"obs_id"
:
"10100232366"
,
"dataset"
:
"csst-msc-c9-ooc-v1"
,
"obs_type"
:
"BIAS"
,
"obs_group"
:
"bias-temperature-var"
,
"detector"
:
"09"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment