Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
e4857f24
Commit
e4857f24
authored
Nov 08, 2013
by
Charles Peyrega
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TEST: Change the apTvPrOrthorectification_WGS84 test to handle a correct deformation grid spacing
parent
0fb57d2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Testing/Applications/Projections/CMakeLists.txt
Testing/Applications/Projections/CMakeLists.txt
+6
-6
No files found.
Testing/Applications/Projections/CMakeLists.txt
View file @
e4857f24
...
...
@@ -13,7 +13,7 @@ OTB_TEST_APPLICATION(NAME apTvPrOrthorectification_UTM
-outputs.spacingx 0.5
-outputs.spacingy -0.5
-map utm
-opt.gridspacing 4
# Spacing of the deformation field
-opt.gridspacing 4
# Spacing of the deformation field
(equal to 4 meters)
-interpolator linear
VALID --compare-image
${
EPSILON_4
}
${
BASELINE
}
/owTvOrthorectifTest_UTM.tif
...
...
@@ -32,7 +32,7 @@ OTB_TEST_APPLICATION(NAME apTvPrOrthorectification_UTM_OutXML1
-outputs.spacingx 0.5
-outputs.spacingy -0.5
-map utm
-opt.gridspacing 4
# Spacing of the deformation field
-opt.gridspacing 4
# Spacing of the deformation field
(equal to 4 meters)
-outxml
${
TEMP
}
/apTvPrOrthorectifTest_UTM_OutXML1.xml
-interpolator linear
VALID --compare-image
${
EPSILON_4
}
...
...
@@ -64,7 +64,7 @@ OTB_TEST_APPLICATION(NAME apTvPrOrthorectification_DEMTIF_UTM
-outputs.spacingx 0.5
-outputs.spacingy -0.5
-map utm
-opt.gridspacing 4
# Spacing of the deformation field
-opt.gridspacing 4
# Spacing of the deformation field
(equal to 4 meters)
-interpolator linear
VALID --compare-image
${
EPSILON_4
}
${
BASELINE
}
/owTvOrthorectifTest_UTM.tif
...
...
@@ -83,7 +83,7 @@ OTB_TEST_APPLICATION(NAME apTvPrOrthorectification_DEMTIF_UTM_OutXML1
-outputs.spacingx 0.5
-outputs.spacingy -0.5
-map utm
-opt.gridspacing 4
# Spacing of the deformation field
-opt.gridspacing 4
# Spacing of the deformation field
(equal to 4 meters)
-outxml
${
TEMP
}
/apTvPrOrthorectifTest_DEMTIF_UTM_OutXML1.xml
-interpolator linear
VALID --compare-image
${
EPSILON_4
}
...
...
@@ -103,7 +103,7 @@ OTB_TEST_APPLICATION(NAME apTvPrOrthorectification_DEMTIF_UTM_InXML1
${
TEMP
}
/apTvPrOrthorectifTest_DEMTIF_UTM_InXML1.tif
)
OTB_TEST_APPLICATION
(
NAME apTvPrOrthorectification_WGS84
BugMantis806
OTB_TEST_APPLICATION
(
NAME apTvPrOrthorectification_WGS84
APP OrthoRectification
OPTIONS -io.in
${
OTB_DATA_LARGEINPUT_ROOT
}
/QUICKBIRD/TOULOUSE/000000128955_01_P001_PAN/02APR01105228-P1BS-000000128955_01_P001.TIF
-io.out
${
TEMP
}
/apTvPrOrthorectifTest_WGS84.tif
...
...
@@ -115,7 +115,7 @@ OTB_TEST_APPLICATION(NAME apTvPrOrthorectification_WGS84BugMantis806
-outputs.spacingx 0.00000621314
-outputs.spacingy -0.00000621314
-map wgs
-opt.gridspacing
4
# Spacing of the deformation field
-opt.gridspacing
0.00001242628
# Spacing of the deformation field (equal to |2*outputs.spacingx| degrees)
-interpolator linear
VALID --compare-image
${
EPSILON_4
}
${
BASELINE
}
/owTvOrthorectifTest_WGS84.tif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment