SliceAxis¶
- class kgpy.obs.spectral.SliceAxis¶
Bases:
AutoAxis- __init__()¶
Attributes
Number of dimensions on the left side of the array.
Number of dimensions on the right side of the array
List of indices for each axis.
Methods
__init__()auto_axis_index([from_right])- rtype:
perp_axes(axis)- rtype:
Inheritance Diagram
digraph inheritance0c7eb7b8b0 { bgcolor=transparent; rankdir=TB; size="8.0, 12.0"; "kgpy.mixin.AutoAxis" [URL="kgpy.mixin.AutoAxis.html#kgpy.mixin.AutoAxis",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="Semi-automated axis numbering"]; "kgpy.obs.spectral.SliceAxis" [URL="kgpy.obs.spectral.SliceAxis.html#kgpy.obs.spectral.SliceAxis",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"]; "kgpy.mixin.AutoAxis" -> "kgpy.obs.spectral.SliceAxis" [arrowsize=0.5,style="setlinewidth(0.5)"]; }- all¶
List of indices for each axis.
- num_left_dim¶
Number of dimensions on the left side of the array.
- num_right_dim¶
Number of dimensions on the right side of the array