search_all¶
-
astropy.vo.client.conesearch.search_all(*args, **kwargs)[source] [edit on github]¶ Perform Cone Search and returns the results of all successful queries.
Warning
Could potentially take up significant run time and computing resources.
Parameters: args, kwargs :
Arguments and keywords accepted by
conesearch().Returns: all_results : dict of
astropy.io.votable.tree.TableobjectsA dictionary of tables from successful VO service requests, with keys being the access URLs. If none is successful, an empty dictionary is returned.
Raises: ConeSearchError
When invalid inputs are passed into Cone Search.