[FieldTrip] megrealign across runs/sessions

Burkhard Maess maess at cbs.mpg.de
Wed May 30 17:54:00 CEST 2012


Hi Marc, 

this comment is not related to your code example below, because I did not understand it. The Knösche (2002) paper suggests to use a minimum norm solution as a plausible, but temporary model to carry the information from the original sensor position to the new positions. If you use a plausible spatial arrangement of the MEG sensors and the source space together with a low regularization you might easily achieve even smaller RV values than 2% for the transformation original-to-original. For all other transformations, you need to keep in mind, that you always extrapolate the magnetic field distribution from the position & orientation of your measurement towards the position & orientation you finally wish to have. Nevertheless, it works as long as the differences in position & orientation are not too big (see the Knösche paper for some tests). The critical examples are those in which you try to get closer to the sensor via the head position correction. In these cases, you actually ask for an improvement of your signals which were unfortunately measured suboptimally. Due to the larger distance between sensors and brain, your data most likely suffers from a complete loss of impact of some of the more distant sources - it is therefore impossible to get this information back by whatsoever mathematical method. 

We have used this method on a regular basis from about 2000 on until 2006 to correct for different head positions between measurement blocks whenever the signal-to-noise ratio in single blocks was too low to get stable inverse solutions from the single block data already. In the latter case, there is no need to use this method as the computation of the inverse solution for each single block is an simpler, alternative option. 

best wishes, 
Burkhard 



-- 
Dr. Burkhard Maess 
Max Planck Institute for Human Cognitive and Brain Sciences 
Stephanstr. 1a, P.O. Box 500355, D-04303 Leipzig 
Aussenstelle Bennewitz, phone/fax: +49(3425)8875-2526/-2511 mail: maess 'at' cbs.mpg.de, http://www.cbs.mpg.de 

----- Original Message -----
From: "Marc Recasens" <recasensmarc at gmail.com> 
To: fieldtrip at science.ru.nl 
Sent: Wednesday, 30 May, 2012 11:47:51 AM 
Subject: [FieldTrip] megrealign across runs/sessions 

Hi everyone, 


I'm considering the possibility to append the MEG data (CTF-275) from 3 different runs (recorded within the same day but with different headpositions in the dewar) into one single dataset. That is, combine my datasets in the sensor-space. 
I've been reading about the possibility to use the ft_megrealign function in order reconstruct the magnetic fields onto a standard gradiometer location, 
However, in the literature this is mainly used to average data across subjects rather than across runs. 


I did a test using the following code: 
cfg= []; 

cfg.template{1} = run1.grad; 
cfg.template{2} = run2.grad; 
cfg.template{3} = run3.grad; 


cfg.vol = vol; % single shell headmodel computed from individual MRI 
cfg.inwardshift = 3; 
cfg.verify = 'yes'; 
cfg.feedback = 'yes'; 
[interp1] = ft_megrealign(cfg, run1); % trial-based data 

[interp1] = ft_megrealign(cfg, run1); 
[interp1] = ft_megrealign(cfg, run1); 

acording to the results (I show the highest RV), the difference between the original and the realigned data seem really small (which I assume it's good) 

original -> template RV 2.22 % 
original -> original RV 2.11 % 
original -> template -> original RV 2.14 % 




I'm wondering whether anyone has experience in using ft_megrealign across runs/sessions and can recommend it (any advise is welcomed). 

According to Knosche (2002), the method seems good but I'd like to know whether someone has test it in real-life situations (especially taking into account the head position differences in the z axis) 


Can affect the accuracy of the subsequent source reconstruction? 




-- 
Marc Recasens 
PhD Student 
Universitat de Barcelona 
Tel.: +34 639 24 15 98 


_______________________________________________ 
fieldtrip mailing list 
fieldtrip at science.ru.nl 
http://mailman.science.ru.nl/mailman/listinfo/fieldtrip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20120530/5642b705/attachment-0002.html>


More information about the fieldtrip mailing list