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
17da427f
Commit
17da427f
authored
8 years ago
by
Marina Bertolino
Browse files
Options
Downloads
Patches
Plain Diff
DOC: update extended bands option for ImageWriter
parent
15e254a3
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
Documentation/SoftwareGuide/Latex/ReadWrite.tex
+20
-0
20 additions, 0 deletions
Documentation/SoftwareGuide/Latex/ReadWrite.tex
with
20 additions
and
0 deletions
Documentation/SoftwareGuide/Latex/ReadWrite.tex
+
20
−
0
View file @
17da427f
...
...
@@ -369,6 +369,26 @@ IMPORTANT: Note that you'll probably need to "quote" the filename.
itk::Size classes. The origin of the region within the image with which it
is associated is defined by Index
\end{itemize}
\item
\begin{verbatim}
&
bands=r1,r2,...,rn
\end{verbatim}
\begin{itemize}
\item
Select a subset of bands from the output image
\item
The syntax is inspired by Python indexing syntax with
bands=r1,r2,r3,...,rn where each ri is a band range that can be :
\begin{itemize}
\item
a single index (1-based) :
\begin{itemize}
\item
$
'
2
'
$
means 2nd band
\item
$
'
-
1
'
$
means last band
\end{itemize}
\item
or a range of bands :
\begin{itemize}
\item
$
'
3
:'
$
means 3rd band until the last one
\item
$
':
-
2
'
$
means the first bands until the second to last
\item
$
'
2
:
4
'
$
means bands 2,3 and 4
\end{itemize}
\end{itemize}
\item
empty by default (all bands are write from the output image)
\end{itemize}
\end{itemize}
...
...
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