ProjectOntoMesh¶
Projects each position on the space axis onto its nearest vertex on the mesh for the given headmodel.
Note that the headmodel mesh is coregistered into native Neuropype space before projecting. Version 0.9.0
Ports/Properties¶
data¶
Data to process.
headmodel¶
Head model file to use (.h m or .mshs). If omitted, the node checks if the data has a current head model associated with it, e.g., because a previous node has annotated it, and then uses that head model. If a relative path is given, the file is searched in the resources/headmodels folder of the cpe.
mesh_sequence¶
Meshes in the headmodel onto which the positions (and positions_source) will be projected. The positions are projected onto each mesh in the list in sequence.
use_data_lms¶
The headmodel will always be coregistered to a common space before projection. Set this True to do the alignment using available landmarks provided by the data (SpaceAxis properties or chunk properties). Otherwise use the landmarks in the default montage.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.