<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 2.0cm 2.0cm 2.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="IT" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-GB">Dear Fieldtrip community, <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">I’m using the function ‘ft_sourceplot_interactive’ to plot the amplitude values relative to the source reconstruction (lcmv). I need to plot the mean of a specific time interval (20.5 ms 40.5 ms) , and I was wondering
 whether such function could compute this operation.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">I tried to add two lines in the code by specyfing ‘cfg.avgovertime’ and ‘cfg.time’.  In this way I’m able to obtain a plot, but I would like to know if this procedure is correct.
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">cfg           = [];<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">cfg.parameter = 'mom';<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">cfg.avgovertime= 'yes';<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">cfg.time = [0.0206 0.0406];<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">cfg.atlas = atlas;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">cfg.data_labels = {'INT-ACC'};<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">figure; ft_sourceplot_interactive(cfg, LMCV_Diff);<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">I look forward to receiving your reply,<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">Thanks <o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-GB">Kamela <o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>