| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
param.parameterized.ParameterizedFunction --+
|
analysis.featureresponses.MeasureResponseCommand --+
|
analysis.featureresponses.SinusoidalMeasureResponseCommand --+
|
analysis.featureresponses.FeatureCurveCommand --+
|
analysis.featureresponses.UnitCurveCommand --+
|
measure_orientation_contrast
Measures the response to a center sine grating disk and a surround sine grating ring at different contrasts of the central disk.
The central disk is set to the preferred orientation of the unit to be measured. The surround disk orientation (relative to the central grating) and contrast can be varied, as can the size of both disks.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
pattern_presenter = param.Callable(default= PatternPresenter(pCallable object that will present a parameter-controlled pattern to a set of Sheets. |
|||
size = NoneThe size of the pattern to present. |
|||
sizecenter = param.Number(default= 0.5, bounds= (0, None), docThe size of the central pattern to present. |
|||
sizesurround = param.Number(default= 1.0, bounds= (0, None), dThe size of the surround pattern to present. |
|||
thickness = param.Number(default= 0.5, bounds= (0, None), softRing thickness. |
|||
contrastsurround = param.Number(default= 100, bounds= (0, 100)Contrast of the surround. |
|||
contrastcenter = param.Number(default= 100, bounds= (0, 100), Contrast of the center. |
|||
x_axis = param.String(default= 'orientationsurround', constantParameter to use for the x axis of tuning curves. |
|||
orientation_center = param.Number(default= 0.0, softbounds= (0Orientation of the center grating patch |
|||
units = param.String(default= "%")Units for labeling the curve_parameters in figure legends. |
|||
static_parameters = param.List(default= ["x", "y", "sizecenterList of names of parameters of this class to pass to the pattern_presenter as static parameters, i.e. |
|||
curve_parameters = param.Parameter([{"contrastsurround": 30}, List of parameter values for which to measure a curve. |
|||
or_surrounds = list() -> new list list(sequence) -> new list initialized from sequence's items |
|||
__params = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xb245764>String identifier for this object. |
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|||
pattern_presenterCallable object that will present a parameter-controlled pattern to a set of Sheets. By default, uses a SineGrating presented for a short duration. By convention, most Topographica example files are designed to have a suitable activity pattern computed by that time, but the duration will need to be changed for other models that do not follow that convention.
|
sizecenterThe size of the central pattern to present.
|
sizesurroundThe size of the surround pattern to present.
|
thicknessRing thickness.
|
contrastsurroundContrast of the surround.
|
contrastcenterContrast of the center.
|
x_axisParameter to use for the x axis of tuning curves.
|
orientation_centerOrientation of the center grating patch
|
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).
|
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.
|
curve_parametersList of parameter values for which to measure a curve.
|
__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:14 2010 | http://epydoc.sourceforge.net |