Class GasQuantificationInput
java.lang.Object
com.flir.thermalsdk.image.quantification.GasQuantificationInput
Gas quantification information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ThermalValue
Temperature of surrounding environment.final int
Distance to object in meters.final boolean
True if gas is warmer than the surrounding environment.final String
Name of the gas.final GasLeakType
Type of gas leak.final ThermalValue
Detection threshold temperature difference.final WindSpeed
windSpeed. -
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