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
9fdd4ccc
Commit
9fdd4ccc
authored
Jun 28, 2023
by
Wei Shoulin
Browse files
add obs_id query
parent
cf0570e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dfs_api/facility/level1.py
View file @
9fdd4ccc
...
...
@@ -13,20 +13,21 @@ class Level1DataApi(object):
''' retrieve level1 records from database
:param kwargs: Parameter dictionary, key items support:
obs_id: [str]
level0_id: [str]
module_id: [str]
data_type: [str]
create_time : (start, end)
,
qc1_status : [int]
,
prc_status : [int]
,
create_time : (start, end)
qc1_status : [int]
prc_status : [int]
filename: [str]
ra_cen: float = None
,
ra_cen: float = None
dec_cen: float = None,
radius_cen: float = None
,
pipeline_id: [str]
,
detector_no: [str]
,
filter: [str]
,
object_name: [str]
,
radius_cen: float = None
pipeline_id: [str]
detector_no: [str]
filter: [str]
object_name: [str]
limit: limits returns the number of records,default 0:no-limit
: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