<div dir="ltr">Hello, <div><br></div><div>Is it possible to convert magnetometers to pseudo-gradiometers to create planar gradients? We are working with Neuromag data. The following code does not work, since i get the error message that ft_megplanar() does not function with neuromag data.</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px">cfg              = [];</span><br style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px"><span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px">cfg.feedback     = 'no';</span><br style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px"><span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px">cfg.method       = 'distance';</span><br style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px"><span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px">cfg.planarmethod = 'sincos';</span><br style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px"><span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px">cfg.channel      = {'MEGMAG'};</span><br style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px"><span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px">cfg.trials       = 'all';</span><br style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px"><span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px">cfg.neighbours   = ft_prepare_neighbours(cfg, rspdata);</span><br style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px"><span style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px">data_mag      = ft_megplanar(cfg,rspdata);</span><br style="color:rgb(0,0,0);font-family:Tahoma;font-size:13.3333px"><br>Cheers</div><div>Victoria<br><br></div></div>