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
2d7390c2
"git@csst-tb.bao.ac.cn:csst-cicd/csst-dag.git" did not exist on "a9114d21cfcc8d9150db7b56afbaf0ebd9268ffb"
Commit
2d7390c2
authored
Jul 19, 2025
by
BO ZHANG
🏀
Browse files
update parameter comments
parent
3ca51c02
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/cli/run.py
View file @
2d7390c2
...
...
@@ -8,6 +8,7 @@ Example
python -m csst_dag.cli.run -h
python -m csst_dag.cli.run
\
--dags csst-msc-l1-mbi
\
--dataset=csst-msc-c9-25sqdeg-v3
\
--instrument=MSC
\
--obs-type=WIDE
\
...
...
@@ -21,7 +22,8 @@ python -m csst_dag.cli.run \
--ref-cat=trilegal_093
# 25平方度宽场
python -m csst_dag.cli.csst_msc_l1
\
python -m csst_dag.cli.run
\
--dags csst-msc-l1-mbi
\
--dataset=csst-msc-c9-25sqdeg-v3
\
--instrument=MSC
\
--obs-type=WIDE
\
...
...
@@ -42,7 +44,7 @@ import joblib
from
csst_dag
import
CSST_DAGS
,
Dispatcher
,
BaseDAG
,
dfs
parser
=
argparse
.
ArgumentParser
(
description
=
"Scheduler for CSST
MSC
L1 pipeline."
,
description
=
"Scheduler for CSST L1 pipeline."
,
formatter_class
=
argparse
.
ArgumentDefaultsHelpFormatter
,
)
...
...
@@ -120,7 +122,7 @@ print(f"{len(plan_basis)} plan basis, {len(data_basis)} data basis found")
# generate DAG group run
dag_group_run
=
BaseDAG
.
gen_dag_group_run
(
dag_group
=
"csst-
msc-l1
"
,
dag_group
=
"csst-
l1-pipeline
"
,
batch_id
=
args
.
batch_id
,
priority
=
args
.
priority
,
)
...
...
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