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.
|
|
__call__(self,
**params)
Measure the response to the specified pattern and store the data in each sheet. |
source code
|
|
|
|
|
|
Inherited from param.parameterized.ParameterizedFunction:
__reduce__,
__str__,
script_repr
Inherited from param.parameterized.Parameterized:
__getstate__,
__init__,
__repr__,
__setstate__,
debug,
defaults,
force_new_dynamic_value,
get_param_values,
get_value_generator,
inspect_value,
message,
print_param_values,
set_default,
set_dynamic_time_fn,
set_param,
state_pop,
state_push,
verbose,
warning
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|
|
|
pattern_presenter = param.Callable(default= PatternPresenter(p...
Callable object that will present a parameter-controlled pattern to a
set of Sheets.
|
|
|
size = None
The size of the pattern to present.
|
|
|
sizecenter = param.Number(default= 0.5, bounds= (0, None), doc...
The size of the central pattern to present.
|
|
|
sizesurround = param.Number(default= 1.0, bounds= (0, None), d...
The size of the surround pattern to present.
|
|
|
thickness = param.Number(default= 0.5, bounds= (0, None), soft...
Ring 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', constant...
Parameter to use for the x axis of tuning curves.
|
|
|
orientation_center = param.Number(default= 0.0, softbounds= (0...
Orientation 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", "sizecenter...
List 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 = {'apply_output_fns': <param.Boolean object at 0xb20...
dict() -> new empty dictionary.
|
|
|
name = <param.parameterized.String object at 0xb32e7ec>
String identifier for this object.
|
|
Inherited from analysis.featureresponses.UnitCurveCommand:
coords
Inherited from analysis.featureresponses.FeatureCurveCommand:
num_orientation,
sheet
Inherited from analysis.featureresponses.SinusoidalMeasureResponseCommand:
frequencies,
num_phase,
scale
Inherited from analysis.featureresponses.MeasureResponseCommand:
apply_output_fns,
display,
duration,
generator_sheets,
offset,
sheet_views_prefix,
subplot,
weighted_average
Inherited from param.parameterized.Parameterized:
print_level
|