| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.parameterizedobject.ParameterizedObject --+
|
base.patterngenerator.PatternGenerator --+
|
Gabor
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
frequency = <topo.base.parameterclasses.Number object at 0x9daFrequency of the sine grating component. |
|||
phase = Number(default= 0.0, bounds= (0.0, None), softbounds= Phase of the sine grating component. |
|||
aspect_ratio = <topo.base.parameterclasses.Number object at 0xRatio of pattern width to height. |
|||
size = Number(default= 0.25, doc= Determines the height of the Gaussian component (see Gaussian). |
|||
|
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.
|
|
|||
frequencyFrequency of the sine grating component.
|
phasePhase of the sine grating component.
|
aspect_ratioRatio of pattern width to height. The width of the Gaussian component is size*aspect_ratio (see Gaussian).
|
sizeDetermines the height of the Gaussian component (see Gaussian).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Feb 21 15:25:07 2008 | http://epydoc.sourceforge.net |