run_simbad_query#
- skysim.query.run_simbad_query(query_type, extra_columns=(), **kwargs)[source]#
Query SIMBAD with either a region or TAP request.
- Parameters:
- query_type
str “region” or “tap” - the type of request to send.
- extra_columns
collections.abc.Collection[str], default() Extra columns to add to SIMBAD outputs. Only valid for “region” query type.
- **kwargs
collections.abc.Mapping Unpacked and passed to the query function.
- query_type
- Returns:
astropy.table.QTableSimbad result.
- Raises:
ValueErrorRaised if
query_typeis not “region” or “tap”.