kanon.tables.htable — Historical tables

kanon.tables.htable Module

Classes

HTable([data, names, index, dtype, units])

HTable is a subclass of astropy.table.Table, made to model Historical Astronomy tables representing mathematical functions. Its argument column or columns are its index, while the values should be on the first column. Columns are allowed to contain all kinds of Real, especially BasedReal numbers. HTable also provides additional historical features and metadata.

Class Inheritance Diagram

Inheritance diagram of kanon.tables.htable.HTable

kanon.tables.hcolumn Module

Classes

HColumn([data, name, dtype, shape, length, ...])

Column subclass with better support of BasedReal values.

HColumnInfo([bound])

ColumnInfo with basedtype

Class Inheritance Diagram

Inheritance diagram of kanon.tables.hcolumn.HColumn, kanon.tables.hcolumn.HColumnInfo