Inheritance diagram for nipy.modalities.fmri.functions:
This module defines some convenience functions of time.
PeriodicStimulus: periodic Stimulus
Events: subclass of Stimulus to which events can be appended
DeltaFunction: an approximate delta function
SplineConfound: generate natural cubic splines with given knots
A square wave approximate delta function returning 1/dt in interval [start, start+dt).
Parameters: |
|
---|
Bases: nipy.modalities.fmri.functions.Stimulus
TODO
Parameters: |
|
---|
Append a square wave to an Event. No checking is made to ensure that there is no overlap with previously defined intervals – the assumption is that this new interval has empty intersection with all other previously defined intervals.
Parameters: |
|
---|---|
Returns: | None |
Bases: nipy.modalities.fmri.functions.Stimulus
TODO
Parameters: |
|
---|