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-cluster
Commits
b6ceb194
Commit
b6ceb194
authored
Jun 27, 2023
by
Wei Shoulin
Browse files
add object_name
parent
8528b157
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dfs_api_cluster/facility/level1.py
View file @
b6ceb194
...
...
@@ -47,6 +47,7 @@ class Level1DataApi(object):
pipeline_id
=
get_parameter
(
kwargs
,
"pipeline_id"
,
""
),
detector_no
=
get_parameter
(
kwargs
,
"detector_no"
,
""
),
filter
=
get_parameter
(
kwargs
,
"filter"
,
""
),
object_name
=
get_parameter
(
kwargs
,
"object_name"
,
""
),
other_conditions
=
{
"ra_cen"
:
str
(
get_parameter
(
kwargs
,
"ra_cen"
,
''
)),
"dec_cen"
:
str
(
get_parameter
(
kwargs
,
"dec_cen"
,
''
)),
...
...
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