Class ChromaticAberration
A multi-channel, vector parameter to characterize the chromatic aberration.
- hrm\param\base\Parameter
- hrm\param\ChromaticAberration
Package: hrm
Todo:
This did not inherit from any base class. Now it inherits from Parameter. Make sure that it still works as expected!
Located at param/ChromaticAberration.php
Methods summary
public
|
|
public
integer
|
|
public
boolean
|
|
public
boolean
|
#
isVariableChannel( )
Confirms that the Parameter can have a variable number of channels. This overloads the base function. |
public
string
|
|
public
|
#
setValue( string $values )
A function to set the parameter value (this is taken from the browser session or from the database). |
public
array
|
|
public
array
|
|
public
|
#
setNumberOfChannels( integer $chanCnt )
A function to set the number of channels for the correction. |
public
mixed
|
#
defaultValue( )
Returns the default value for the Parameters that have a default value or NULL for those that don't. |
public
string
|
|
public
boolean
|
Methods inherited from hrm\param\base\Parameter
confidenceLevel()
,
getJsonData()
,
internalPossibleValues()
,
isBoolean()
,
isForCapture()
,
isForCorrection()
,
isForImage()
,
isForMicroscope()
,
isForPixelSizeCalculation()
,
isForSpim()
,
isForSted()
,
message()
,
mustProvide()
,
name()
,
notSet()
,
possibleValues()
,
reset()
,
setConfidenceLevel()
,
translatedValue()
,
translatedValueFor()
Constants summary
Constants inherited from hrm\param\base\Parameter
Properties summary
public
array
|
$value
The aberration value. An array with one element per channel and vector component. |
|
public
integer
|
$chanCnt
The number of channels for which a vector is needed. |
|
public
integer
|
$componentCnt
The numer of vector components used to describe the CA. Currently 5. |