However, I get the following error
*** GLMdenoisedata: performing full fit to estimate global HRF. ***
fitting model...Error using GLMestimatemodel>fitmodel_helper (line 769)
Assertion failed.
Error in GLMestimatemodel (line 393)
[results{1},hrffitvoxels,cache] = ...
Error in GLMdenoisedata (line 617)
fullfit = GLMestimatemodel(design,data,stimdur,tr,hrfmodel,hrfknobs,0,opt,[],2);
So it calls assertnexpecting not to find a cell within design{1}
Would it be possible to see the "onsets in seconds" design variable that would fit with the example data, or is the problem not how the design variable is set up?
Thanks a lot!
R
--
You received this message because you are subscribed to the Google Groups "GLMdenoise" group.
To unsubscribe from this group and stop receiving emails from it, send an email to glmdenoise+...@googlegroups.com.
To post to this group, send email to glmde...@googlegroups.com.
Visit this group at https://groups.google.com/group/glmdenoise.
For more options, visit https://groups.google.com/d/optout.
I am also trying to specify a design matrix with "onsets in seconds". I have a Stroop task with 3 runs which are not timelocked to the TR and I would like to use MVPA to classifiy congruent vs incongruent trials. In FSL I ran single-trial GLM resulting in one beta map for each trial. So essential each trial was its own condition. So this would mean that for GLMdenoise regardless of the true condition (congruent vs incongruent) I would specify each trials as its own condition. In the FAQ and in the 2013 paper I read that condition need to repeat at least once due to the cross validation. So now I'm not sure how to proceed. Could you advise me how to specify the DM in this case?
Thanks for your help,
Sebastian
I am also trying to specify a design matrix with "onsets in seconds". I have a Stroop task with 3 runs which are not timelocked to the TR and I would like to use MVPA to classifiy congruent vs incongruent trials. In FSL I ran single-trial GLM resulting in one beta map for each trial. So essential each trial was its own condition. So this would mean that for GLMdenoise regardless of the true condition (congruent vs incongruent) I would specify each trials as its own condition. In the FAQ and in the 2013 paper I read that condition need to repeat at least once due to the cross validati