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
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,6 @@ ADD_TEST(ExtractROITest ${EXE_TESTS}
0 0 100 100
)
ADD_TEST(DEMToImageGeneratorTest ${EXE_TESTS}
--compare-image ${TOL} ${BASELINE}/DEMToImageGenerator.tif
${TEMP}/DEMToImageGenerator.tif
......@@ -132,11 +131,11 @@ ADD_TEST(DEMToImageGeneratorTest ${EXE_TESTS}
${TEMP}/DEMToImageGenerator.tif
${TEMP}/pretty_DEMToImageGenerator.png
6.5
44.5
45.5
500
500
0.002
0.002
-0.002
${INPUTDATA}/DEM_srtm
)
......
......@@ -26,7 +26,7 @@
// Software Guide : BeginCommandLineArgs
// OUTPUTS: {DEMToImageGenerator.tif}
// 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 : BeginLatex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment