Commit b72c7669 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

add columns

parent d13ae039
...@@ -26,7 +26,7 @@ class CatalogApi(object): ...@@ -26,7 +26,7 @@ class CatalogApi(object):
''' '''
if catalog_name == "gaia3": 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: else:
return Result.error(message="%s catalog search not yet implemented" %(catalog_name, )) return Result.error(message="%s catalog search not yet implemented" %(catalog_name, ))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment