boolean[][]saturation_imp=null;// (near) saturated pixels or null
boolean[][]saturation_imp=null;// (near) saturated pixels or null
booleanis_aux=false;
booleanis_aux=false;
Stringphotometric_scene=null;
double[]lwir_offsets=null;// per image subtracted values
double[]lwir_offsets=null;// per image subtracted values
double[]lwir_scales=null;// per image scales
double[]lwir_scales=null;// per image scales
double[]lwir_scales2=null;// per image quadratic scales
double[]lwir_scales2=null;// per image quadratic scales
...
@@ -264,6 +265,8 @@ public class QuadCLTCPU {
...
@@ -264,6 +265,8 @@ public class QuadCLTCPU {
if(qParent.saturation_imp!=null)this.saturation_imp=qParent.saturation_imp.clone();// each camera will be re-written, not just modified, so shallow copy
if(qParent.saturation_imp!=null)this.saturation_imp=qParent.saturation_imp.clone();// each camera will be re-written, not just modified, so shallow copy