Moments

class esis.data.inversion.mart.helper.Moments(intensity, shift, width, skew, metadata)

Bases: object

__init__(intensity, shift, width, skew, metadata)

Initialize self. See help(type(self)) for accurate signature.

Parameters
Return type

None

Methods

__init__(intensity, shift, width, skew, metadata)

Initialize self.

Inheritance Diagram

Inheritance diagram of esis.data.inversion.mart.helper.Moments

intensity: numpy.ndarray
metadata: Dict[str, Any]

A class to basically just keep moments and the correct MART parameters associated with them together.

shift: astropy.units.Quantity
skew: astropy.units.Quantity
width: astropy.units.Quantity