Bases: object
A class to store Cone Search validation results.
| Parameters: | cache : bool
verbose : bool
|
|---|
Attributes
| dbtypes | (list) Cone Search database identifiers. |
| dbs | (dict) Stores VOSDatabase for each dbtypes. |
| catkeys | (dict) Stores sorted catalog keys for each dbtypes. |
Methods Summary
| list_cats(typ[, fout, ignore_noncrit]) | List catalogs in given database. |
| print_cat(key[, fout]) | Display a single catalog of given key. |
| tally([fout]) | Tally databases. |
Methods Documentation
List catalogs in given database.
Listing contains:
- Catalog key
- Cone search access URL
- Warning codes
- Warning descriptions
| Parameters: | typ : str
fout : output stream
ignore_noncrit : bool
|
|---|
Display a single catalog of given key.
If not found, nothing is written out.
| Parameters: | key : str
fout : output stream
|
|---|
Tally databases.
| Parameters: | fout : output stream
|
|---|