Back to the main page.
Bug 1030 - fixsens should not be made conditional on the sens definition
Status | CLOSED FIXED |
Reported | 2011-10-10 14:58:00 +0200 |
Modified | 2011-11-11 11:19:58 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Cristiano Micheli |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-10-10 14:58:17 +0200
in ft_prepare_vol_sens there now is % ensure that the sensor description is up-to-date if isfield(sens,'pnt') sens = fixsens(sens); end which should simply be sens = fixsens(sens); If the check on sens.pnt needs to be done, it should be inside fixsens! TODO change this function and search for similar occurrences and also fix those.
Robert Oostenveld - 2011-10-17 21:42:03 +0200
fixed in rev 4487