Back to the main page.
Bug 670 - ft_channelselection cannot handle all regular 'regular expressions'
| Status | CLOSED FIXED |
| Reported | 2011-05-16 13:10:00 +0200 |
| Modified | 2011-11-23 09:06:16 +0100 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P1 minor |
| Assigned to: | Jörn M. Horschig |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Jörn M. Horschig - 2011-05-16 13:10:11 +0200
e.g. cfg.channel = {'all', '-*RW_3*') should take all channels but those that have 'RW_3' somewhere. most likely to be dealt with by changing line 148 and 152 to an if rather than an elseif, and make sure to not run into the for-loop in line 143 if the channel starts with '-'