| Trees | Indices | Help |
|
|---|
|
|
A callable Parameterized command for measuring the response to input on a specified Sheet.
Note that at present the input is actually presented to all input sheets; the specified Sheet is simply used to determine various parameters. In the future, it may be modified to draw the pattern on one input sheet only.
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__abstract = Truebool(x) -> bool |
|||
input_sheet = param.ObjectSelector(default= None, doc= Name of the sheet where input should be drawn. |
|||
name = <param.parameterized.String object at 0xb20d46c>String identifier for this object. |
|||
offset = param.Number(default= 0.5)Additive offset to input pattern. |
|||
pattern_presenter = param.Callable(default= PatternPresenter(RCallable object that will present a parameter-controlled pattern to a set of Sheets. |
|||
scale = param.Number(default= 30.0)Multiplicative strength of input pattern. |
|||
static_parameters = param.List(default= ["scale", "offset", "sList of names of parameters of this class to pass to the pattern_presenter as static parameters, i.e. |
|||
weighted_average = NoneWhether to compute results using a weighted average, or just discrete values. |
|||
|
Inherited from 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.
|
input_sheetName of the sheet where input should be drawn.
|
pattern_presenterCallable object that will present a parameter-controlled pattern to a set of Sheets. Needs to be supplied by a subclass or in the call. The attributes duration and apply_output_fns (if non-None) will be set on this object, and it should respect those if possible.
|
static_parametersList of names of parameters of this class to pass to the pattern_presenter as static parameters, i.e. values that will be fixed to a single value during measurement.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:29 2010 | http://epydoc.sourceforge.net |