To provide the most recent news and documentation www.pymvpa.org reflects the
development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the
documentation of the previous stable 0.4 series of PyMVPA, please
visit v04.pymvpa.org.
Multiple sequence arguments are scanned for changes in the unique value
combination at corresponding locations. Each change in the combination is
taken as a new event onset. The length of an event is determined by the
number of identical consecutive combinations.
Parameters :
**kwargs : sequences
Arbitrary number of sequences that shall be scanned.
Returns :
list :
Detected events, where each event is a dictionary with the unique
combination of values stored under their original name. In addition, the
dictionary also contains the onset of the event (as index in the
sequence), as well as the duration (as number of identical
consecutive items).