publicstaticfinalintRSLT_FL_RANGE=57;// flight log range (meters)
publicstaticfinalintRSLT_INFINITY=58;// disparity at infinity used for range calculation
publicstaticfinalintRSLT_TARGET_ID=59;// unique target id for the whole sequence of segments. 1 is reserved for the UAS
publicstaticfinalintRSLT_VEL_AXIAL=60;// axial velocity (positive - away), range derivative (m/s), calculated from the difference to the previous/next series range
publicstaticfinalintRSLT_VEL_LATERAL=61;// lateral velocity ( calculated from angular and RSLT_GRANGE
publicstaticfinalintRSLT_RANGE_LIN=62;// range linear interpolated using previous/next series if the same target is present there
publicstaticfinalintRSLT_VEL_AWAY=60;// axial velocity (positive - away), range derivative (m/s), calculated from the difference to the previous/next series range
publicstaticfinalintRSLT_VEL_RIGHT=61;// lateral velocity, right ( calculated from angular and RSLT_GRANGE
publicstaticfinalintRSLT_VEL_UP=62;// lateral velocity, up ( calculated from angular and RSLT_GRANGE
publicstaticfinalintRSLT_RANGE_LIN=63;// range linear interpolated using previous/next series if the same target is present there
"Read previously calculated non-conflict (one per tile) targets with disparities (recalculate ranges).");
gd.addCheckbox("Reuse combined series (Radar mode)",this.cuas_reuse_globals,
"Read target data updated after global processing of scene series \"CUAS Combine\" command. If successful, go directly to output generation with 16:9 and a radar image.");
System.out.println("Failed target detection. Probably, radar mode was selected but target file does not exist (created with \"CUAS Combine\" command)");