| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
num_phase = param.Integer(default= 12)Number of phases to test. |
|||
num_direction = param.Integer(default= 6, bounds= (1, None), sNumber of directions to test. |
|||
num_speeds = param.Integer(default= 4, bounds= (0, None), softNumber of speeds to test (where zero means only static patterns). |
|||
max_speed = param.Number(default= 2.0/ 24.0, bounds= (0, None)The maximum speed to measure (with zero always the minimum). |
|||
subplot = param.String("Direction")Name of map to register as a subplot, if any. |
|||
__params = dict() -> new empty dictionary. |
|||
name = <param.parameterized.String object at 0xb3156ec>String identifier for this object. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
num_directionNumber of directions to test.
|
num_speedsNumber of speeds to test (where zero means only static patterns).
|
max_speedThe maximum speed to measure (with zero always the minimum).
|
__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 |