Re: [Freesurfer] peak MNI coordinates within a masked sig.mgh

2020-09-18 Thread Douglas Greve
If you know the vertex number, then you can get the RAS in "tkregister space", eg, in freeview (other ways too),  then use #2 on that page On 9/17/20 4:18 AM, Fred Sampedro wrote: External Email - Use Caution Thank you very much Prof Greve! I'm almost done! Now, using mri_volcluster

Re: [Freesurfer] peak MNI coordinates within a masked sig.mgh

2020-09-17 Thread Fred Sampedro
External Email - Use Caution Thank you very much Prof Greve! I'm almost done! Now, using mri_volcluster I can identify the vertex number with highest significance within a ROI in a surface sig.mgh map (see attached txt). However I don't know how to compute the corresponding MNI coo

Re: [Freesurfer] peak MNI coordinates within a masked sig.mgh

2020-09-15 Thread Douglas N. Greve
Use mri_annotation2label to convert the, eg, ?h.aparc.annot to a segmentation (--seg output), then use mri_binarize with 1031. On 9/15/2020 10:41 AM, Fred Sampedro wrote: External Email - Use Caution Thats precisely the point that I should be missing. To recap, I'm interested in know

Re: [Freesurfer] peak MNI coordinates within a masked sig.mgh

2020-09-15 Thread Fred Sampedro
External Email - Use Caution Thats precisely the point that I should be missing. To recap, I'm interested in knowing the MNI coordinates of the vertex with highest significance within a specific atlas-ROI (e.g. ctx-lh-supramarginal) from a surface sig.mgh map (e.g. group comparison

Re: [Freesurfer] peak MNI coordinates within a masked sig.mgh

2020-09-15 Thread Douglas N. Greve
What do you mean you are trying to overlay it on lh.inflated? the output of mri_binarize will be a volume, so you'd have to sample it onto the surface in some way On 9/14/2020 9:28 AM, Fred Sampedro wrote: External Email - Use Caution Just a follow-up, I got stuck at trying to obtain

Re: [Freesurfer] peak MNI coordinates within a masked sig.mgh

2020-09-14 Thread Fred Sampedro
External Email - Use Caution Just a follow-up, I got stuck at trying to obtain a mask from binarizing a specific ROI from the aparc+aseg.mgz, aiming to mask my sig.mgh with this ROI.If for instance, I'd like to create a ROI from the left supramarginal gyrus, I found that its label

Re: [Freesurfer] peak MNI coordinates within a masked sig.mgh

2020-08-04 Thread Fred Sampedro
External Email - Use Caution Thanks a lot! I read the mri_volcluster doc, can you confirm that the TalX TalY TalZ coordinates are those of the vertex with maximum intensity within the cluster? (it could be those of the cluster's center of gravity) Finally, I would be very gratefu

Re: [Freesurfer] peak MNI coordinates within a masked sig.mgh

2020-08-03 Thread Douglas N. Greve
Try mri_volcluster. Pass you masked sig as the input and set --thmin 0.0001 and specify a summary file with --sum. I think that should work On 7/31/2020 9:38 AM, Fred Sampedro wrote: External Email - Use Caution Dear FS experts, I have a rather simple question: I would like to obtai

[Freesurfer] peak MNI coordinates within a masked sig.mgh

2020-07-31 Thread Fred Sampedro
External Email - Use Caution Dear FS experts, I have a rather simple question: I would like to obtain the MNI coordinates of the most significant vertex in a sig.mgh map but within a specific ROI (for instance the left supramarginal region). Here is my attempt but with practical