<div dir="ltr">Dear everyone,<div><br></div><div>I have a problem in loading the digitization of electrode in the epochs objects.</div><div><br></div><div>I created the epochs </div><div>info = create_info(chan_names, sfreq, chan_types )<br></div><div><div>epochs = EpochsArray(data, info, events=None, tmin=np.min(time), verbose=False)</div></div><div><br></div><div>digitization = read_dig_montage(hsp=positions.copy(), elp=positions.copy(), point_names=labels, unit=&#39;mm&#39;)<br></div><div>epochs.set_montage(digitization)<br></div><div>epochs.plot_sensors()<br></div><div><br></div><div>when I tried to plot:</div><div>I got this error: RuntimeError: Did not find any digitization points of kind FIFFV_POINT_EEG (3) in the info.</div><div><br></div><div>How I can solve this?</div><div><br></div><div>Thanks a lot</div><div><br></div><div>Edoardo</div></div>