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

ephem to stream resp

parent 7492bd69
...@@ -27,7 +27,7 @@ class CatalogApi(object): ...@@ -27,7 +27,7 @@ class CatalogApi(object):
return: csst_dfs_common.models.Result return: csst_dfs_common.models.Result
''' '''
try: try:
resps, _ = self.stub.Gaia3Search.with_call(ephem_pb2.EphemSearchRequest( resps, _ = self.stub.Gaia3Search(ephem_pb2.EphemSearchRequest(
ra = ra, ra = ra,
dec = dec, dec = dec,
radius = radius, radius = radius,
......
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