NaviNIBS.Navigator.GUI.ViewPanels.NavigatePanel.ViewLayers.TargetingPointLayer module¶
- class NaviNIBS.Navigator.GUI.ViewPanels.NavigatePanel.ViewLayers.TargetingPointLayer.TargetingPointLayer(*, key, coordinator, plotter, plotInSpace='MRI', orientation, depth, color='#0000ff', opacity=0.5, radius=5.0)[source]¶
Bases:
PlotViewLayer
- Parameters:
_key
_coordinator
_plotter
_plotInSpace
_orientation
_depth – if orientation==’coil’, can be one of [‘coil’, ‘skin’, ‘gm’, ‘target’]; if orientation==’target’, can be [‘coil’, ‘skin’, ‘gm’, ‘target’] Otherwise can be ProjectionSpecification instance to choose depth based on projecting to another orientation
_color
_opacity
_radius
- _orientation: str¶
- _depth: tp.Union[str, ProjectionSpecification]¶
if orientation==’coil’, can be one of [‘coil’, ‘skin’, ‘gm’, ‘target’]; if orientation==’target’, can be [‘coil’, ‘skin’, ‘gm’, ‘target’] Otherwise can be ProjectionSpecification instance to choose depth based on projecting to another orientation
- _color: str¶
- _opacity: float¶
- _radius: float¶
- class NaviNIBS.Navigator.GUI.ViewPanels.NavigatePanel.ViewLayers.TargetingPointLayer.TargetingTargetPointsLayer(key, coordinator, plotter, plotInSpace='MRI')[source]¶
Bases:
PlotLayersGroup
- Parameters:
_key
_coordinator
_plotter
_plotInSpace
- class NaviNIBS.Navigator.GUI.ViewPanels.NavigatePanel.ViewLayers.TargetingPointLayer.TargetingCoilPointsLayer(key, coordinator, plotter, plotInSpace='MRI')[source]¶
Bases:
PlotLayersGroup
- Parameters:
_key
_coordinator
_plotter
_plotInSpace