NaviNIBS.Navigator.Model.DigitizedLocations module¶
- class NaviNIBS.Navigator.Model.DigitizedLocations.DigitizedLocation(key, plannedCoord=None, plannedCoordSpace=None, sampledCoord=None, type=None, color='#6f2da8')[source]¶
Bases:
GenericCollectionDictItem
[str
]- Parameters:
_key
_plannedCoord
_plannedCoordSpace
_sampledCoord
_type
_color
- _plannedCoord: tp.Optional[np.ndarray]¶
- _plannedCoordSpace: tp.Optional[str]¶
- _sampledCoord: tp.Optional[np.ndarray]¶
- _type: tp.Optional[str]¶
- _color: str¶
- property plannedCoord¶
- property plannedCoordSpace¶
- property sampledCoord¶
- property type¶
- property color¶
- class NaviNIBS.Navigator.Model.DigitizedLocations.DigitizedLocations(items=NOTHING)[source]¶
Bases:
GenericCollection
[str
,DigitizedLocation
]- Parameters:
_items