| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
param.parameterized.Parameterized --+
|
param.parameterized.ParameterizedFunction --+
|
analysis.featureresponses.MeasureResponseCommand --+
|
analysis.featureresponses.SinusoidalMeasureResponseCommand --+
|
analysis.featureresponses.FeatureCurveCommand --+
|
analysis.featureresponses.UnitCurveCommand --+
|
measure_size_response
Measure receptive field size of one unit of a sheet.
Uses an expanding circular sine grating stimulus at the preferred orientation and retinal position of the specified unit. Orientation and position preference must be calulated before measuring size 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 Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
size = NoneThe size of the pattern to present. |
|||
static_parameters = param.List(default= ["orientation", "x", "List of names of parameters of this class to pass to the pattern_presenter as static parameters, i.e. |
|||
num_sizes = param.Integer(default= 10, bounds= (1, None), softNumber of different sizes to test. |
|||
max_size = param.Number(default= 1.0, bounds= (0.1, None), sofMaximum extent of the grating |
|||
x_axis = param.String(default= 'size', constant= True)Parameter to use for the x axis of tuning curves. |
|||
__params = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xb245994>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.
|
num_sizesNumber of different sizes to test.
|
max_sizeMaximum extent of the grating
|
__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 |