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-api
Commits
ca36eae0
Commit
ca36eae0
authored
Dec 31, 2023
by
Wei Shoulin
Browse files
build_id to build
parent
4994548e
Changes
2
Hide whitespace changes
Inline
Side-by-side
csst_dfs_api/facility/level1.py
View file @
ca36eae0
...
...
@@ -25,7 +25,7 @@ class Level1DataApi(object):
dec_cen: float = None,
radius_cen: float = None
pipeline_id: [str]
build
_id
: [int]
build: [int]
detector_no: [str]
filter: [str]
object_name: [str]
...
...
@@ -111,7 +111,7 @@ class Level1DataApi(object):
prc_time : [str]
pipeline_id : [str]
pmapname : [str]
build
_id
: [str]
build : [str]
:returns: csst_dfs_common.models.Result
'''
...
...
csst_dfs_api/facility/level2.py
View file @
ca36eae0
...
...
@@ -25,7 +25,7 @@ class Level2DataApi(object):
prc_status : [int],
import_status : [int],
filename: [str],
build
_id
: [int],
build : [int],
pipeline_id: [str],
limit: limits returns the number of records,default 0:no-limit
...
...
@@ -124,7 +124,7 @@ class Level2DataApi(object):
prc_status : [int]
prc_time : [str]
pipeline_id : [str]
build
_id
: [int]
build : [int]
:returns: csst_dfs_common.models.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