NaviNIBS.Navigator.GUI.Widgets.MRIViews module¶
- class NaviNIBS.Navigator.GUI.Widgets.MRIViews.MRISliceView(normal='x', label=None, cameraOffsetDist=100, session=None, sliceOrigin=None, slicePlotMethod='cameraClippedVolume', doShowScalarBar=False, backgroundColor='#000000', opacity=0.5)[source]¶
Bases:
QueuedRedrawMixin
- Parameters:
_normal
_label
_cameraOffsetDist
_session
_sliceOrigin
_slicePlotMethod
_doShowScalarBar
_backgroundColor
_opacity
- _normal: str | ndarray¶
- _label: str | None¶
- _cameraOffsetDist: float¶
- _sliceOrigin: ndarray | None¶
- _slicePlotMethod: str¶
- _doShowScalarBar: bool¶
- finishedAsyncInit: Event¶
- sigSliceOriginChanged: Signal¶
- sigNormalChanged: Signal¶
- sigSliceTransformChanged: Signal¶
- property label¶
- property wdgt¶
- property plotter¶
- property session¶
- property sliceOrigin¶
- property sliceTransform¶
- class NaviNIBS.Navigator.GUI.Widgets.MRIViews.MRI3DView(normal='x', label=None, cameraOffsetDist=100, session=None, sliceOrigin=None, slicePlotMethod='cameraClippedVolume', doShowScalarBar=False, backgroundColor='#000000', opacity=0.5, clim=(300, 1000))[source]¶
Bases:
MRISliceView
- Parameters:
_normal
_label
_cameraOffsetDist
_session
_sliceOrigin
_slicePlotMethod
_doShowScalarBar
_backgroundColor
_opacity
_clim
- _clim: Tuple[float, float]¶
- property label¶