Class GasQuantificationInput

java.lang.Object
com.flir.thermalsdk.image.quantification.GasQuantificationInput

public class GasQuantificationInput extends Object
Gas quantification information.
  • Field Details

    • ambientTemperature

      public final ThermalValue ambientTemperature
      Temperature of surrounding environment.
    • gas

      public final String gas
      Name of the gas.
    • leakType

      public final GasLeakType leakType
      Type of gas leak.
    • windSpeed

      public final WindSpeed windSpeed
      windSpeed.
    • distance

      public final int distance
      Distance to object in meters.
    • thresholdDeltaTemperature

      public final ThermalValue thresholdDeltaTemperature
      Detection threshold temperature difference.
    • emissive

      public final boolean emissive
      True if gas is warmer than the surrounding environment.
  • Method Details