NaviNIBS.Navigator.Model.HeadModel module¶
- class NaviNIBS.Navigator.Model.HeadModel.HeadModel(filepath=None)[source]¶
Bases:
object
- Parameters:
_filepath – Path to .msh file in simnibs folder. (note that .msh file and other nested files in same parent dir will be used)
- _filepath: str | None¶
Path to .msh file in simnibs folder. (note that .msh file and other nested files in same parent dir will be used)
- sigFilepathChanged: Signal¶
- sigDataChanged: Signal¶
emits key which indicating what changed, e.g. which=’gmSurf’; if None all should be assumed to have changed
- property skinSurfPath¶
- property csfSurfPath¶
- property gmSurfPath¶
- property filepath¶
- property isSet¶
- property surfKeys¶
- property gmSurf¶
- property gmSimpleSurf¶
Simplified version of gmSurf mesh, for faster plotting.
- property csfSurf¶
- property skinSurf¶
- property skinSimpleSurf¶
Simplified version of skinSurf mesh, for faster plotting.
- property eegPositions¶