File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -169,15 +169,15 @@ def spm_hrf_compat(t,
169
169
Parameters
170
170
----------
171
171
t : array-like
172
- vector of times at which to sample HRF
172
+ vector of times at which to sample HRF.
173
173
peak_delay : float, optional
174
- delay of peak
175
- peak_disp : float, optional
176
- width (dispersion) of peak
174
+ delay of peak.
177
175
under_delay : float, optional
178
- delay of undershoot
176
+ delay of undershoot.
177
+ peak_disp : float, optional
178
+ width (dispersion) of peak.
179
179
under_disp : float, optional
180
- width (dispersion) of undershoot
180
+ width (dispersion) of undershoot.
181
181
p_u_ratio : float, optional
182
182
peak to undershoot ratio. Undershoot divided by this value before
183
183
subtracting from peak.
@@ -188,7 +188,7 @@ def spm_hrf_compat(t,
188
188
Returns
189
189
-------
190
190
hrf : array
191
- vector length ``len(t)`` of samples from HRF at times `t`
191
+ vector length ``len(t)`` of samples from HRF at times `t`.
192
192
193
193
Notes
194
194
-----
You can’t perform that action at this time.
0 commit comments