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:
typing.Union
[str
,numpy.ndarray
]¶
-
_label:
typing.Optional
[str
]¶
-
_cameraOffsetDist:
float
¶
-
_session:
typing.Optional
[NaviNIBS.Navigator.Model.Session.Session
]¶
-
_sliceOrigin:
typing.Optional
[numpy.ndarray
]¶
-
_slicePlotMethod:
str
¶
-
_doShowScalarBar:
bool
¶
-
finishedAsyncInit:
asyncio.locks.Event
¶
-
sigSliceOriginChanged:
NaviNIBS.util.Signaler.Signal
¶
-
sigNormalChanged:
NaviNIBS.util.Signaler.Signal
¶
-
sigSliceTransformChanged:
NaviNIBS.util.Signaler.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:
typing.Tuple
[float
,float
]¶
- property label¶