mwaskom / moss

Assorted utilities for neuroimaging and cognitive science

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FIR oversampling

iancballard opened this issue · comments

small issue with default parameter values (I think this is unexpected behavior). The FIR class sets oversampling = 1, but if you don't set oversampling = 1 in the DesignMatrix call, then the frame times get messed up and FIR convolution doesn't work as expected. Because the default value is 16 in DesignMatrix, the FIR convolution doesn't work unless without this parameter set properly.

Project archived; improved design matrix code is in lyman.