Skip to content
GitLab
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
f7ad40f7
Commit
f7ad40f7
authored
Oct 05, 2022
by
Rémi Cresson
Browse files
FIX: wrong extended filename pattern
parent
b356d8f9
Pipeline
#11689
passed with stages
in 111 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Modules/Applications/AppSARCalibration/test/CMakeLists.txt
View file @
f7ad40f7
...
...
@@ -53,7 +53,7 @@ if(OTB_DATA_USE_LARGEINPUT)
otb_test_application
(
NAME apTvRaSARCalibration_SENTINEL1_PRODUCT_INPUT
APP SARCalibration
OPTIONS -in LARGEINPUT{SENTINEL1/S1A_S6_SLC__1SSV_20150619T195043/measurement/s1a-s6-slc-vv-20150619t195043-20150619t195101-006447-00887d-001.tiff}
-out
"
${
TEMP
}
/apTvRaSarRadiometricCalibration_SENTINEL1_PRODUCT_INPUT.tif?box=1200:1100:256:256"
-out
"
${
TEMP
}
/apTvRaSarRadiometricCalibration_SENTINEL1_PRODUCT_INPUT.tif?
&
box=1200:1100:256:256"
VALID --compare-image
${
NOTOL
}
${
BASELINE
}
/raTvSarRadiometricCalibration_SENTINEL1_PRODUCT_INPUT.tif
${
TEMP
}
/apTvRaSarRadiometricCalibration_SENTINEL1_PRODUCT_INPUT.tif
)
...
...
Modules/Core/ImageBase/test/CMakeLists.txt
View file @
f7ad40f7
...
...
@@ -406,7 +406,7 @@ if(OTB_DATA_USE_LARGEINPUT)
--compare-image
${
EPSILON_9
}
${
BASELINE
}
/ioTvJP22TIF_Extract_
${
current_type
}
_res5.tif
${
TEMP
}
/ioTvJP22TIF_Extract_
${
current_type
}
_res5_OUT.tif
otbMultiChannelExtractROI
-ushort
${
current_file
}
?resol=5
-ushort
${
current_file
}
?
&
resol=5
-ushort
${
TEMP
}
/ioTvJP22TIF_Extract_
${
current_type
}
_res5_OUT.tif?&box=0:0:128:128
-channels 1
-time
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment