| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
display = param.Boolean(True)Whether to update a GUI display (if any) during the map measurement. |
|||
pattern_presenter = param.Callable(PatternPresenter(Line(smootCallable object that will present a parameter-controlled pattern to a set of Sheets. |
|||
y_range = param.NumericTuple((-0.5, 0.5))The range of Y values to test. |
|||
divisions = param.Integer(100)The number of different positions to measure in X and in Y. |
|||
__params = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xb315aac>String identifier for this object. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
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.
|
__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:33 2010 | http://epydoc.sourceforge.net |