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
Container Registry
Model registry
Operate
Environments
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
Main Repositories
otb
Merge requests
!346
Fix cookbuild build for SARConcatenateBursts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix cookbuild build for SARConcatenateBursts
fix_sarconcatenatedursts_cookbook
into
develop
Overview
5
Commits
2
Pipelines
0
Changes
1
Merged
Victor Poughon
requested to merge
fix_sarconcatenatedursts_cookbook
into
develop
5 years ago
Overview
5
Commits
2
Pipelines
0
Changes
1
Expand
Fix failing cookbook build after
!315 (merged)
2
0
Merge request reports
Compare
develop
version 1
eb8be848
5 years ago
develop (base)
and
latest version
latest version
fd09416e
2 commits,
5 years ago
version 1
eb8be848
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Modules/Applications/AppSARCalibration/app/otbSARConcatenateBursts.cxx
+
1
−
1
Options
@@ -82,7 +82,7 @@ private:
AddRAMParameter
();
// Doc example parameter settings
SetDocExampleParameterValue
(
"in"
,
"s1_iw_slc.tif"
);
SetDocExampleParameterValue
(
"in
sar
"
,
"s1_iw_slc.tif"
);
SetDocExampleParameterValue
(
"il"
,
"Burst0.png Burst1.png"
);
SetDocExampleParameterValue
(
"out"
,
"otbConcatenateBursts.tif"
);
Loading