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-local
Commits
132c1fec
Commit
132c1fec
authored
Jun 28, 2022
by
Wei Shoulin
Browse files
comment find
parent
52824ecc
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dfs_api_local/mci/level0.py
View file @
132c1fec
...
@@ -22,13 +22,18 @@ class Level0DataApi(object):
...
@@ -22,13 +22,18 @@ class Level0DataApi(object):
''' retrieve level0 records from database
''' retrieve level0 records from database
parameter kwargs:
parameter kwargs:
obs_id: [str]
obs_id: [str],
detector_no: [str]
detector_no: [str],
obs_type: [str]
obs_type: [str],
object_name: [str],
obs_time : (start, end),
obs_time : (start, end),
qc0_status : [int],
qc0_status : [int],
prc_status : [int],
prc_status : [int],
file_name: [str]
file_name: [str],
version: [str],
ra: [float],
dec: [float],
radius: [float],
limit: limits returns the number of records,default 0:no-limit
limit: limits returns the number of records,default 0:no-limit
return: csst_dfs_common.models.Result
return: 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