| Trees | Indices | Help |
|
|---|
|
|
Measures contrast response curves for a particular unit.
Uses a circular sine grating stimulus at the preferred orientation and retinal position of the specified unit. Orientation and position preference must be calulated before measuring contrast response.
The curve can be plotted at various different values of the contrast (or actually any other parameter) of the stimulus. If using contrast and the network contains an LGN layer, then one would usually specify weber_contrast as the contrast_parameter. If there is no explicit LGN, then scale (offset=0.0) can be used to define the contrast. Other relevant contrast definitions (or other parameters) can also be used, provided they are defined in PatternPresenter and the units parameter is changed as appropriate.
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
static_parameters = param.List(default= ["size", "x", "y"])List of names of parameters of this class to pass to the pattern_presenter as static parameters, i.e. |
|||
contrasts = param.List(class_= int, default= [10, 20, 30, 40,
|
|||
relative_orientations = param.List(class_= float, default= [0.
|
|||
x_axis = param.String(default= 'contrast', constant= True)Parameter to use for the x axis of tuning curves. |
|||
units = param.String(default= " rad")Units for labeling the curve_parameters in figure legends. |
|||
__params = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xb32e62c>String identifier for this object. |
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|||
static_parametersList of names of parameters of this class to pass to the pattern_presenter as static parameters, i.e. values that will be fixed to a single value during measurement.
|
contrasts
|
relative_orientations
|
unitsUnits for labeling the curve_parameters in figure legends. The default is %, for use with contrast, but could be any units (or the empty string).
|
__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)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:34 2010 | http://epydoc.sourceforge.net |