I am currently working on downsampling a cortex surface from 8003 vertices to 3000(maybe3002) vertices using the Brainstorm interface. However, I noticed that after completing the downsampling step, several fields in the cortex structure are missing. Specifically, the following fields are no longer present in the downsampled cortex file:
color
VertConn
VertNormals
Curvature
SulciMap
I followed these steps:
- Right-clicked on the cortex file in the Brainstorm interface.
- Selected "less vertices".
- Chose to reduce the number of vertices from 8003 to 3000(but it seems to be 3002 automatically,i don't know why).
The downsampling itself works as expected, but the resulting cortex file lacks the above-mentioned fields. These fields are critical for my analysis, and I would like to know how to preserve them during the downsampling process.
Could you please provide guidance on:
- Whether it is possible to retain these fields directly during the downsampling process.
- If not, how I can manually recompute or restore them after downsampling.
Thank you very much for your assistance!