Method ao/scale


  SCALE scales the data in the AO by the specified factor.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SCALE scales the data in the AO by the specified factor.
 
  CALL:        bs = scale(a1,a2,a3,...,pl)
               bs = scale(as,pl)
               bs = as.scale(pl)
 
  INPUTS:      aN   - input analysis objects
               as   - input analysis objects array
               pl   - input parameter list
  
  OUTPUTS:     bs   - array of analysis objects, one for each input
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
FACTOR 1 none The factor to scale by.
It can be a double or an ao. In this latter case, the units will be multiplied as well
OFFSET 0 none An offset to add to the scaled AO.
It can be a double or an ao. In this latter case, the units must match the scaled AO
YUNITS '' none Set a value for the scale factor units;
empty => output object will have the same units as input.
Note: these units will override those from the scale factor, if the user specified it as an ao!
back to top back to top

Some information of the method ao/scale are listed below:
Class name ao
Method name scale
Category Operator
Package name ltpda
VCS Version 3542afe99dea25c636b7ac3b82a9f6f8be9d447d
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team