Skip to content
Snippets Groups Projects
Commit 61c5fbf0 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

Correction du test pour le DEMToImageGenerator (invesion nord-sud)

parent f1e33e99
Branches
Tags
No related merge requests found
...@@ -124,7 +124,6 @@ ADD_TEST(ExtractROITest ${EXE_TESTS} ...@@ -124,7 +124,6 @@ ADD_TEST(ExtractROITest ${EXE_TESTS}
0 0 100 100 0 0 100 100
) )
ADD_TEST(DEMToImageGeneratorTest ${EXE_TESTS} ADD_TEST(DEMToImageGeneratorTest ${EXE_TESTS}
--compare-image ${TOL} ${BASELINE}/DEMToImageGenerator.tif --compare-image ${TOL} ${BASELINE}/DEMToImageGenerator.tif
${TEMP}/DEMToImageGenerator.tif ${TEMP}/DEMToImageGenerator.tif
...@@ -132,11 +131,11 @@ ADD_TEST(DEMToImageGeneratorTest ${EXE_TESTS} ...@@ -132,11 +131,11 @@ ADD_TEST(DEMToImageGeneratorTest ${EXE_TESTS}
${TEMP}/DEMToImageGenerator.tif ${TEMP}/DEMToImageGenerator.tif
${TEMP}/pretty_DEMToImageGenerator.png ${TEMP}/pretty_DEMToImageGenerator.png
6.5 6.5
44.5 45.5
500 500
500 500
0.002 0.002
0.002 -0.002
${INPUTDATA}/DEM_srtm ${INPUTDATA}/DEM_srtm
) )
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
// Software Guide : BeginCommandLineArgs // Software Guide : BeginCommandLineArgs
// OUTPUTS: {DEMToImageGenerator.tif} // OUTPUTS: {DEMToImageGenerator.tif}
// OUTPUTS: {pretty_DEMToImageGenerator.png} // OUTPUTS: {pretty_DEMToImageGenerator.png}
// 6.5 44.5 500 500 0.002 -0.002 ${OTB_SOURCE_DIR}/Examples/Data/DEM_srtm // 6.5 45.5 500 500 0.002 -0.002 ${OTB_SOURCE_DIR}/Examples/Data/DEM_srtm
// Software Guide : EndCommandLineArgs // Software Guide : EndCommandLineArgs
// Software Guide : BeginLatex // Software Guide : BeginLatex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment