Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
2 years ago
by
Wei Shoulin
Browse files
Options
Download
Email Patches
Plain Diff
add obs_id query
parent
cf0570e9
main
master
1.0.3
1.0.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_dfs_api/facility/level1.py
+10
-9
csst_dfs_api/facility/level1.py
with
10 additions
and
9 deletions
+10
-9
csst_dfs_api/facility/level1.py
+
10
-
9
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
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets