Back to the main page.
Bug 425 - using trackconfig = 'on' does not work robustly
Status | CLOSED WONTFIX |
Reported | 2011-01-25 12:20:00 +0100 |
Modified | 2011-03-09 15:34:30 +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 - 2011-01-25 12:20:52 +0100
if trackconfig = 'on' the cfg is converted into a config object, by a call to config(). This causes the structure to be converted, but also converts those fields which themselves are structures, e.g. event, grid, vol, etc. This may cause problems when fields in these structures need to be accessed.