Class GasQuantificationInput
java.lang.Object
com.flir.thermalsdk.image.quantification.GasQuantificationInput
Gas quantification information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ThermalValueTemperature of surrounding environment.final intDistance to object in meters.final booleanTrue if gas is warmer than the surrounding environment.final StringName of the gas.final GasLeakTypeType of gas leak.final ThermalValueDetection threshold temperature difference.final WindSpeedwindSpeed. -
Method Summary
-
Field Details
-
ambientTemperature
Temperature of surrounding environment. -
gas
Name of the gas. -
leakType
Type of gas leak. -
windSpeed
windSpeed. -
distance
public final int distanceDistance to object in meters. -
thresholdDeltaTemperature
Detection threshold temperature difference. -
emissive
public final boolean emissiveTrue if gas is warmer than the surrounding environment.
-
-
Method Details