[Nipy-devel] hrf buglet

Jarrod Millman millman at berkeley.edu
Wed May 17 15:37:42 CDT 2006


Hey Jonathan,

I noticed that there is code using hrf.HRF, which appears to be left
over from BrainStat:
lib/neuroimaging/fmri/tests/test_protocol.py:
        self.IRF1 = hrf.HRF()
        self.IRF2 = hrf.HRF(deriv=True)
lib/neuroimaging/fmri/fmristat/tests/test_fmristat.py:
        self.IRF = hrf.HRF()
        self.IRF = hrf.HRF(deriv=True)
but lib/neuroimaging/fmri/hrf.py doesn't have a class called HRF.

Can I replace hrf.HRF with hrf.canonical?

Thanks,
Jarrod



More information about the Nipy-devel mailing list