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
b72c7669
Commit
b72c7669
authored
Jan 05, 2023
by
Wei Shoulin
Browse files
add columns
parent
d13ae039
Changes
1
Show whitespace changes
Inline
Side-by-side
csst_dfs_api/common/catalog.py
View file @
b72c7669
...
...
@@ -26,7 +26,7 @@ class CatalogApi(object):
'''
if
catalog_name
==
"gaia3"
:
return
self
.
gaia3_query
(
ra
,
dec
,
radius
,
min_mag
,
max_mag
,
obstime
,
limit
)
return
self
.
gaia3_query
(
ra
,
dec
,
radius
,
columns
,
min_mag
,
max_mag
,
obstime
,
limit
)
else
:
return
Result
.
error
(
message
=
"%s catalog search not yet implemented"
%
(
catalog_name
,
))
...
...
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