Skip to content
Snippets Groups Projects
Commit b475a397 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: use the right keys for elevation

parent dcda52ae
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,8 @@ OTB_TEST_APPLICATION(NAME apTvDmStereoSensorModelToElevationMapTest ...@@ -13,7 +13,8 @@ OTB_TEST_APPLICATION(NAME apTvDmStereoSensorModelToElevationMapTest
-minh -20.0 -minh -20.0
-maxh 20.0 -maxh 20.0
-step 1.0 -step 1.0
-dem ${INPUTDATA}/DEM/srtm_directory/ -elev dem
-elev.dem.path ${INPUTDATA}/DEM/srtm_directory/
-geoid ${INPUTDATA}/DEM/egm96.grd -geoid ${INPUTDATA}/DEM/egm96.grd
VALID --compare-image ${EPSILON_10} VALID --compare-image ${EPSILON_10}
${BASELINE}/apTvDmStereoSensorModelToElevationMapTest.tif ${BASELINE}/apTvDmStereoSensorModelToElevationMapTest.tif
...@@ -30,7 +31,8 @@ OTB_TEST_APPLICATION(NAME apTvDmStereoSensorModelToElevationMapWithSmoothing ...@@ -30,7 +31,8 @@ OTB_TEST_APPLICATION(NAME apTvDmStereoSensorModelToElevationMapWithSmoothing
-minh -20.0 -minh -20.0
-maxh 20.0 -maxh 20.0
-step 1.0 -step 1.0
-dem ${INPUTDATA}/DEM/srtm_directory/ -elev dem
-elev.dem.path ${INPUTDATA}/DEM/srtm_directory/
-geoid ${INPUTDATA}/DEM/egm96.grd -geoid ${INPUTDATA}/DEM/egm96.grd
-rgs 2.0 -rgs 2.0
-sgs 2.0 -sgs 2.0
......
...@@ -6,7 +6,7 @@ OTB_TEST_APPLICATION(NAME apTvPrOrthorectification_UTM ...@@ -6,7 +6,7 @@ OTB_TEST_APPLICATION(NAME apTvPrOrthorectification_UTM
OPTIONS -io.in ${OTB_DATA_LARGEINPUT_ROOT}/QUICKBIRD/TOULOUSE/000000128955_01_P001_PAN/02APR01105228-P1BS-000000128955_01_P001.TIF OPTIONS -io.in ${OTB_DATA_LARGEINPUT_ROOT}/QUICKBIRD/TOULOUSE/000000128955_01_P001_PAN/02APR01105228-P1BS-000000128955_01_P001.TIF
-io.out ${TEMP}/apTvPrOrthorectifTest_UTM.tif -io.out ${TEMP}/apTvPrOrthorectifTest_UTM.tif
-elev dem -elev dem
-elev.dem.value ${INPUTDATA}/DEM/srtm_directory/ -elev.dem.path ${INPUTDATA}/DEM/srtm_directory/
-outputs.ulx 374100.8 -outputs.ulx 374100.8
-outputs.uly 4829184.8 -outputs.uly 4829184.8
-outputs.sizex 500 -outputs.sizex 500
......
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