Module diskchef.engine

Package with basic objects used in the whole project

Important:

diskchef.engine.CTableastropy.table.QTable-like object, with extra features for handling diskchef data

diskchef.engine.CHEFNotImplementedError – exception raised by base classes methods which only define interface for child classes

diskchef.engine.CHEFSlowDownWarning – warning issued by pieces of code which are known to be slow, if a possible alternative exists

Expand source code
"""
Package with basic objects used in the whole project

Important:

`diskchef.engine.CTable` -- `astropy.table.QTable`-like object, with extra features for handling `diskchef` data

`diskchef.engine.CHEFNotImplementedError` -- exception raised by base classes methods which only define interface for child classes

`diskchef.engine.CHEFSlowDownWarning` -- warning issued by pieces of code which are known to be slow, if a possible alternative exists
"""
from diskchef.engine.ctable import CTable
from diskchef.engine.exceptions import CHEFSlowDownWarning, CHEFNotImplementedError
from diskchef.engine.plot import Plot2D, Plot1D
from diskchef.engine.other import LogNormMaxOrders

Sub-modules

diskchef.engine.ctable

Class CTable(astropy.table.QTable) with additional features for CheF

diskchef.engine.exceptions
diskchef.engine.other
diskchef.engine.overplot_scatter
diskchef.engine.plot

Module with plotting helper routines for diskchef

diskchef.engine.weights