| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
positive_size = param.Number(default= 0.5, bounds= (0.0, None)size parameter for the center Gaussian. |
|||
positive_aspect_ratio = param.Number(default= 2.0, bounds= (0.aspect_ratio parameter for the center Gaussian. |
|||
positive_x = param.Number(default= 0.0, bounds= (None, None), x position for the central peak of the positive gaussian. |
|||
positive_y = param.Number(default= 0.0, bounds= (None, None), y position for the central peak of the positive gaussian. |
|||
negative_size = param.Number(default= 1.0, bounds= (0.0, None)size parameter for the surround Gaussian. |
|||
negative_aspect_ratio = param.Number(default= 2.0, bounds= (0.aspect_ratio parameter for the surround Gaussian. |
|||
negative_x = param.Number(default= 0.0, bounds= (None, None), x position for the central peak of the negative gaussian. |
|||
negative_y = param.Number(default= 0.0, bounds= (None, None), y position for the central peak of the negative gaussian. |
|||
name = <param.parameterized.String object at 0xb1eac2c>String identifier for this object. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Function to draw a pattern that will then be scaled and rotated. Instead of implementing __call__ directly, PatternGenerator subclasses will typically implement this helper function used by __call__, because that way they can let __call__ handle the scaling and rotation for them. Alternatively, __call__ itself can be reimplemented entirely by a subclass (e.g. if it does not need to do any scaling or rotation), in which case this function will be ignored.
|
|
|||
positive_sizesize parameter for the center Gaussian.
|
positive_aspect_ratioaspect_ratio parameter for the center Gaussian.
|
positive_xx position for the central peak of the positive gaussian.
|
positive_yy position for the central peak of the positive gaussian.
|
negative_sizesize parameter for the surround Gaussian.
|
negative_aspect_ratioaspect_ratio parameter for the surround Gaussian.
|
negative_xx position for the central peak of the negative gaussian.
|
negative_yy position for the central peak of the negative gaussian.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:40 2010 | http://epydoc.sourceforge.net |