<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi all,
<div><br>
</div>
<div>I'm having some difficulty restricting source statistics to a region of interest.</div>
<div><br>
</div>
<div>I am running the ft_sourcestatistics with the following cfg for ROI:</div>
<div><br>
</div>
<div>
<div><font color="#808080">cfg.atlas = ft_read_atlas('~/MATLAB/fieldtrip-20140910/template/atlas/aal/ROI_MNI_V4.nii')</font></div>
<div><font color="#808080">cfg.roi ={-5,0,3}; </font></div>
<div><font color="#808080">cfg.sphere=3;</font></div>
<div><font color="#808080">cfg.inputcoord   = 'mni';</font></div>
<div><br>
</div>
<div>This results in the following error:</div>
<div><br>
</div>
<div>
<div><font color="#ff0000">Error using ft_volumelookup (line 131)</font></div>
<div><font color="#ff0000">either specify cfg.sphere or cfg.box</font></div>
<div><font color="#ff0000"><br>
</font></div>
<div><font color="#ff0000">Error in statistics_wrapper (line 140)</font></div>
<div><font color="#ff0000">        tmp = ft_volumelookup(tmpcfg, varargin{1});</font></div>
<div><font color="#ff0000"><br>
</font></div>
<div><font color="#ff0000">Error in ft_sourcestatistics (line 112)</font></div>
<div><font color="#ff0000">    [stat, cfg] = statistics_wrapper(cfg, varargin{:});</font></div>
</div>
<div><font color="#ff0000"><br>
</font></div>
<div>I had understood that this should have chosen the grid position (-5, 0, 3) and then then selected grid points within a 3cm radius around this point as the ROI. These variables are just for trying it out, and are not what I will be using once I get this
 code working.</div>
<div><br>
</div>
<div>Any help much appreciated.</div>
<div><br>
</div>
<div>P.s. I had thought that the following code would return anatomical labels for this ROI. Instead it just returns a matrix of zeros with the dimensions of source.dim.</div>
<div><br>
</div>
<div>
<div><font color="#808080">cfg = [];</font></div>
<div><font color="#808080">cfg.atlas = atlas;</font></div>
<div><font color="#808080">cfg.inputcoord = 'mni';</font></div>
<div><font color="#808080">cfg.roi ={-5,0,3};</font></div>
<div><font color="#808080">cfg.sphere=3;</font></div>
<div><font color="#808080">labels = ft_volumelookup( cfg, sourceData)</font></div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Again, any help will be much appreciated!</div>
<div><br>
</div>
<div>Regards,</div>
<div>Kaelasha Tyler</div>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:'Times New Roman'; font-size:16px">
<p class="MsoNormal" style="margin:0cm 0cm 0.0001pt; font-size:12pt; font-family:'Times New Roman',serif">
<span style="font-size:10pt; font-family:Tahoma,sans-serif">PhD Candidate</span></p>
</div>
<div style="font-family:'Times New Roman'; font-size:16px">
<p class="MsoNormal" style="margin:0cm 0cm 0.0001pt; font-size:12pt; font-family:'Times New Roman',serif">
<span style="font-size:10pt; font-family:Tahoma,sans-serif">Brain and Psychological Sciences Research Centre</span></p>
</div>
<div style="font-family:'Times New Roman'; font-size:16px">
<p class="MsoNormal" style="margin:0cm 0cm 0.0001pt; font-size:12pt; font-family:'Times New Roman',serif">
<span style="font-size:10pt; font-family:Tahoma,sans-serif">Swinburne University of Technology</span></p>
<p class="MsoNormal" style="margin:0cm 0cm 0.0001pt; font-size:12pt; font-family:'Times New Roman',serif">
<span style="font-size:10pt; font-family:Tahoma,sans-serif">Melbourne</span></p>
<p class="MsoNormal" style="margin:0cm 0cm 0.0001pt; font-size:12pt; font-family:'Times New Roman',serif">
<span style="font-size:10pt; font-family:Tahoma,sans-serif">Australia</span></p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>