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:
ndarray]¶
-
_plannedCoordSpace:
Optional[str]¶
-
_sampledCoord:
ndarray]¶
-
_type:
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