<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Marc,
<div class=""><br class="">
<div class="">I would not recommend to try and create a low-resolution mesh for Colin’s brain. In some sense, Colin’s brain is not more special than any of your single subject brains. In other words, you could pick any of your single subjects, and use that
 for visualization.</div>
<div class="">If you would like to visualize your results on a ‘average’ brain, I’d recommend the Conte69 brain, that has been developed at Washington University (the Caret people).</div>
<div class=""><br class="">
</div>
<div class="">As a side note, Caret development is discontinued by the WashU group. They have moved to connectome workbench, which has most of the functionality supported by Caret. Specfically, there’s now also a freesurfer_to_fs_LR script that uses wb_command
 (the command line utility of connectome workbench). Note 2: the *.coord.* and *.topo.* files are old style Caret. Nowadays, the topologies are represented in a single file *.surf.* (rather than the positions in the coord and the triangles in the topo).</div>
<div class=""><br class="">
</div>
<div class="">BEst,</div>
<div class="">JM</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 14 Mar 2016, at 23:09, Marc Recasens <<a href="mailto:recasensmarc@gmail.com" class="">recasensmarc@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">Dear Jan-Mathijs, Sara and FT community,<br class="">
<br class="">
</div>
I'd like to bring up this old thread which I think might be of interest us all. I don't know if there's been any new development on the MNE approach (?) since this thread was started one year ago. Anyway, in order to get template-registered surfaces that allow
 for inter-subject comparison/averaging, I tried using Jan-Mathijs suggestion to post-process the surfaces that come out of the freesurfer pipeline according to the recipe described on
<a href="http://brainvis.wustl.edu/wiki/index.php/Caret:Operations/Freesurfer_to_fs_LR" rel="noreferrer" target="_blank" class="">
http://brainvis.wustl.edu/wiki/index.php/Caret:Operations/Freesurfer_to_fs_LR</a>.<br class="">
<br class="">
- I managed to get the .coord and .topo files using CARET<br class="">
</div>
- I managed to create 8196 pnt mesh ( using "mne_setup_source_space --ico -6") registered to the template (fsaverage I assume) using the following files. Actually I'm not 100% sure these are the correct files I should read (the output seems to make sense though):<br class="">
ft_read_headshape({[%SubjectID.%Hemisphere.164k_fs_LR.topo.gii'] [%SubjectID.%Hemisphere.midthickness_orig.164k_fs_LR.coord.gii']});  % for rh/lh.orig<br class="">
ft_read_headshape({[%SubjectID.%Hemisphere.164k_fs_LR.topo.gii'] [%SubjectID.%Hemisphere.sphere.164k_fs_LR.coord.gii']});  % for rh/lh.sphere<br class="">
ft_read_headshape({[%SubjectID.%Hemisphere.164k_fs_LR.topo.gii'] [%SubjectID.%Hemisphere.white_orig.164k_fs_LR.coord.gii']});  % for rh/lh.white (JM did not say anything about rh/lh.white but mne_setup_source_space required it)<br class="">
<br class="">
</div>
- I got the resulting template-registered sourcespace properly co-registered in the correct coordinate system (individual sensor space)<br class="">
</div>
- and successfully applied MNE on the template-registered sourcespace. Sources make sense are meshes are exchangeable across subjects (which I think makes sense since they're all registered to a template).<br class="">
</div>
<div class=""><br class="">
</div>
HOWEVER, I'm stuck in what I think should be a rather straight forward step, which is the creation of a template sourcemodel/grid (from the fsaverage or Colins brain) that I can use in the same way as the MNI-aligned template grid is used; that is a Talairach
 aligned surface with 8196 pnts that I can. I tried to use the 'cortex_8196.surf.gii' like in the lines below, but without success (because of  MNI instead of TAL aligned?):<br class="">
<br class="">
template_sourcemodel = ft_read_headshape('cortex_8196.surf.gii');<br class="">
template_sourcemodel = ft_convert_units(template_sourcemodel, 'cm');<br class="">
bnd.pnt = template_sourcemodel.pnt;<br class="">
bnd.tri = template_sourcemodel.tri;<br class="">
<br class="">
</div>
Any ideas about how to get such a template mesh will be highly appreciated!<br class="">
</div>
<br class="">
</div>
Best wishes<br class="">
</div>
Marc<br class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div class=""><br class="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="gmail_extra"><br class="">
<div class="gmail_quote">On Thu, Oct 1, 2015 at 4:07 PM, Schoffelen, J.M. (Jan Mathijs)
<span dir="ltr" class=""><<a href="mailto:jan.schoffelen@donders.ru.nl" target="_blank" class="">jan.schoffelen@donders.ru.nl</a>></span> wrote:<br class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Sara,<br class="">
<br class="">
What you need are some of the .coord files, and the .topo files.<br class="">
<br class="">
Specifically, the midthickness_orig and the sphere files should be converted into a format that the mne-software can work with.<br class="">
The only way I managed this, was to convert the gifti files back into freesurfer’s format:<br class="">
<br class="">
tmp = ft_read_headshape({‘something-something.topo.gii’ ‘somethingelse-.L.midthickness_orig.coord.gii’});<br class="">
ft_write_headshape(‘lh.orig’, tmp, ‘format’, ‘freesurfer’);<br class="">
<br class="">
and likewise for the right hemisphere, as well as for the spheres.<br class="">
<br class="">
Then, you can proceed with using mne_setup_source_space to create the 8196 mesh. The final tricky thing eventually is to get the stuff properly co-registered in the correct coordinate system  again, but this should proceed in the same way as when you would
 have used non-surface registered meshes.<br class="">
<br class="">
The creation of the volume conduction model is a separate step (and does not require the cortical meshes).<br class="">
<br class="">
Best,<br class="">
Jan-Mathijs<br class="">
<div class="HOEnZb">
<div class="h5"><br class="">
<br class="">
On Oct 1, 2015, at 4:48 PM, Sara Aurtenetxe <<a href="mailto:s.aurtenetxe@bcbl.eu" class="">s.aurtenetxe@bcbl.eu</a>> wrote:<br class="">
<br class="">
> Dear Jan Mathijs,<br class="">
><br class="">
> Thank you very much for your quick and detailed answer!<br class="">
><br class="">
> As suggested, I post-processed the surface of one of my subjects based on the recipe on the link.<br class="">
> The process resulted into a bunch of files (e.g. .L.164k_fs_L.topo.gii, .L.white_mni.164k_fs_LR.coord.gii, .L.def_sphere.164k_fs_L.coord.gii),<br class="">
> but at this point I am not sure about how to proceed. So I have now several questions:<br class="">
><br class="">
> - Do you know which are the files containing the registered data for the creation of the meshes?<br class="">
>  How should I create them given the current format? most are .gii files.<br class="">
> - Once creating the meshes, should I follow with the creation of the volume conduction model<br class="">
>  and analysis of the functional data as described in the tutorial? <a href="http://www.fieldtriptoolbox.org/tutorial/minimumnormestimate" rel="noreferrer" target="_blank" class="">
http://www.fieldtriptoolbox.org/tutorial/minimumnormestimate</a><br class="">
><br class="">
> Apologize for all these specific questions but it is being a little bit confusing to me.<br class="">
> So if anyone has experienced the same and/or have any suggestion, any comment would be very welcomed.<br class="">
><br class="">
> Thanks a lot in advance,<br class="">
><br class="">
> Best,<br class="">
><br class="">
> Sara<br class="">
><br class="">
><br class="">
><br class="">
><br class="">
><br class="">
><br class="">
><br class="">
> ----- Original Message -----<br class="">
> From: "Schoffelen, J.M. (Jan Mathijs)" <<a href="mailto:jan.schoffelen@donders.ru.nl" class="">jan.schoffelen@donders.ru.nl</a>><br class="">
> To: "FieldTrip discussion list" <<a href="mailto:fieldtrip@science.ru.nl" class="">fieldtrip@science.ru.nl</a>><br class="">
> Sent: Wednesday, September 30, 2015 9:33:03 AM<br class="">
> Subject: Re: [FieldTrip] Interpolate, normalise and sourcegrandaverage with MNE<br class="">
><br class="">
> Hi Sara,<br class="">
><br class="">
> I think that in this case there is no absolutely ‘correct’ approach, although some approaches may make more sense than others.<br class="">
> At this point in time it is indeed not well documented how to proceed from individual subject results source-reconstructed onto an individual cortically constrained mesh to a group analysis.<br class="">
> In the past, we have been working with a procedure where the surface data were interpolated onto a 3D-grid so that we could use volumetric normalization techniques in order to get the subjects into a common space to allow for group statistics. So, here the
 order of the steps would be to call ft_sourceinterpolate, followed by ft_volumenormalise, or to interpolate the functional data directly onto a MNI-warped grid (<a href="http://www.fieldtriptoolbox.org/example/create_single-subject_grids_in_individual_head_space_that_are_all_aligned_in_mni_space" rel="noreferrer" target="_blank" class="">http://www.fieldtriptoolbox.org/example/create_single-subject_grids_in_individual_head_space_that_are_all_aligned_in_mni_space</a>).<br class="">
> In the code you pasted in your e-mail message, there is also reference to ft_volumerealign, but I am not sure I understand why this is a required step at this point in the pipeline.<br class="">
><br class="">
> All the above being said, nowadays I would advocate a slightly different approach, which bypasses the volumetric interpolation, where per subject I would use cortical meshes that is surface-registered to a template mesh, which as a consequence allows for
 direct comparison of source locations across subjects. The way to achieve this would be to post-process the surfaces that come out of the freesurfer pipeline according to the recipe described on
<a href="http://brainvis.wustl.edu/wiki/index.php/Caret:Operations/Freesurfer_to_fs_LR" rel="noreferrer" target="_blank" class="">
http://brainvis.wustl.edu/wiki/index.php/Caret:Operations/Freesurfer_to_fs_LR</a>. After this registration step, the low-resolution (i.e. in this case the 8196-vertex) meshes can be created.<br class="">
><br class="">
> Best wishes,<br class="">
> Jan-Mathijs<br class="">
><br class="">
><br class="">
><br class="">
><br class="">
> Jan-Mathijs Schoffelen, MD PhD, Senior researcher<br class="">
><br class="">
> Max Planck Institute for Psycholinguistics<br class="">
> Donders Centre for Cognitive Neuroimaging<br class="">
><br class="">
> E-mail: <a href="mailto:j.schoffelen@donders.ru.nl" class="">j.schoffelen@donders.ru.nl</a><br class="">
> Telephone: <a href="tel:%2B31-24-3614793" value="+31243614793" class="">+31-24-3614793</a><br class="">
><br class="">
> <a href="http://www.fieldtriptoolbox.org/" rel="noreferrer" target="_blank" class="">
http://www.fieldtriptoolbox.org</a><br class="">
> <a href="http://www.hettaligebrein.nl/" rel="noreferrer" target="_blank" class="">
http://www.hettaligebrein.nl</a><br class="">
><br class="">
><br class="">
><br class="">
> On Sep 29, 2015, at 5:27 PM, Sara Aurtenetxe <<a href="mailto:s.aurtenetxe@bcbl.eu" class="">s.aurtenetxe@bcbl.eu</a>> wrote:<br class="">
><br class="">
>> Dear all,<br class="">
>><br class="">
>> I am working on the source analysis of ERF data from ElektaNeuromag system, with individual T1s, using minimum-norm estimate as described in the following tutorial:<br class="">
>> <a href="http://www.fieldtriptoolbox.org/tutorial/minimumnormestimate" rel="noreferrer" target="_blank" class="">
http://www.fieldtriptoolbox.org/tutorial/minimumnormestimate</a><br class="">
>> I am exactly following the suggested steps, and so got the source estimation for each of my subjects (bellow the output for one subject), which i can nicely plot with the ft_plot_mesh function:<br class="">
>><br class="">
>> sourceest =<br class="">
>><br class="">
>>     time: [1x1401 double]<br class="">
>>   inside: [8196x1 logical]<br class="">
>>      pos: [8196x3 double]<br class="">
>>   method: 'average'<br class="">
>>      avg: [1x1 struct]<br class="">
>>      cfg: [1x1 struct]<br class="">
>><br class="">
>> Now, prior to a ft_sourcegrandaverage and ft_sourcestatistics,<br class="">
>> I am trying to normalise (ft_volumenormalise) and interpolate (ft_sourceinterpolate) the functional and anatomical data.<br class="">
>><br class="">
>> However, I am struggling in this two last steps.<br class="">
>> Since I did not find a clear pipeline/tutorial about the exact approach (am I missing something?)<br class="">
>> and after trying several options (bellow I copy the code I am using), it is not clear to me:<br class="">
>><br class="">
>> - which is the exact input data for each of these last two functions, and<br class="">
>> - in which order they should be called.<br class="">
>><br class="">
>> Now, I would highly appreciate if anyone could give me any cue about which the correct approach is.<br class="">
>><br class="">
>> Thank you in advance,<br class="">
>><br class="">
>> All the best,<br class="">
>><br class="">
>> Sara<br class="">
>><br class="">
>><br class="">
>><br class="">
>> %%%%%%%%%%%%<br class="">
>><br class="">
>> % Inverse solution<br class="">
>> cfg        = [];<br class="">
>> cfg.method = 'mne';<br class="">
>> cfg.grid   = leadfield;<br class="">
>> cfg.vol    = vol;<br class="">
>> cfg.mne.prewhiten = 'yes';<br class="">
>> cfg.mne.lambda    = 3;<br class="">
>> cfg.mne.scalesourcecov = 'yes';<br class="">
>> cfg.senstype = 'MEG';<br class="">
>><br class="">
>> sourceest  = ft_sourceanalysis(cfg,erf);<br class="">
>><br class="">
>> % read T1 volume - coords in scanner space<br class="">
>> mri = ft_read_mri('s01.nii');<br class="">
>> mri.coordsys = 'neuromag';<br class="">
>><br class="">
>> % read headshape - Neuromag coords<br class="">
>> hsf = 's01.fif';<br class="">
>> [headshape] = ft_read_headshape(hsf);<br class="">
>><br class="">
>> % align T1 with head posiiton in MEG<br class="">
>> cfg = [];<br class="">
>> cfg.method = 'headshape';<br class="">
>> cfg.parameter      = 'anatomy';<br class="">
>> cfg.headshape.headshape = headshape;<br class="">
>> cfg.headshape.interactive = 'no';<br class="">
>><br class="">
>> mri_real = ft_volumerealign(cfg,mri);<br class="">
>><br class="">
>> % normalize the realinged individual MRI to SPM template<br class="">
>> cfg = [];<br class="">
>> cfg.spmversion  = 'spm8';<br class="">
>> % cfg.template='T1.nii'; % when enabling this field, an incoming error message indicates that the template is not in the spm coordinate system.<br class="">
>>                         % However, is the one used by default in this function (as mentioned in the reference) so it is confusing to me<br class="">
>><br class="">
>> norm_mri = ft_volumenormalise(cfg,mri_real);<br class="">
>><br class="">
>> % interpolate Source with MEG-aligned T1<br class="">
>> cfg            = [];<br class="">
>> cfg.parameter = 'all';<br class="">
>> cfg.downsample = 2;<br class="">
>><br class="">
>> source_int  = ft_sourceinterpolate(cfg, sourceest,norm_mri);<br class="">
>><br class="">
>> %%%%%%%%%%%%%%<br class="">
>><br class="">
>><br class="">
>> _______________________________________________<br class="">
>> fieldtrip mailing list<br class="">
>> <a href="mailto:fieldtrip@donders.ru.nl" class="">fieldtrip@donders.ru.nl</a><br class="">
>> <a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" rel="noreferrer" target="_blank" class="">
http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
><br class="">
><br class="">
><br class="">
> _______________________________________________<br class="">
> fieldtrip mailing list<br class="">
> <a href="mailto:fieldtrip@donders.ru.nl" class="">fieldtrip@donders.ru.nl</a><br class="">
> <a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" rel="noreferrer" target="_blank" class="">
http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
><br class="">
> _______________________________________________<br class="">
> fieldtrip mailing list<br class="">
> <a href="mailto:fieldtrip@donders.ru.nl" class="">fieldtrip@donders.ru.nl</a><br class="">
> <a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" rel="noreferrer" target="_blank" class="">
http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
fieldtrip mailing list<br class="">
<a href="mailto:fieldtrip@donders.ru.nl" class="">fieldtrip@donders.ru.nl</a><br class="">
<a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" rel="noreferrer" target="_blank" class="">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
<br clear="all" class="">
<br class="">
-- <br class="">
<div class="gmail_signature">Marc Recasens<br class="">
Tel.: +34 639 24 15 98<br class="">
</div>
</div>
_______________________________________________<br class="">
fieldtrip mailing list<br class="">
<a href="mailto:fieldtrip@donders.ru.nl" class="">fieldtrip@donders.ru.nl</a><br class="">
http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</body>
</html>