NIPY logo

Site Navigation

NIPY Community

Table Of Contents

Previous topic

algorithms.wavelet

Next topic

analysis.coherence

analysis.base

Module: analysis.base

Inheritance diagram for nitime.analysis.base:

System Message: WARNING/2 (/build/buildd/nitime-0.2.99/doc/api/generated/nitime.analysis.base.rst, line None)

Could not execute ‘dot’. Are you sure you have ‘graphviz’ installed?

BaseAnalyzer

class nitime.analysis.base.BaseAnalyzer(input=None)

Bases: nitime.descriptors.ResetMixin

Analyzer that implements the default data flow.

All analyzers inherit from this class at least have to * implement a __init__ function to set parameters * define the ‘output’ property

__init__(input=None)
static parameterlist()
parameters
set_input(input)

Set the input of the analyzer, if you want to reuse the analyzer with a different input than the original