devel > how to store scalar data
Showing 1-3 of 3 posts
Mar 5, 2008 11:03 PM | Nick Schmansky
how to store scalar data
is there a preference for whether scalar data, like thickness (or
curvature, or stats), should be stored in .gii file on its own, or
alongside the vertex, face and normal data describing the surface
upon which the data is painted.
the difference being space. but i generally don't like the idea of dissociating data from a surface, as the surface might change, but various data might not get updated.
the difference being space. but i generally don't like the idea of dissociating data from a surface, as the surface might change, but various data might not get updated.
Mar 6, 2008 12:03 AM | Richard Reynolds
RE: how to store scalar data
Hi Nick,
We always store surface data separately from the geometry.
I believe the Caret datasets are like that, too.
- rick
We always store surface data separately from the geometry.
I believe the Caret datasets are like that, too.
- rick
Mar 6, 2008 03:03 PM | John Harwell - Washington University School of Medicine
RE: how to store scalar data
Nick,
Caret stores curvature, depth, or thickness data in a shape file. In the example caret gifti data files, the shape files have the "*.shape.gii" filename extension.
The advantage of storing shape related data in a file separate from the surface is that it allows the display of one copy of the shape on multiple surfaces. For instance, even though the shape data is normally computed on the anatomical surface, displaying something such as curvature on an inflated and especially a flat surface is helpful.
John Harwell
Caret stores curvature, depth, or thickness data in a shape file. In the example caret gifti data files, the shape files have the "*.shape.gii" filename extension.
The advantage of storing shape related data in a file separate from the surface is that it allows the display of one copy of the shape on multiple surfaces. For instance, even though the shape data is normally computed on the anatomical surface, displaying something such as curvature on an inflated and especially a flat surface is helpful.
John Harwell
