Back to the main page.

Bug 40 - Bug in topoplotER with highlight channel

Status CLOSED FIXED
Reported 2010-02-23 14:30:00 +0100
Modified 2010-03-10 15:16:08 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P5 normal
Assigned to: Roemer van der Meij
URL:
Tags:
Depends on:
Blocks:
See also:

Andre Bastos - 2010-02-23 14:30:37 +0100

When I specify: cfg.highlight = {'chan1'; 'chan2'; 'chan3'}; Then the first channel in the list is highlighted with a highlight symbol of '*' and the rest of the channels are given a 'o'. Changing the cfg options of the highlights like setting cfg.highlightsymbol= 'o' and cfg.highlightsize = 10 affects only the first channel, leaving the others as 'o'


Roemer van der Meij - 2010-02-24 10:02:26 +0100

Hi Andre, I can't seem to replicate your bug. If my input is: cfg.highlightchannel = {'chan1';'chan2';'chan3'} cfg.highlight = 'on' I get a normal highlight, with the 3 channels considered as 1 cluster, having the same symbol ('*' as the default). Could you add the complete cfg you are using together with a tiny piece of data where you still have the same problem? Best, Roemer


Roemer van der Meij - 2010-03-01 10:27:47 +0100

Hi Andre, I used the cfg and little script that you mailed me, but it doesn't replicate the error. All channels in the cfg.highlightchannel are given a '*' as marker, all the other channels get an 'o'. Just to be sure, the bug is that in your case only the first channel in highlightchannel gets a '*' and the rest an 'o'? Best, Roemer


Andre Bastos - 2010-03-10 15:15:51 +0100

Fixed due to strange SVN versioning difference