<div dir="ltr">Dear community,<div><br></div><div><br></div><div>My name is Malgorzata Wislowska and I am working in Lab for Sleep and Consciousness Research at the University of Salzburg in Austria. Currently I am analyzing data recorded with high-density EEG (EGI, 128-channel net).</div><div><br></div><div>In my pre-processing pipeline I use ft_databrowser to visually and interactively identify noisy channels (in GUI with 'identify' option).</div><div><br></div><div>The cfg I use is as follows:</div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>cfg = [];</div></div><div><div>cfg.viewmode = 'vertical';</div></div><div><div>cfg.continuous = 'yes';</div></div><div><div>cfg.blocksize = 20;</div></div><div><div>cfg.preproc.lpfilter = 'yes';</div></div><div><div>cfg.preproc.lpfreq = 35;</div></div><div><div>cfg.ylim = [0 30];</div></div></blockquote><br><div>After updating my fieldtrip to the lastest version, the 'identify' option began to work incorrectly. When indicating a channel with a cursor, one another channel is being highlighted (e.g. #86 instead of #24).</div><div><br></div><div>Probably it has something to do with one of the two recently introduced changes:<br></div><div><a href="https://github.com/fieldtrip/fieldtrip/commit/81fe75d296d2623f6330797def8b91ec415a9af4">https://github.com/fieldtrip/fieldtrip/commit/81fe75d296d2623f6330797def8b91ec415a9af4</a><br></div><div>or</div><div><a href="https://github.com/fieldtrip/fieldtrip/commit/1d7170b782f70d2614fe676aae9e6417fd7fb47a">https://github.com/fieldtrip/fieldtrip/commit/1d7170b782f70d2614fe676aae9e6417fd7fb47a</a><br></div><div><br></div><div>I would appreciate if somebody could have a look at that.</div><div><br></div><div><br></div><div>Best regards,</div><div>Malgorzata</div></div>