@@ -975,10 +975,10 @@ else if(type == Types.BOOLEAN)
975
975
groupParam .put ("dimension" , dim );
976
976
groupParam .put ("type" , pointType .name ());
977
977
978
- groupParam .put ("redundancy_x" , options . convertPercentToView ( redundancyGroupX ) );
979
- groupParam .put ("redundancy_y" , options . convertPercentToView ( redundancyGroupY ) );
980
- groupParam .put ("redundancy_z" , options . convertPercentToView ( redundancyGroupZ ) );
981
- groupParam .put ("redundancy" , options . convertPercentToView ( redundancyGroupX +redundancyGroupY +redundancyGroupZ ) );
978
+ groupParam .put ("redundancy_x" , redundancyGroupX );
979
+ groupParam .put ("redundancy_y" , redundancyGroupY );
980
+ groupParam .put ("redundancy_z" , redundancyGroupZ );
981
+ groupParam .put ("redundancy" , redundancyGroupX +redundancyGroupY +redundancyGroupZ );
982
982
983
983
groupParam .put ("max_gross_error_x" , options .convertLengthResidualToView (maxGrossErrorGroupX ));
984
984
groupParam .put ("max_gross_error_y" , options .convertLengthResidualToView (maxGrossErrorGroupY ));
@@ -1154,9 +1154,9 @@ else if(type == Types.BOOLEAN)
1154
1154
groupParam .put ("significant" , significantGroup );
1155
1155
groupParam .put ("type" , verticalDeflectionType .name ());
1156
1156
1157
- groupParam .put ("redundancy_x" , options . convertPercentToView ( redundancyGroupX ) );
1158
- groupParam .put ("redundancy_y" , options . convertPercentToView ( redundancyGroupY ) );
1159
- groupParam .put ("redundancy" , options . convertPercentToView ( redundancyGroupX +redundancyGroupY ) );
1157
+ groupParam .put ("redundancy_x" , redundancyGroupX );
1158
+ groupParam .put ("redundancy_y" , redundancyGroupY );
1159
+ groupParam .put ("redundancy" , redundancyGroupX +redundancyGroupY );
1160
1160
1161
1161
groupParam .put ("max_gross_error_x" , options .convertAngleResidualToView (maxGrossErrorGroupX ));
1162
1162
groupParam .put ("max_gross_error_y" , options .convertAngleResidualToView (maxGrossErrorGroupY ));
@@ -1381,7 +1381,7 @@ else if(type == Types.BOOLEAN)
1381
1381
groupParam .put ("observations" , observations );
1382
1382
groupParam .put ("dimension" , 1 );
1383
1383
groupParam .put ("omega" , omegaGroup );
1384
- groupParam .put ("redundancy" , options . convertPercentToView ( redundancyGroup ) );
1384
+ groupParam .put ("redundancy" , redundancyGroup );
1385
1385
groupParam .put ("significant" , significantGroup );
1386
1386
1387
1387
if (groupUncertainties != null && !groupUncertainties .isEmpty ())
@@ -1604,10 +1604,10 @@ else if(type == Types.BOOLEAN)
1604
1604
//break;
1605
1605
}
1606
1606
1607
- groupParam .put ("redundancy_x" , options . convertPercentToView ( redundancyGroupX ) );
1608
- groupParam .put ("redundancy_y" , options . convertPercentToView ( redundancyGroupY ) );
1609
- groupParam .put ("redundancy_z" , options . convertPercentToView ( redundancyGroupZ ) );
1610
- groupParam .put ("redundancy" , options . convertPercentToView ( redundancyGroupX +redundancyGroupY +redundancyGroupZ ) );
1607
+ groupParam .put ("redundancy_x" , redundancyGroupX );
1608
+ groupParam .put ("redundancy_y" , redundancyGroupY );
1609
+ groupParam .put ("redundancy_z" , redundancyGroupZ );
1610
+ groupParam .put ("redundancy" , redundancyGroupX +redundancyGroupY +redundancyGroupZ );
1611
1611
1612
1612
groupParam .put ("max_gross_error_x" , options .convertLengthResidualToView (maxGrossErrorGroupX ));
1613
1613
groupParam .put ("max_gross_error_y" , options .convertLengthResidualToView (maxGrossErrorGroupY ));
0 commit comments