Hi all,
when I execute the command
mri_vol2label --c $SUBJECTS_DIR/bert/mri/brainstemSsLabels.v10.mgz --id 173 --l midbrain.label
the content of the label file is probably in RAS format. My question is how to locate a point in freeview using the given coordinates of the label file?
i.e the label file content is as follows
-1 4.000 -20.750 33.750 0.0000000000 -1 3.500 -20.750 33.750 0.0000000000
-> I know the the first and the last columns, but how to interpret the XYZ e.g 4.0, -20.75, 33.75 ?
-> how to locate the point in freeview, corresponding to MRI volume?
-> how to convert this file into voxal coordinates?