list_catalogs¶
- astroquery.vo_conesearch.vos_catalog.list_catalogs(service_type, cache=True, verbose=True, **kwargs)[source]¶
List the catalogs available for the given service type.
- Parameters:
- service_typestr
Name of the type of service, e.g., ‘conesearch_good’.
- cachebool
Use caching for VO Service database. Access to actual VO websites referenced by the database still needs internet connection.
- verbosebool
Show download progress bars.
- patternstr or
None
If given string is anywhere in a catalog name, it is considered a matching catalog. It accepts patterns as in
fnmatch
and is case-insensitive. By default, all catalogs are returned.- sortbool
Sort output in alphabetical order. If not sorted, the order depends on dictionary hashing. Default is
True
.
- Returns:
- arrlist of str
List of catalog names.