Skip to content

Commit dfdb308

Browse files
committed
Update design_matrix.py
1 parent 53e0fdf commit dfdb308

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nipy/modalities/fmri/design_matrix.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,9 @@ def make_dmtx(frametimes, paradigm=None, hrf_model='canonical',
320320
paradigm: Paradigm instance, optional
321321
description of the experimental paradigm
322322
hrf_model: string, optional,
323-
that specifies the hemodynamic response function
324-
it can be 'canonical', 'canonical with derivative' or 'fir'
323+
that specifies the hemodynamic response function.
324+
Can be one of {'canonical', 'canonical with derivative',
325+
'fir', 'spm', 'spm_time', 'spm_time_dispersion'}.
325326
drift_model: string, optional
326327
specifies the desired drift model,
327328
to be chosen among 'polynomial', 'cosine', 'blank'

0 commit comments

Comments
 (0)