dipolefitting output format

Szymon Piłat spil at OKWF.FUW.EDU.PL
Tue Feb 10 12:18:17 CET 2009


I have some doubts about format of dipolefitting's output.

I have wrote the scirpt which use dipolefitting. Finally I have the line:
dip1 = dipolefitting(cfg, avg1);

So I have dipole coordinates in "dip1" variable.
I tried to visualise it with:

source.posxyz = dip1.dip.pos;
source.momxyz = dip1.dip.mom;
source.rv = dip1.dip.rv;
dipplot(source);

I can also use the following instead of the previous one:

dipplot(source_plot, 'coordformat', 'MNI');

Difference between

dipplot(source)
 and
dipplot(source, 'coordformat', 'MNI')

is very important - it is visualised in completely different location.

My question is: what coordinates does the dipolefitting use at the output?
How should I properly visualise its output?

Thank you all in advance!

Kind regards,
Szymon

----------------------------------
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. See also http://listserv.surfnet.nl/archives/fieldtrip.html and http://www.ru.nl/fcdonders/fieldtrip.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20090210/ac2e6b9d/attachment-0001.html>


More information about the fieldtrip mailing list