Commit c381939d authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

ENH: int comparison doesn't need that much precision

No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -25,8 +25,8 @@ otb_test_application(NAME apTvPrBundleToPerfectSensor ...@@ -25,8 +25,8 @@ otb_test_application(NAME apTvPrBundleToPerfectSensor
OPTIONS -inp ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif OPTIONS -inp ${INPUTDATA}/QB_Toulouse_Ortho_PAN.tif
-inxs ${INPUTDATA}/QB_Toulouse_Ortho_XS_ROI_170x230.tif -inxs ${INPUTDATA}/QB_Toulouse_Ortho_XS_ROI_170x230.tif
-elev.dem ${INPUTDATA}/DEM/srtm_directory -elev.dem ${INPUTDATA}/DEM/srtm_directory
-out ${TEMP}/apTvPrBundleToPerfectSensor.tif -out ${TEMP}/apTvPrBundleToPerfectSensor.tif int16
VALID --compare-image ${EPSILON_7} VALID --compare-image ${EPSILON_2}
${BASELINE}/apTvPrBundleToPerfectSensor.tif ${BASELINE}/apTvPrBundleToPerfectSensor.tif
${TEMP}/apTvPrBundleToPerfectSensor.tif) ${TEMP}/apTvPrBundleToPerfectSensor.tif)
...@@ -35,7 +35,7 @@ otb_test_application(NAME apTvPrBundleToPerfectSensor_phr ...@@ -35,7 +35,7 @@ otb_test_application(NAME apTvPrBundleToPerfectSensor_phr
OPTIONS -inp ${INPUTDATA}/phr_pan.tif OPTIONS -inp ${INPUTDATA}/phr_pan.tif
-inxs ${INPUTDATA}/phr_xs.tif -inxs ${INPUTDATA}/phr_xs.tif
-out ${TEMP}/apTvPrBundleToPerfectSensorPHR.tif int16 -out ${TEMP}/apTvPrBundleToPerfectSensorPHR.tif int16
VALID --compare-image ${EPSILON_7} VALID --compare-image ${EPSILON_2}
${BASELINE}/apTvPrBundleToPerfectSensorPHR.tif ${BASELINE}/apTvPrBundleToPerfectSensorPHR.tif
${TEMP}/apTvPrBundleToPerfectSensorPHR.tif) ${TEMP}/apTvPrBundleToPerfectSensorPHR.tif)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment