Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VBA_bDCM_lesion - Does not support additional Gaussian Sources #21

Closed
SRSteinkamp opened this issue Dec 8, 2016 · 0 comments
Closed
Labels

Comments

@SRSteinkamp
Copy link

Dear all,

I found a small issue in VBA_bDCM_lesion in the two simulateNLSS definitions (line 18 and 37, or more specifically 25 and 44):

[yp,~,~,~,er] = simulateNLSS(...
        out.dim.n_t,...
        out.options.f_fname,...
        out.options.g_fname,...
        posterior.muTheta,...
        posterior.muPhi,...
        out.u,...
        Inf, Inf,out.options,...
        posterior.muX0);
   
        rnormal.y=yp-er;

The second Inf causes an error as simulateNLSS expects a sigma for each Gaussian source. I am really unsure about the parameters that should be fed into the function, but something like posterior.a_sigma * Inf could be an easy fix.

Best,
Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants