| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
visual_angle_scale = param.Number(default= 90, doc= The scale factor determining the visual angle subtended by this sheet, in degrees per unit of sheet. |
|||
saccade_bounds = BoundingRegionParameter(default= BoundingBox(The bounds for saccades. |
|||
generate_on_shift = param.Boolean(default= True, doc= Whether to generate a new pattern when a shift occurs. |
|||
fixation_jitter = param.Number(default= 0, doc= Standard deviation of Gaussian fixation jitter. |
|||
fixation_jitter_period = param.Number(default= 10, doc= Period, in time units, indicating how often the eye jitters. |
|||
dest_ports = list() -> new list list(sequence) -> new list initialized from sequence's items |
|||
src_ports = list() -> new list list(sequence) -> new list initialized from sequence's items |
|||
name = <param.parameterized.String object at 0xb46e66c>String identifier for this object. |
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Called by the simulation when the EventProcessor is added to the simulation. If an EventProcessor needs to have any code run when it is added to the simulation, the code can be put into this method in the subclass.
|
|
|
Shift the bounding box by the given amplitude and direction. Amplitude and direction are specified in degrees, and will be converted using the sheet's visual_angle_scale parameter. Negative directions are always downward, regardless of whether the amplitude is positive (rightword) or negative (leftward). I.e. straight-down = -90, straight up = +90. The generate argument indicates whether or not to generate output after shifting. If generate is None, then the value of the sheet's generate_on_shift parameter will be used. |
Move the bounds toward the fixation point. Moves the bounds toward the fixation point specified in self.fixation_point, potentially with noise as specified by the parameter self.fixation_jitter. |
Find a saccade in the given direction (theta) that lies within self.saccade_bounds. Assumes that the given saccade was already performed and landed out of bounds. |
|
|||
visual_angle_scaleThe scale factor determining the visual angle subtended by this sheet, in degrees per unit of sheet.
|
saccade_boundsThe bounds for saccades. Saccades are constrained such that the centroid of the sheet bounds remains within this region.
|
generate_on_shiftWhether to generate a new pattern when a shift occurs.
|
fixation_jitterStandard deviation of Gaussian fixation jitter.
|
fixation_jitter_periodPeriod, in time units, indicating how often the eye jitters.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:45 2010 | http://epydoc.sourceforge.net |