python implementation of GLMdenoise
pip install glmdenoise
from glmdenoise import GLMdenoise
gd = GLMdenoise()
gd.fit(design, data, tr=2.0)
gd.plot_figures()
glmdenoise /my/data/dir
glmdenoise ///workshops/nih-2017/ds000114
To run the unit tests:
python setup.py tests -q