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_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
// add
publicstaticfinalintRSLT_BOOST=12;// target accumulated with boosted "exposure time" (based scaled this)
publicstaticfinalintRSLT_CENT_X=13;
publicstaticfinalintRSLT_CENT_Y=14;
publicstaticfinalintRSLT_CENT_MX=15;
publicstaticfinalintRSLT_CENT_F=16;
publicstaticfinalintRSLT_VX=17;
publicstaticfinalintRSLT_VY=18;
publicstaticfinalintRSLT_VSTR=19;
publicstaticfinalintRSLT_VFRAC=20;
publicstaticfinalintRSLT_VBOOST=21;// motion vector was calculated with boosted number of accumulated scene pairs (based scaled this)
publicstaticfinalintRSLT_FL_RANGE=59;// flight log range (meters)
publicstaticfinalintRSLT_INFINITY=60;// disparity at infinity used for range calculation
publicstaticfinalintRSLT_TARGET_ID=61;// unique target id for the whole sequence of segments. 1 is reserved for the UAS
publicstaticfinalintRSLT_VEL_AWAY=62;// axial velocity (positive - away), range derivative (m/s), calculated from the difference to the previous/next series range
publicstaticfinalintRSLT_VEL_RIGHT=63;// lateral velocity, right ( calculated from angular and RSLT_GRANGE
publicstaticfinalintRSLT_VEL_UP=64;// lateral velocity, up ( calculated from angular and RSLT_GRANGE
publicstaticfinalintRSLT_RANGE_LIN=65;// range linear interpolated using previous/next series if the same target is present there