neuralib.atlas.util.SourceCoordinates
- class neuralib.atlas.util.SourceCoordinates[source]
Bases:
NamedTupleSourceCoordinates(source, coordinates)
- source: str
Alias for field number 0
- coordinates: ndarray
AP, DV, ML coordinates. Array[float, [N, 3]]
- property ap: ndarray
- property dv: ndarray
- property ml: ndarray
- static __new__(_cls, source, coordinates)
Create new instance of SourceCoordinates(source, coordinates)
- Parameters:
source (str)
coordinates (ndarray)
- count(value, /)
Return number of occurrences of value.
- index(value, start=0, stop=9223372036854775807, /)
Return first index of value.
Raises ValueError if the value is not present.