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
intensity (numpy.ndarray) –
shift (astropy.units.Quantity) –
width (astropy.units.Quantity) –
skew (astropy.units.Quantity) –
metadata (Dict[str, Any]) –
- Return type
Methods
__init__
(intensity, shift, width, skew, metadata)Initialize self.
Inheritance Diagram
-
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¶
-