| Trees | Indices | Help |
|
|---|
|
|
Abstract class for superior colliculus mappings.
Subclasses of this class implement afferent and efferent mappings from Ottes et al. (1986) Vision Research 26:857-873.
Default constant values are from Table 1, ibid.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__abstract = Truebool(x) -> bool |
|||
A = param.Number(default= 5.3, doc= Shape parameter A, in degrees |
|||
Bu = param.Number(default= 1.8, doc= Rostral-caudal scale parameter, in mm |
|||
Bv = param.Number(default= 1.8, doc= Orthogonal (medial-lateral?) scale paraemter in mm/deg |
|||
mm_scale = param.Number(default= 8.0, doc= Scale factor to convert constants Bu and Bv from mm to sheet units. |
|||
amplitude_scale = param.Number(default= 1, doc= Scale factor for saccade command amplitude, expressed in degrees per unit of sheet. |
|||
direction_scale = param.Number(default= 1, doc= Scale factor for saccade command direction, expressed in degrees per unit of sheet. |
|||
name = <param.parameterized.String object at 0xb28782c>String identifier for this object. |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
__abstractbool(x) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. The class bool is a subclass of the class int, and cannot be subclassed.
|
AShape parameter A, in degrees
|
BuRostral-caudal scale parameter, in mm
|
BvOrthogonal (medial-lateral?) scale paraemter in mm/deg
|
mm_scaleScale factor to convert constants Bu and Bv from mm to sheet units. Expressed in mm/unit.
|
amplitude_scaleScale factor for saccade command amplitude, expressed in degrees per unit of sheet. Indicates how large a saccade is represented by the x-component of the command input.
|
direction_scaleScale factor for saccade command direction, expressed in degrees per unit of sheet. Indicates what direction of saccade is represented by the y-component of the command input.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:36 2010 | http://epydoc.sourceforge.net |