Back to the main page.
Bug 1912 - SPM8 integration test script crashes on local-spheres model
Status | CLOSED FIXED |
Reported | 2012-12-21 12:59:00 +0100 |
Modified | 2019-08-10 12:03:54 +0200 |
Product: | FieldTrip |
Component: | forward |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P3 critical |
Assigned to: | |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Vladimir Litvak - 2012-12-21 12:59:44 +0100
??? Attempt to reference field of non-structure array. Error in ==> ft_headmodel_localspheres at 66 radius = ft_getopt(varargin, 'radius', scalingfactor('cm', vol.unit) * 8.5); Error in ==> ft_prepare_headmodel at 249 vol = ft_headmodel_localspheres(geometry,cfg.grad,'feedback',cfg.feedback,'radius',cfg.radius,'maxradius',cfg.maxradius,'baseline',cfg.baseline,'singlesphere',cfg.singlesphere); Error in ==> test_spm_ft_integration at 119 vol = ft_prepare_headmodel(cfg);
Robert Oostenveld - 2012-12-21 13:08:40 +0100
I believe this to be solved already. See bug 1908. *** This bug has been marked as a duplicate of bug 1908 ***
Vladimir Litvak - 2012-12-21 14:02:38 +0100
Still crashes after updating FT
Johanna - 2013-01-14 16:01:05 +0100
Hi Vladimir, test_spm_ft_integration now seems to run without error. Do you have another error related to localspheres? If not, is this bug resolved? Apologies, as the original cause of this bug was from me.
Vladimir Litvak - 2013-01-14 17:38:12 +0100
Yes, works now.