I have some doubts about format of dipolefitting's output.<br><br>I have wrote the scirpt which use dipolefitting. Finally I have the line:<br>dip1 = dipolefitting(cfg, avg1);<br><br>So I have dipole coordinates in "dip1" variable.<br>
I tried to visualise it with:<br><br>source.posxyz = dip1.dip.pos;<br>source.momxyz = dip1.dip.mom;<br>source.rv = dip1.dip.rv;<br>dipplot(source);<br><br>I can also use the following instead of the previous one:<br><br>dipplot(source_plot, 'coordformat', 'MNI');<br>
<br>Difference between <br><br>dipplot(source)<br> and<br>dipplot(source, 'coordformat', 'MNI')<br><br>is very important - it is visualised in completely different location.<br><br>My question is: what coordinates does the dipolefitting use at the output?<br>
How should I properly visualise its output?<br><br>Thank you all in advance!<br><br>Kind regards,<br>Szymon<br>
<p>----------------------------------</p>
<p>The aim of this list is to facilitate the discussion between users of the FieldTrip  toolbox, to share experiences and to discuss new ideas for MEG and EEG analysis.</p>
<p>  http://listserv.surfnet.nl/archives/fieldtrip.html</p>
<p>  http://www.ru.nl/fcdonders/fieldtrip/</p>