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
41e46137
Commit
41e46137
authored
Jul 09, 2025
by
BO ZHANG
🏀
Browse files
add prc_status in query
parent
499ab97c
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dag/cli/inspect.py
View file @
41e46137
...
...
@@ -38,6 +38,7 @@ parser.add_argument("--obs-type", type=str, help="Observation type", default=Non
parser
.
add_argument
(
"--obs-group"
,
type
=
str
,
help
=
"Observation group"
,
default
=
None
)
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
=
"Prc status"
,
default
=
None
)
# level1 data parameters
parser
.
add_argument
(
"--data-model"
,
type
=
str
,
help
=
"Data model"
,
default
=
None
)
parser
.
add_argument
(
"--batch-id"
,
type
=
str
,
help
=
"Batch ID"
,
default
=
None
)
...
...
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