Unfortunately the text annotations from the scene I think you are talking about are basically "pasted onto" the surface used in the scene. While we have commands to resample other kinds of data, we don't have a way to do the same operations to annotations that are attached to a surface.
Tim On Thu, Jun 7, 2018 at 9:42 AM, Amin Dadashi <[email protected]> wrote: > Well! I did it by using -label-resample and it worked; now is there a way > to import the annotations from the *.scene file that contains the labels? I > am exclusively talking about the "all areas map" from the Multi Modal > Parcellation > > > > On Wed, Jun 6, 2018 at 11:15 PM, Timothy Coalson <[email protected]> wrote: > >> For an input cifti file without volume data, the template cifti file to >> -cifti-resample must also not have volume data. You may find it simpler to >> do -cifti-separate and then -label-resample (and optionally put them back >> together in a new cifti file with -cifti-create-label - depending on your >> purposes, you may not need to exclude the medial wall ROI). >> >> If you need to match a specific existing cifti space that has voxel data, >> then the easiest way may be to use -cifti-create-dense-from-template >> using another cifti file that has volume data, with the current surface >> resolution, as the template, which should put the "unlabeled" value into >> all voxel structures, and then feed that to -cifti-resample. >> >> Tim >> >> >> On Wed, Jun 6, 2018 at 8:52 AM, Amin Dadashi < >> [email protected]> wrote: >> >>> Hi, >>> >>> I am trying to use "wb_command -cifti-resample" on a CIFTI label file >>> and here is the the error that I get: >>> "ERROR: AccumbensLeft volume model missing from input cifti". I checked >>> the *.label.nii* file and it has no volume data. Is there a trick to run >>> "wb_command -cifti-resample" for such a cifti file? >>> >>> Thank you, >>> Amin >>> >>> _______________________________________________ >>> HCP-Users mailing list >>> [email protected] >>> http://lists.humanconnectome.org/mailman/listinfo/hcp-users >>> >> >> > _______________________________________________ HCP-Users mailing list [email protected] http://lists.humanconnectome.org/mailman/listinfo/hcp-users
