Moments¶
- class kgpy.ctis.inversion.mart.helper.Moments(intensity, shift, width, skew, metadata)¶
Bases:
object- Parameters:
- __init__(intensity, shift, width, skew, metadata)¶
Attributes
A class to basically just keep moments and the correct MART parameters associated with them together.
Methods
__init__(intensity, shift, width, skew, metadata)Inheritance Diagram
digraph inheritanced37ccf257a { bgcolor=transparent; rankdir=TB; size="8.0, 12.0"; "kgpy.ctis.inversion.mart.helper.Moments" [URL="kgpy.ctis.inversion.mart.helper.Moments.html#kgpy.ctis.inversion.mart.helper.Moments",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Moments(intensity: numpy.ndarray, shift: astropy.units.quantity.Quantity, width: astropy.units.quantity.Quantity, skew: astropy.units.quantity.Quantity, metadata: Dict[str, Any])"]; }-
intensity:
numpy.ndarray¶
-
metadata:
typing.Dict[str,typing.Any]¶ A class to basically just keep moments and the correct MART parameters associated with them together.