Hi Vladimir and Fieldtrip list,<br><br>Thanks for the below reply!   I was wondering if you or anyone familiar with the yokogawa MEG system<br>could verify that we are using an appropriate grad.tra matrix and then subsequently determining the channel leadfield<br>

from grad.tra correctly.   Currently, we are using the generic  definition for the grad.tra matrix from the yokogawa2grad.m<br>file in the private fieldtrip directory:<br><br>% Define the pair of 1st and 2nd coils for each gradiometer<br>

grad.tra = repmat(diag(ones(1,size(grad.pnt,1)/2),0),1,2);<br>
<br>% Make the matrix sparse to speed up the multiplication in the forward<br>% computation with the coil-leadfield matrix to get the channel leadfield<br>grad.tra = sparse(grad.tra);<br><br>Each of our channels is an axial gradiometer with two coils so I think that the above definition should be fine, but <br>


just wanted to check to be sure.  <br><br>One possibly complicating factor is that MEG160, the software that we use for data collection with the yokogawa system, has a list of <br>'calibration weights' for each gradiometer that are determined at each sensor tuning prior to data collection.  There is one calibration <br>


weight determined per channel (or 1 weight for every pair of coils).  Do these calibration weights need to be accounted for when<br>determining grad.tra or the channel leadfield?  <br><br>Thanks!<br>Sangi<br><br><br><div class="gmail_quote">

On Tue, Feb 2, 2010 at 2:07 PM, Vladimir Litvak <span dir="ltr"><<a href="mailto:v.litvak@ion.ucl.ac.uk" target="_blank">v.litvak@ion.ucl.ac.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear Sangi,<br>
<br>
There is no need to convert your data to planar gradient. The<br>
assumption is that the relation between coils and channels is<br>
described by the grad.tra matrix. You can look at it and make sure it<br>
is correct for your system (write back if not). The megplanar function<br>
as apparent from the error message has explicit support for some<br>
particular MEG systems and Yokogawa is not one of those. I'm not sure<br>
how easy it would be to support it generically as there might be<br>
several variants of Yokogawa systems which can be quite hard to<br>
distinguish. But for your particular system you can try to implement<br>
it yourself.<br>
<br>
Best,<br>
<font color="#888888"><br>
Vladimir<br>
</font><div><div></div><div><br>
On Tue, Feb 2, 2010 at 5:22 PM, Sangita Dandekar<br>
<<a href="mailto:sangita.dandekar@gmail.com" target="_blank">sangita.dandekar@gmail.com</a>> wrote:<br>
> Hi,<br>
> Am hoping to apply beamforming based source localization to MEG data from a<br>
> Yokogawa system.   Think I've managed to coregister MRI and sensor<br>
> coordinate systems, so that part of the problem is pretty much under<br>
> control.<br>
> What I'm wondering about is what the assumptions are of the<br>
> prepare_leadfield and other source localization scripts about the input<br>
> gradiometer data.  Haven't looked at it too closely yet, but does it assume<br>
> that the input sensor data is planar gradient data?  If so am assuming that<br>
> inputting the raw data from the Yokogawa system (axial gradiometers) is<br>
> incorrect?   Or does fieldtrip distinguish between different types of<br>
> gradiometers using the input .grad structure?<br>
> I tried to convert the axial gradiometer data from the yokogawa system to<br>
> planar gradient data by using the megplanar function as shown below, and<br>
> receive the following error:<br>
> (Even if it isn't necessary for source localization, it would be nice to be<br>
> able to view the data as planar gradient data)<br>
>>> cfg=[];<br>
>>> cfg.planarmethod='sincos';<br>
>>> megplanar(cfg, righttrials);<br>
> the input is raw data with 156 channels and 46 trials<br>
> ??? Error using ==> checkdata at 478<br>
> This function requires ctf151, ctf275, bti148 or bti248 data as input, but<br>
> you are giving meg data.<br>
> Error in ==> megplanar at 228<br>
> data  = checkdata(data, 'datatype', {'raw' 'freq'}, 'feedback', 'yes',<br>
> 'ismeg', 'yes', 'senstype', {'ctf151', 'ctf275',<br>
> 'bti148', 'bti248'});<br>
>>><br>
> Some background information:  used the ft yokogawa2grad.m function (stored<br>
> in private FT directory) to create the gradient structure.  Here is what<br>
> data structure for<br>
> one set of trials looks like:<br>
>>> righttrials<br>
> righttrials =<br>
>       trial: {1x46 cell}<br>
>       label: {1x156 cell}<br>
>        time: {1x46 cell}<br>
>     fsample: 500<br>
>        grad: [1x1 struct]<br>
>      offset: [46x46 double]<br>
>         cfg: [1x1 struct]<br>
>>> righttrials.grad<br>
> ans =<br>
>       pnt: [314x3 double]<br>
>       ori: [314x3 double]<br>
>       tra: [157x314 double]<br>
>     label: {157x1 cell}<br>
>      unit: 'cm'<br>
>>><br>
><br>
><br>
> Thanks in advance for any help!<br>
> Sangi<br>
><br>
><br>
><br>
</div></div><div><div></div><div>> ----------------------------------<br>
><br>
> The aim of this list is to facilitate the discussion between users of the<br>
> FieldTrip toolbox, to share experiences and to discuss new ideas for MEG and<br>
> EEG analysis.<br>
><br>
> <a href="http://listserv.surfnet.nl/archives/fieldtrip.html" target="_blank">http://listserv.surfnet.nl/archives/fieldtrip.html</a><br>
><br>
> <a href="http://www.ru.nl/fcdonders/fieldtrip/" target="_blank">http://www.ru.nl/fcdonders/fieldtrip/</a><br>
<br>
----------------------------------<br>
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 <a href="http://listserv.surfnet.nl/archives/fieldtrip.html" target="_blank">http://listserv.surfnet.nl/archives/fieldtrip.html</a> and <a href="http://www.ru.nl/neuroimaging/fieldtrip" target="_blank">http://www.ru.nl/neuroimaging/fieldtrip</a>.<br>



</div></div></blockquote></div><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>