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
f9ba79eb
Commit
f9ba79eb
authored
Jul 09, 2025
by
BO ZHANG
🏀
Browse files
set default prc_status in query to None
parent
e4b77553
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/cli/csst_msc_l1.py
View file @
f9ba79eb
...
...
@@ -14,7 +14,6 @@ python -m csst_dag.cli.csst_msc_l1 \
--obs-group=W1
\
--obs-id=10100232366
\
--detector=09
\
--prc-status=-1024
\
--batch-id=test-b1
\
--priority=1
\
--pmapname=csst_000070.pmap
\
...
...
@@ -41,7 +40,7 @@ parser.add_argument("--obs-group", type=str, help="Observation group", default=N
parser
.
add_argument
(
"--obs-id"
,
type
=
str
,
help
=
"Observation ID"
,
default
=
None
)
parser
.
add_argument
(
"--detector"
,
type
=
str
,
help
=
"Detector name"
,
default
=
None
)
parser
.
add_argument
(
"--prc-status"
,
type
=
int
,
help
=
"Initial processing status"
,
default
=
-
1024
"--prc-status"
,
type
=
int
,
help
=
"Initial processing status"
,
default
=
None
)
# task parameters
parser
.
add_argument
(
"--batch-id"
,
type
=
str
,
help
=
"Batch ID"
,
default
=
"test-batch"
)
...
...
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