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
1855f21b
Commit
1855f21b
authored
Jul 21, 2025
by
BO ZHANG
🏀
Browse files
set default prc_status & qc_status to -1024
parent
93910a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dag/dag/_dispatcher.py
View file @
1855f21b
...
@@ -27,8 +27,8 @@ LEVEL0_PARAMS = {
...
@@ -27,8 +27,8 @@ LEVEL0_PARAMS = {
"obs_group"
:
None
,
"obs_group"
:
None
,
"obs_id"
:
None
,
"obs_id"
:
None
,
"detector"
:
None
,
"detector"
:
None
,
"prc_status"
:
-
1024
,
"prc_status"
:
None
,
"qc_status"
:
-
1024
,
"qc_status"
:
None
,
}
}
LEVEL1_PARAMS
=
{
LEVEL1_PARAMS
=
{
...
@@ -38,8 +38,8 @@ LEVEL1_PARAMS = {
...
@@ -38,8 +38,8 @@ LEVEL1_PARAMS = {
"obs_group"
:
None
,
"obs_group"
:
None
,
"obs_id"
:
None
,
"obs_id"
:
None
,
"detector"
:
None
,
"detector"
:
None
,
"prc_status"
:
-
1024
,
"prc_status"
:
None
,
"qc_status"
:
-
1024
,
"qc_status"
:
None
,
# special keys for data products
# special keys for data products
"data_model"
:
None
,
"data_model"
:
None
,
"batch_id"
:
"default_batch"
,
"batch_id"
:
"default_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