Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
7a3579b0
Commit
7a3579b0
authored
10 years ago
by
Julien Malik
Browse files
Options
Downloads
Patches
Plain Diff
TEST: remove parenthesis in test declarations to ease modularization automation
parent
16c434b6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Testing/Applications/Projections/CMakeLists.txt
+7
-20
7 additions, 20 deletions
Testing/Applications/Projections/CMakeLists.txt
with
7 additions
and
20 deletions
Testing/Applications/Projections/CMakeLists.txt
+
7
−
20
View file @
7a3579b0
...
...
@@ -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 displacement field
(
equal to 4 meters
)
-opt.gridspacing 4
# Spacing of the displacement 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
(
equal to 4 meters
)
-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
(
equal to 4 meters
)
-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
(
equal to 4 meters
)
-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
}
...
...
@@ -115,7 +115,7 @@ OTB_TEST_APPLICATION(NAME apTvPrOrthorectification_WGS84
-outputs.spacingx 0.00000621314
-outputs.spacingy -0.00000621314
-map wgs
-opt.gridspacing 0.00001242628
# Spacing of the deformation field
(
equal to |2*outputs.spacingx| degrees
)
-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
...
...
@@ -209,6 +209,7 @@ OTB_TEST_APPLICATION(NAME apTvPrVectorDataReprojectionFromMapToImage
${
TEMP
}
/apTvPrVectorDataReprojectionFromMapToImage.shp
)
# With QGIS the two vectordata are equal
# TODO : add validation
OTB_TEST_APPLICATION
(
NAME apTuPrVectorDataReprojectionFromImageToMap
APP VectorDataReprojection
OPTIONS -in.vd
${
INPUTDATA
}
/ToulousePointsUTM31N.shp
...
...
@@ -218,10 +219,6 @@ OTB_TEST_APPLICATION(NAME apTuPrVectorDataReprojectionFromImageToMap
-out.proj.user.map utm
-out.proj.user.map.utm.northhem true
-out.proj.user.map.utm.zone 31
)
# VALID --compare-ogr ${NOTOL}
# ${INPUTDATA}/ToulousePoints-examples.shp
# ${TEMP}/apTvPrVectorDataReprojectionFromImageToMap.shp)
OTB_TEST_APPLICATION
(
NAME apTvPrVectorDataReprojectionFromMapToGeo
APP VectorDataReprojection
...
...
@@ -269,17 +266,13 @@ endif()
# With QGIS the two vectordata are equal
# TODO : add validation
OTB_TEST_APPLICATION
(
NAME apTuPrVectorDataReprojectionFromGeoToMap
APP VectorDataReprojection
OPTIONS -in.vd
${
INPUTDATA
}
/ToulousePointsWGS.sqlite
-out.vd
${
TEMP
}
/apTvPrVectorDataReprojectionFromGeoToMap.shp
-out.proj image
-out.proj.image.in
${
INPUTDATA
}
/QB_Toulouse_Ortho_PAN.tif
)
# VALID --compare-ogr ${NOTOL}
# ${INPUTDATA}/ToulousePoints-examples.shp
# ${TEMP}/apTvPrVectorDataReprojectionFromGeoToMap.shp)
OTB_TEST_APPLICATION
(
NAME apTvPrRefineSensorModel
APP RefineSensorModel
...
...
@@ -308,9 +301,3 @@ OTB_TEST_APPLICATION(NAME apTvPrGenerateRPCSensorModel
${
BASELINE_FILES
}
/apTvPrGenerateRPCSensorModelGeomOutput.geom
${
TEMP
}
/apTvPrGenerateRPCSensorModelGeomOutput.geom
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment