while((quadCLTs[last_index]==null)||!source_CLT.hasBlueSky()){// null FIXME 07.08.2025. added && !use_cuas to prevent forever loop. Restores - needs once at least, will break
// while ((quadCLTs[last_index] == null) || !source_CLT.hasBlueSky()) { // null FIXME 07.08.2025. added && !use_cuas to prevent forever loop. Restores - needs once at least, will break
// while ((quadCLTs[last_index] == null) || !source_CLT.hasBlueSky()) { // null FIXME 07.08.2025. added && !use_cuas to prevent forever loop. Restores - needs once at least, will break
while(true){// null FIXME 07.08.2025. added && !use_cuas to prevent forever loop. Restores - needs once at least, will break
if(build_ref_dsi){
TwoQuadCLT.copyJP4src(// actually there is no sense to process multiple image sets. Combine with other
// processing?
...
...
@@ -5195,6 +5200,9 @@ public class OpticalFlow {
// center_ts = getReferenceTimestamp(); //??
}
}
if((quadCLTs[last_index]!=null)&&source_CLT.hasBlueSky()){// null FIXME 07.08.2025. added && !use_cuas to prevent forever loop. Restores - needs once at least, will break
break;// was while header
}
if(use_cuas){
System.out.println("Breaking in cuas mode without hasBlueSky() - fix later?");
Stringx3d_path=correctionsParameters.selectX3dDirectory(// for x3d and obj
name,// quad timestamp. Will be ignored if correctionsParameters.use_x3d_subdirs is false
correctionsParameters.x3dModelVersion,
false,// smart,
true,// smart,
true);//newAllowed, // save
returnx3d_path;
}
...
...
@@ -4798,7 +4810,7 @@ public class QuadCLTCPU {
ers.getPropertiesERS(prefix,properties);
ers.getPropertiesScenes(prefix,properties);
ers.getPropertiesLineTime(prefix,properties);// will set old value if not in the file
System.out.println("Restored interframe properties from :"+path);
System.out.println("Restored interframe properties from :"+path);// here often gets configs folder:/media/elphel/NVME/lwir16-proc/eagle_mountain/configs
returnproperties;
}
...
...
@@ -9437,7 +9449,7 @@ public class QuadCLTCPU {
};
// temporary applying scaleExposures[srcChannel] here, setting it to all 1.0
if(debugLevel>-3){
if(debugLevel>-2){
System.out.println("Temporarily applying scaleExposures[] here - 1");