public class ChannelCalibration extends Object
Constructor and Description |
---|
ChannelCalibration() |
Modifier and Type | Method and Description |
---|---|
ChannelCalibration |
copy()
Returns a copy of the ChannelCalibration object.
|
void |
disableDensityCalibration() |
double[] |
getCoefficients()
Returns the calibration function coefficients.
|
int |
getFunction()
Returns the calibration function ID.
|
String |
getLabel() |
String |
getValueUnit()
Returns the value unit.
|
boolean |
isZeroClip()
Returns true if zero clipping is enabled.
|
void |
setFunction(int function,
double[] coefficients,
String unit,
boolean zeroClip) |
void |
setLabel(String label) |
public String getLabel()
public void setLabel(String label)
public void setFunction(int function, double[] coefficients, String unit, boolean zeroClip)
public void disableDensityCalibration()
public int getFunction()
public double[] getCoefficients()
public String getValueUnit()
public boolean isZeroClip()
public ChannelCalibration copy()
Copyright © 2015–2021 Fiji. All rights reserved.