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

add radius to query_ref_cat()

parent f11e1122
Pipeline #11856 passed with stage
in 0 seconds
......@@ -502,6 +502,7 @@ class Pipeline:
self,
file_path,
catalog_name: Optional[str] = None,
radius: float = 2.0,
) -> None | str:
"""
References
......@@ -521,7 +522,7 @@ class Pipeline:
ra=pointing_ra,
dec=pointing_dec,
catalog_name=catalog_name,
radius=2.0,
radius=radius,
columns=["*"],
min_mag=0,
max_mag=30,
......
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