Back to the main page.

Bug 1402 - Error in ft_senstype at 188, Reference to non-existent field 'nChans'.

Status CLOSED FIXED
Reported 2012-03-30 13:00:00 +0200
Modified 2012-04-02 16:34:10 +0200
Product: FieldTrip
Component: forward
Version: unspecified
Hardware: PC
Operating System: Windows
Importance: P3 blocker
Assigned to: Jan-Mathijs Schoffelen
URL:
Tags:
Depends on:
Blocks:
See also:

Ali Bahramisharif - 2012-03-30 13:00:20 +0200

Running the following: [pnt, tri] = icosahedron162; pnt = pnt(pnt(:,3)>=0,:); grad.pnt = 12*pnt; grad.ori = pnt; for i=1:length(pnt) grad.label{i} = sprintf('chan%03d', i); end cfg = []; cfg.grad = grad; data = ft_dipolesimulation(cfg); will give the following error: ??? Reference to non-existent field 'nChans'. Error in ==> ft_senstype at 188 This error prevent ft_dipolesimulation to work!


Jan-Mathijs Schoffelen - 2012-04-02 16:28:06 +0200

Ali, have you checked whether it works again?


Ali Bahramisharif - 2012-04-02 16:33:00 +0200

(In reply to comment #1) Yes. It works today!


Jan-Mathijs Schoffelen - 2012-04-02 16:34:03 +0200

fixed by robert last week