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-cluster
Commits
921475db
Commit
921475db
authored
2 years ago
by
Wei Shoulin
Browse files
Options
Download
Email Patches
Plain Diff
add obs_id query
parent
1da6beb1
main
master
1.0.1
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
csst_dfs_api_cluster/facility/level1.py
+1
-0
csst_dfs_api_cluster/facility/level1.py
with
1 addition
and
0 deletions
+1
-0
csst_dfs_api_cluster/facility/level1.py
+
1
-
0
View file @
921475db
...
...
@@ -35,6 +35,7 @@ class Level1DataApi(object):
'''
try
:
resp
,
_
=
self
.
stub
.
Find
.
with_call
(
level1_pb2
.
FindLevel1Req
(
obs_id
=
get_parameter
(
kwargs
,
"obs_id"
),
level0_id
=
get_parameter
(
kwargs
,
"level0_id"
),
module_id
=
get_parameter
(
kwargs
,
"module_id"
),
data_type
=
get_parameter
(
kwargs
,
"data_type"
),
...
...
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