Re: [Freesurfer] CNR of each surface

2019-04-04 Thread neuroimage analyst
External Email - Use Caution Thank you, Drs. Fischl and Greve. I was able to compute the surface CNR following your suggestion. Regards --VM On Wed, Apr 3, 2019 at 3:25 PM Greve, Douglas N.,Ph.D. < dgr...@mgh.harvard.edu> wrote: > or you can do it in matlab with read_annotatio

Re: [Freesurfer] CNR of each surface

2019-04-03 Thread Greve, Douglas N.,Ph.D.
or you can do it in matlab with read_annotation.m You can read in the mgh file with MRIread.m Make sure to account for the fact that the annotation vertices will be 0-based and matlab is 1-based On 4/3/19 6:15 PM, Bruce Fischl wrote: > actually, if you convert the aparc annotations to a bunch of

Re: [Freesurfer] CNR of each surface

2019-04-03 Thread Bruce Fischl
actually, if you convert the aparc annotations to a bunch of labels, you can run: mri_cnr -label ... and it will limit the calculations to that label. FOr example: mri_cnr -label ~/links/subjects/bruce.dev//label/lh.cortex.label ~/links/subjects/bruce.dev//label/rh.cortex.label ~/links/sub

Re: [Freesurfer] CNR of each surface

2019-04-03 Thread neuroimage analyst
External Email - Use Caution Thanks, Dr. Greve. Where can I find the correspondence between the vertices in ?h.w-g.pct.mgh and the parcellations? On Wed, Apr 3, 2019 at 2:41 PM Greve, Douglas N.,Ph.D. < dgr...@mgh.harvard.edu> wrote: > you can get the contrast from surf/?h.w-g.pc

Re: [Freesurfer] CNR of each surface

2019-04-03 Thread Greve, Douglas N.,Ph.D.
you can get the contrast from surf/?h.w-g.pct.mgh, which you can average over each parcellation. Not sure where you would get the noise term from. On 4/3/19 5:23 PM, neuroimage analyst wrote: > > External Email - Use Caution > > I apologize, Dr. Fischl,  that I wasnt clear. > > We are usi

Re: [Freesurfer] CNR of each surface

2019-04-03 Thread neuroimage analyst
External Email - Use Caution I apologize, Dr. Fischl, that I wasnt clear. We are using Desikan-Killany atlas that has 68 surfaces defined on the atlas, 34 on each hemisphere. I might be wrong, but I was thinking that there should be a way to define CNR of orbitofrontal cortex (O

Re: [Freesurfer] CNR of each surface

2019-04-03 Thread Bruce Fischl
can you clarify what you mean? What 68 surfaces do you mean? And what do you mean by CNR of a surface? On Wed, 3 Apr 2019, neuroimage analyst wrote: External Email - Use Caution Hi, We were interested in measuring CNR of each of the 68 surfaces in Desikan-Killany atlas and co