Package com.tinkerforge
Class BrickletThermalImaging.FluxLinearParameters
- java.lang.Object
-
- com.tinkerforge.BrickletThermalImaging.FluxLinearParameters
-
- Enclosing class:
- BrickletThermalImaging
public class BrickletThermalImaging.FluxLinearParameters extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
reflectionWindow
int
sceneEmissivity
int
tauAtmosphere
int
tauWindow
int
temperatureAtmosphere
int
temperatureBackground
int
temperatureReflection
int
temperaturWindow
-
Constructor Summary
Constructors Constructor Description FluxLinearParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
sceneEmissivity
public int sceneEmissivity
-
temperatureBackground
public int temperatureBackground
-
tauWindow
public int tauWindow
-
temperaturWindow
public int temperaturWindow
-
tauAtmosphere
public int tauAtmosphere
-
temperatureAtmosphere
public int temperatureAtmosphere
-
reflectionWindow
public int reflectionWindow
-
temperatureReflection
public int temperatureReflection
-
-