<div dir="ltr">Dear Laith,<div><br></div><div>this might be possible if you have the subject-specific MRI by following the tutorial here:</div><div><a href="http://www.fieldtriptoolbox.org/tutorial/headmodel_eeg_bem">http://www.fieldtriptoolbox.org/tutorial/headmodel_eeg_bem</a><br></div><div><br></div><div>and using the function ft_prepare_mesh and the tutorial command:</div><div><br></div><div><pre class="" style="padding:0.5em;margin-top:0px;margin-bottom:1em;font-size:12px;border:1px dashed rgb(204,204,204);color:rgb(0,0,0);overflow:hidden;font-family:Consolas,'Andale Mono',Menlo,Monaco,monospace;white-space:pre-wrap;width:640px;text-align:justify;background-color:rgb(247,249,250)">cfg=[];
cfg.tissue={'brain','skull','scalp'};
cfg.numvertices = [3000 2000 1000];
bnd=ft_prepare_mesh(cfg,segmentedmri);</pre></div><div><br></div><div>which uses the segmented MRI (see tutorial). The bnd(3) variable should contain your triangulated surface with 1000 vertices. Let me know if that works. Of course you should see the skin and the neck in the original MRI.</div><div><br></div><div>If you do not have an anatomical MRI that extends down to the chin you could try with a template, such as this:</div><div><a href="ftp://ftp.fieldtriptoolbox.org/pub/fieldtrip/tutorial/beamformer_extended/subjectK.mri">ftp://ftp.fieldtriptoolbox.org/pub/fieldtrip/tutorial/beamformer_extended/subjectK.mri</a><br></div><div>and the corresponding segmented version<br></div><div><a href="ftp://ftp.fieldtriptoolbox.org/pub/fieldtrip/tutorial/beamformer_extended/segmentedmri.mat">ftp://ftp.fieldtriptoolbox.org/pub/fieldtrip/tutorial/beamformer_extended/segmentedmri.mat</a><br></div><div><br></div><div>This goes down to the chin. Then you take care of rearranging the position of the EEG electrodes according to this:</div><div><br></div><div><a href="http://www.fieldtriptoolbox.org/example/align_eeg_electrode_positions_to_bem_headmodel">http://www.fieldtriptoolbox.org/example/align_eeg_electrode_positions_to_bem_headmodel</a><br></div><div><br></div><div>I hope this helped</div><div>Cris</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 19, 2016 at 5:41 PM, Laith Hamid <span dir="ltr"><<a href="mailto:lah@pedneuro.uni-kiel.de" target="_blank">lah@pedneuro.uni-kiel.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>
<div style="font-size:10pt;font-family:Verdana,Geneva,sans-serif">
<p>Dear Cris,<br><br>thank you very much for your answer. I am refering to an issue that was discussed in this thread from April 2013:</p>
<p><br>[FieldTrip] source analysis EEG data without MRI</p>
<p><br>The thread however does not offer a segmentation or head model for download. Some electrodes in the EGI 256-electrodes cap are placed on the cheeks or on the back of the neck and these areas are not modeled by the standard BEM skin compartment in the standard BEM model. My question was about a standard segmentation that extends the skin (and skull) compartment downwards to allow these electrodes to sit on the nodes of the skin mesh.<br><br>Best,<br>Laith</p>
<p> </p>
<div> </div>
</div>
<br>_______________________________________________<br>
fieldtrip mailing list<br>
<a href="mailto:fieldtrip@donders.ru.nl">fieldtrip@donders.ru.nl</a><br>
<a href="http://mailman.science.ru.nl/mailman/listinfo/fieldtrip" rel="noreferrer" target="_blank">http://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br></blockquote></div><br></div>