| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
param.parameterized.ParameterizedFunction --+
|
PylabPlotCommand --+
|
tuning_curve
Plot a tuning curve for a feature, such as orientation, contrast, or size.
The curve datapoints are collected from the curve_dict for the units at the specified coordinates in the specified sheet (where the units and sheet may be set by a GUI, using topo.analysis.featureresponses.UnitCurveCommand.sheet and topo.analysis.featureresponses.UnitCurveCommand.coords, or by hand).
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
coords = param.List(default= [(0, 0)], doc= List of coordinates of units to measure. |
|||
sheet = param.ObjectSelector(default= None, doc= Name of the sheet to use in measurements. |
|||
x_axis = param.String(default= "", doc= Feature to plot on the x axis of the tuning curve |
|||
plot_type = param.Callable(default= pylab.plot, doc= Matplotlib command to generate the plot. |
|||
unit = param.String(default= "", doc= String to use in labels to specify the units in which curves are plotted. |
|||
__abstract = Truebool(x) -> bool |
|||
__params = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xb23bed4>String identifier for this object. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
coordsList of coordinates of units to measure.
|
sheetName of the sheet to use in measurements.
|
x_axisFeature to plot on the x axis of the tuning curve
|
plot_typeMatplotlib command to generate the plot.
|
unitString to use in labels to specify the units in which curves are plotted.
|
__abstractbool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
__params
dict() -> new empty dictionary.
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs.
dict(seq) -> new dictionary initialized as if via:
d = {}
for k, v in seq:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list. For example: dict(one=1, two=2)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Jul 4 12:19:15 2010 | http://epydoc.sourceforge.net |