Back to the main page.

Bug 338 - ft_topoplotER is broken after the last change allowing for channel selection

Status CLOSED FIXED
Reported 2010-12-22 12:46:00 +0100
Modified 2011-01-06 09:17:55 +0100
Product: FieldTrip
Component: core
Version: unspecified
Hardware: PC
Operating System: Mac OS
Importance: P1 normal
Assigned to: Jan-Mathijs Schoffelen
URL:
Tags:
Depends on:
Blocks:
See also:

Jan-Mathijs Schoffelen - 2010-12-22 12:46:22 +0100

using connectivity data as input in the interactive mode, the recently added call to ft_selectdata breaks the function. try to come up with a solution. This probably also involve the other plotting functions


Jan-Mathijs Schoffelen - 2010-12-27 12:05:46 +0100

The bug seems to be more general than just applicable to connectivity data. My proposal would be to allow only for channel subselection if cfg.interactive = 'no'; Otherwise if the user wants to plot interactively, he should first do a channel subselection


Jan-Mathijs Schoffelen - 2010-12-27 13:42:32 +0100

only do the subselection conditional on cfg.interactive (should be 'no'). This has now been implemented