Skip to content
Snippets Groups Projects
Commit 57e898e7 authored by Julien Michel's avatar Julien Michel
Browse files

TEST: duplicating a baseline file into input for RefineSensorModel and...

TEST: duplicating a baseline file into input for RefineSensorModel and GenerateRPCSensorModel applications, so as to avoid dependency of tests to baseline changes
parent 61358846
No related branches found
No related tags found
No related merge requests found
...@@ -284,7 +284,7 @@ OTB_TEST_APPLICATION(NAME apTuPrVectorDataReprojectionFromGeoToMap ...@@ -284,7 +284,7 @@ OTB_TEST_APPLICATION(NAME apTuPrVectorDataReprojectionFromGeoToMap
OTB_TEST_APPLICATION(NAME apTvPrRefineSensorModel OTB_TEST_APPLICATION(NAME apTvPrRefineSensorModel
APP RefineSensorModel APP RefineSensorModel
OPTIONS -ingeom ${INPUTDATA}/QB_TOULOUSE_MUL_Extract_500_500.geom OPTIONS -ingeom ${INPUTDATA}/QB_TOULOUSE_MUL_Extract_500_500.geom
-inpoints ${BASELINE_FILES}/apTvHomologousPointsExtractionGeoBins.txt -inpoints ${INPUTDATA}/QB_TOULOUSE_MUL_Extract_500_500_in_tie_points.txt
-outgeom ${TEMP}/apTvPrRefineSensorModelGeomOutput.geom -outgeom ${TEMP}/apTvPrRefineSensorModelGeomOutput.geom
-outstat ${TEMP}/apTvPrRefineSensorModelStatsOutput.txt -outstat ${TEMP}/apTvPrRefineSensorModelStatsOutput.txt
-outvector ${TEMP}/apTvPrRefineSensorModelVectorOutput.shp -outvector ${TEMP}/apTvPrRefineSensorModelVectorOutput.shp
...@@ -297,7 +297,7 @@ OTB_TEST_APPLICATION(NAME apTvPrRefineSensorModel ...@@ -297,7 +297,7 @@ OTB_TEST_APPLICATION(NAME apTvPrRefineSensorModel
OTB_TEST_APPLICATION(NAME apTvPrGenerateRPCSensorModel OTB_TEST_APPLICATION(NAME apTvPrGenerateRPCSensorModel
APP GenerateRPCSensorModel APP GenerateRPCSensorModel
OPTIONS -inpoints ${BASELINE_FILES}/apTvHomologousPointsExtractionGeoBins.txt OPTIONS -inpoints ${INPUTDATA}/QB_TOULOUSE_MUL_Extract_500_500_in_tie_points.txt
-outgeom ${TEMP}/apTvPrGenerateRPCSensorModelGeomOutput.geom -outgeom ${TEMP}/apTvPrGenerateRPCSensorModelGeomOutput.geom
-outstat ${TEMP}/apTvPrGenerateRPCSensorModelStatsOutput.txt -outstat ${TEMP}/apTvPrGenerateRPCSensorModelStatsOutput.txt
-outvector ${TEMP}/apTvPrGenerateRPCSensorModelVectorOutput.shp -outvector ${TEMP}/apTvPrGenerateRPCSensorModelVectorOutput.shp
......
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