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-dfs
csst-dfs-client
Commits
ba89a856
Commit
ba89a856
authored
Mar 03, 2025
by
Wei Shoulin
Browse files
file_type bugfix
parent
441ca2f7
Pipeline
#8006
canceled with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/level0.md
View file @
ba89a856
...
...
@@ -84,7 +84,7 @@ print(result) # result.data为list类型,包含0级数据的列表
```
python
from
csst_dfs_client
import
level0
result
=
level0
.
update_qc0_status
(
level0_id
=
'some_level0_id'
,
filetype
=
'SCI'
,
qc0_status
=
1
)
result
=
level0
.
update_qc0_status
(
level0_id
=
'some_level0_id'
,
file
_
type
=
'SCI'
,
qc0_status
=
1
)
print
(
result
)
```
...
...
@@ -92,7 +92,7 @@ print(result)
```
python
from
csst_dfs_client
import
level0
result
=
level0
.
update_prc_status
(
level0_id
=
'some_level0_id'
,
filetype
=
'SCI'
,
prc_status
=
1
)
result
=
level0
.
update_prc_status
(
level0_id
=
'some_level0_id'
,
file
_
type
=
'SCI'
,
prc_status
=
1
,
dag_run_id
=
'some_dag_run_id'
,
dataset
=
'dataset_name'
)
print
(
result
)
```
...
...
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