vasca.tables_dict
¶
Defines dictionary for the tables used by vasca.tables.TableCollection
Module Contents¶
Data¶
Definitions of all columns that are regisitered to be used in VASCA. |
|
Definitions of tables and columns for the |
|
Extension of the base_field definitions for the |
|
Definitions of tables and columns for the |
|
API¶
- vasca.tables_dict.dd_vasca_columns: dict[str, dict[str, str | float]] = None¶
Definitions of all columns that are regisitered to be used in VASCA.
Each coulmn definition consists of five required parameters:
- name
Name of the column
- dtype
FITS compatible data type
- unit
FITS compatible data unit
- default
Default value wich will be used to populate the tabel column
- description
Short description of the column which is shown by
info
method ofastropy.table.Table
.
Users may add column items here if required for instrument-specific field classes.
- vasca.tables_dict.base_field: dict[str, dict] = None¶
Definitions of tables and columns for the
BaseField
class.
- vasca.tables_dict.galex_field = None¶
Extension of the base_field definitions for the
GALEXField
class
- vasca.tables_dict.class_keys = ['base_field', 'galex_field', 'region']¶
- vasca.tables_dict.class_dicts = None¶
- vasca.tables_dict.dd_vasca_tables = None¶