vasca.tables_dict

Defines dictionary for the tables used by vasca.tables.TableCollection

Module Contents

Data

dd_vasca_columns

Definitions of all columns that are regisitered to be used in VASCA.

base_field

Definitions of tables and columns for the BaseField class.

galex_field

Extension of the base_field definitions for the GALEXField class

region

Definitions of tables and columns for the Region class.

class_keys

class_dicts

dd_vasca_tables

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 of astropy.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.region = None

Definitions of tables and columns for the Region class.

vasca.tables_dict.class_keys = ['base_field', 'galex_field', 'region']
vasca.tables_dict.class_dicts = None
vasca.tables_dict.dd_vasca_tables = None