Back to the main page.
Bug 1522 - ft_databrowser fails with cfg.viewmode='component' because grad structure has been changed
| Status | CLOSED FIXED |
| Reported | 2012-06-12 17:28:00 +0200 |
| Modified | 2012-08-23 10:35:16 +0200 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P3 normal |
| Assigned to: | Eelke Spaak |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Eelke Spaak - 2012-06-12 17:28:50 +0200
Eelke Spaak - 2012-06-12 17:31:24 +0200
I fixed it by adding the line: isgrad = (isa(input, 'struct') && isfield(input, 'chanpos')) || isgrad; to ft_chantype.m (line 62). This is needed because comp.grad does not have a coilpos, but does have a chanpos. Fixed in revision 6038.