| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__abstract = Truebool(x) -> bool |
|||
divisions = param.Integer(default= 6, bounds= (1, None), doc= The number of different positions to measure in X and in Y. |
|||
name = <param.parameterized.String object at 0xb20dd2c>String identifier for this object. |
|||
pattern_presenter = param.Callable(default= PatternPresenter(GCallable object that will present a parameter-controlled pattern to a set of Sheets. |
|||
size = param.Number(default= 0.5, bounds= (0, None), doc= The size of the pattern to present. |
|||
static_parameters = param.List(default= ["scale", "offset", "sList of names of parameters of this class to pass to the pattern_presenter as static parameters, i.e. |
|||
x_range = param.NumericTuple((-0.5, 0.5), doc= The range of X values to test. |
|||
y_range = param.NumericTuple((-0.5, 0.5), doc= The range of Y values to test. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__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.
|
divisionsThe number of different positions to measure in X and in Y.
|
pattern_presenterCallable object that will present a parameter-controlled pattern to a set of Sheets. For measuring position, the pattern_presenter should be spatially localized, yet also able to activate the appropriate neurons reliably.
|
sizeThe size of the pattern to present.
|
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.
|
x_rangeThe range of X values to test.
|
y_rangeThe range of Y values to test.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:29 2010 | http://epydoc.sourceforge.net |