<div dir="ltr">Hello - <div><br></div><div>I&#39;m attempting to plot an erp from data that has been concatenated after an IIR filter. Both parts that were concatenated are from the first-half and last-half of a task that was run (.EEG format-Brainvision). Here is the command being entered to output the ERP:</div><div><br></div><div> mne.viz.plot_image_epochs(epochs, picks=picks, sigma=0.5, vmin=-40, vmax=40, colorbar=True, order=order_func, show=True)</div><div><br></div><div>Unfortunately I&#39;m getting an error (KeyError: &#39;stim type not in scalings and units) at this point that I&#39;m hoping to resolve. I&#39;ve also included the output from the above command as well:</div><div><br></div><div><div>C:\Anaconda\lib\site-packages\mne-0.8.1-py2.7.egg\mne\viz\epochs.pyc in plot_image_epochs(epochs, picks, sigma, vmin, vmax, colorbar, order, show, units, scalings, cmap)</div><div>     96         if not ch_type in scalings:</div><div>     97             # We know it&#39;s not in either scalings or units since keys match</div><div>---&gt; 98             raise KeyError(&#39;%s type not in scalings and units&#39; % ch_type)</div><div>     99         this_data *= scalings[ch_type]</div><div>    100 </div><div><br></div><div>KeyError: &#39;stim type not in scalings and units&#39;</div></div><div><br></div><div>Let me know if you have any suggestions. Thank you!</div><div><br></div><div>- Semeon</div></div>