Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
db748502
Commit
db748502
authored
Jul 20, 2022
by
Thibaut ROMAIN
Browse files
DOC: Add explanation on the modifications of some baselines
parent
f249b182
Pipeline
#11137
passed with stages
in 90 minutes and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Modules/Core/Transform/test/CMakeLists.txt
View file @
db748502
...
...
@@ -100,6 +100,8 @@ otb_add_test(NAME trTvRPCTransformTest_worldview2 COMMAND otbTransformTestDriver
0.1
# ImgTol
)
#For issue 2293, the baseline pleaides-1.geom had a shift of 0.5 pixels
#in the geom generated with OTB 7.4, the baseline was wrong. To keep the compatibility, we added this shift in the tests
otb_add_test
(
NAME trTvRPCTransformTest_pl_hnord_geom COMMAND otbTransformTestDriver
otbRPCTransformTest
${
INPUTDATA
}
/pleiades/pleiades-1.geom
# Geom
...
...
@@ -110,6 +112,9 @@ otb_add_test(NAME trTvRPCTransformTest_pl_hnord_geom COMMAND otbTransformTestDri
0.5
# sampleOffset
)
#For issue 2293, we had to regenerate the baseline pleiades-1.gcp2 because there was a shift
#in the gcps that was fixed by the MR 918
#To regenerate the gcps, see the wiki on the gitlab
otb_add_test
(
NAME trTvRPCTransformTest_pl_hnord_product COMMAND otbTransformTestDriver
otbRPCTransformTest
LARGEINPUT{PLEIADES/TLSE_JP2_DIMAPv2_PRIMARY_PMS_lossless_12bits/IMGPHR_201222215194743808/IMG_PHR1A_PMS_201201151100183_SEN_IPU_20120222_0901-001_R1C1.JP2}
# Product
...
...
Modules/IO/IOGDAL/test/CMakeLists.txt
View file @
db748502
...
...
@@ -604,6 +604,8 @@ otb_add_test(NAME ioTvGDALRPCTransformerTest_worldview2
0.1
# ImgTol
)
#For issue 2293, we had to regenerate the baseline pleaides-1.geom because there was a shift
#in the geom generated with OTB 7.4, the baseline was wrong. To keep the compatibility, we added this shift in the tests
otb_add_test
(
NAME ioTvGDALRPCTransformerTest_pl_hnord_geom
COMMAND otbIOGDALTestDriver
otbGDALRPCTransformerTest2
...
...
@@ -615,6 +617,9 @@ otb_add_test(NAME ioTvGDALRPCTransformerTest_pl_hnord_geom
0.5
# sampleOffset
)
#For issue 2293, we had to regenerate the baseline pleiades-1.gcp2 because there was a shift
#in the gcps that was fixed by the MR 918
#To regenerate the gcps, see the wiki on the gitlab
otb_add_test
(
NAME ioTvGDALRPCTransformerTest_pl_hnord_product
COMMAND otbIOGDALTestDriver
otbGDALRPCTransformerTest2
...
...
Write
Preview
Supports
Markdown
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