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

add query_ref_cat

parent bbba3073
Pipeline #11822 passed with stage
in 0 seconds
...@@ -510,7 +510,7 @@ class Pipeline: ...@@ -510,7 +510,7 @@ class Pipeline:
pointing_dec = header["DEC_OBJ"] pointing_dec = header["DEC_OBJ"]
print(f"Query reference catalog RA={pointing_ra}, Dec={pointing_dec} ...") print(f"Query reference catalog RA={pointing_ra}, Dec={pointing_dec} ...")
rec_cat = self.retry( rec_cat = self.retry(
csst_dfs_client.catalog.search, self.dfs1.catalog.search,
n_try=3, n_try=3,
ra=pointing_ra, ra=pointing_ra,
dec=pointing_dec, dec=pointing_dec,
......
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