| Home | Trees | Indices | Help |
|
|---|
|
|
Simple class to define properties of an event.
The class is basically a dictionary. Any properties can be passed as keyword arguments to the constructor, e.g.:
>>> ev = Event(onset=12, duration=2.45)
Conventions for keys:
onsetdurationonset.labelchunkfeatures
|
|||
new empty dictionary |
|
||
|
|||
|
Inherited from Inherited from |
|||
|
|||
_MUSTHAVE = ['onset']
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
onset and duration information into descrete timepoints.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:35 2012 | http://epydoc.sourceforge.net |