NaviNIBS.Navigator.GUI.EditWindows.PointerCalibrationWindow module¶
- class NaviNIBS.Navigator.GUI.EditWindows.PointerCalibrationWindow.VisualizedOrientation(*, transf, plotter, colorDepthIndicator='#ba55d3', colorHandleIndicator='#9360db', colorEndpointIndicator='#7340bb', opacity=1.0, lineWidth=3.0, style='linesPlusEndpoint', actorKeyPrefix)[source]¶
Bases:
object
Note: this doesn’t connect to any change signals from underlying sample, instead assuming that caller will re-instantiate for any changes as needed
- Parameters:
_transf
_plotter
_colorDepthIndicator
_colorHandleIndicator
_colorEndpointIndicator
_opacity
_lineWidth
_style
_actorKeyPrefix
- _transf: ndarray¶
- _plotter: Plotter¶
- _colorDepthIndicator: str¶
- _colorHandleIndicator: str¶
- _colorEndpointIndicator: str¶
- _opacity: float¶
- _lineWidth: float¶
- _style: str¶
- _actorKeyPrefix: str¶
- property actors¶
- property transf¶
- class NaviNIBS.Navigator.GUI.EditWindows.PointerCalibrationWindow.PointerCalibrationWindow(parent, toolKeyToCalibrate, session, samples=NOTHING, visualColors_orig=('#ba55d3', '#9360db', '#7340bb'), visualColors_pending=('#bad355', '#93db60', '#73bb40'), visualColors_live=('#d3ba55', '#db9360', '#bb7340'))[source]¶
Bases:
ToolCalibrationWindow
- Parameters:
_parent
_toolKeyToCalibrate
_session
_samples – Note that these are orientations BEFORE applying any previous toolToTrackerTransf, even though visualization will include this previous toolToTrackerTransf
_visualColors_orig
_visualColors_pending
_visualColors_live
- _samples: list[ndarray]¶
Note that these are orientations BEFORE applying any previous toolToTrackerTransf, even though visualization will include this previous toolToTrackerTransf