Conf¶
- class astroquery.simbad.Conf[source]¶
Bases:
ConfigNamespaceConfiguration parameters for
astroquery.simbad.Attributes Summary
Maximum number of rows that will be fetched from the result.
Name of the SIMBAD mirror to use.
Time limit for the execution of asynchronous queries, in seconds.
Attributes Documentation
- default_columns = ['main_id', 'ra', 'dec', 'coo_err_maj', 'coo_err_min', 'coo_err_angle', 'coo_wavelength', 'coo_bibcode']¶
- row_limit¶
Maximum number of rows that will be fetched from the result.
- server¶
Name of the SIMBAD mirror to use.
- servers_list = ['simbad.cds.unistra.fr', 'simbad.harvard.edu']¶
- timeout¶
Time limit for the execution of asynchronous queries, in seconds.