Send Texture To Atlas

This process send a texture from one mesh to another. Both meshes have to be parameterised (i.e. cortical surface or sulcus mesh) with 2D coordinates. The x coordinate is the periodic one (i.e. longitude for cortical surfaces, period=360, or x-coord for sulci, period=200). Mesh is the source mesh associated to the texture, atlas is the target mesh.

Parameters

texture: Texture ( input )
mesh: Mesh ( input )
mesh_x: Coordinate texture ( input )
mesh_y: Coordinate texture ( input )
atlasMesh: Mesh ( input )
atlas_x: Coordinate texture ( input )
atlas_y: Coordinate texture ( input )
period_x: Float ( input )
textureOut: Texture ( output )

Technical information

Toolbox : Cortical Surface

User level : 0

Identifier : SendTextureToAtlas

File name : brainvisa/toolboxes/cortical_surface/processes/anatomy/group/SendTextureToAtlas.py

Supported file formats :

texture :
Texture, Texture
mesh :
MESH mesh, MESH mesh
mesh_x :
Texture, Texture
mesh_y :
Texture, Texture
atlasMesh :
MESH mesh, MESH mesh
atlas_x :
Texture, Texture
atlas_y :
Texture, Texture
textureOut :
Texture, Texture