Commit ec548ed7 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 42c32533
...@@ -621,7 +621,15 @@ class CsstMsDataManager: ...@@ -621,7 +621,15 @@ class CsstMsDataManager:
""" Test if DFS works. """ """ Test if DFS works. """
try: try:
tbl = CatalogApi().catalog_query( tbl = CatalogApi().catalog_query(
catalog_name="gaia3", ra=180, dec=0, radius=.1, min_mag=0, max_mag=30, obstime=-1, limit=-1 catalog_name="gaia3",
ra=180,
dec=0,
radius=.1,
columns=("ra", "dec"),
min_mag=0,
max_mag=30,
obstime=-1,
limit=-1
) )
return len(tbl) > 0 return len(tbl) > 0
except: except:
......
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