seek_localize.Sensors¶
-
class
seek_localize.Sensors(ch_names: List, x: List, y: List, z: List, coord_system: str, coord_unit: str, elecs_fname: str, coordsystem_fname: str, intended_for: Optional[Union[str, pathlib.Path]] = None)[source]¶ Sensor data class.
- Attributes
- intended_for
Methods
as_dict()Return coordinates as a dictionary of name: 3D coord.
Get coordinates as a N x 3 array.
set_coords(coords)Set coordinates from an array, or dictionary.
-
__init__(ch_names: List, x: List, y: List, z: List, coord_system: str, coord_unit: str, elecs_fname: str, coordsystem_fname: str, intended_for: Optional[Union[str, pathlib.Path]] = None) → None¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(ch_names, x, y, z, coord_system, …)Initialize self.
as_dict()Return coordinates as a dictionary of name: 3D coord.
Get coordinates as a N x 3 array.
set_coords(coords)Set coordinates from an array, or dictionary.
Attributes
intended_for