1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4.
.TH OSSIM-ICP "1" "December 2015" "ossim-icp 1.8.20" "User Commands"
.SH NAME
ossim-icp \- ossim-icp
.SH SYNOPSIS
.B ossim-icp
[\fI\,options\/\fR] \fI\,<output_type> <input_file> <output_file>\/\fR
.SH DESCRIPTION
Description:
ossim\-icp copies any supported input image format to any supported output image format format
.SH OPTIONS
.TP
\fB\-\-disable\-elev\fR
Will disable the elevation
.TP
\fB\-\-disable\-notify\fR
Takes an argument. Arguments are ALL, WARN,
NOTICE, INFO, FATAL, DEBUG. If you want
multiple disables then just do multiple
\fB\-\-disable\-notify\fR on the command line. All
argument are case insensitive. Default is
all are enabled.
.TP
\fB\-\-disable\-plugin\fR
Will disable the plugin loader
.TP
\fB\-\-filter\-spec\fR <fname>
This is an external file spec that describes
a chain for filtering the input image.
.TP
\fB\-\-ossim\-logfile\fR
takes a logfile as an argument. All output
messages are redirected to the specified log
file. By default there is no log file and
all messages are enabled.
.TP
\fB\-\-pixel\-type\fR <type>
Valid values: area or point, this will
determine if the tie point is upper left
corner of the upper left pixel (area) or the
center of the upper left corner (point),
default=point. NOTE: This option will only
affect the tiff writer.
.TP
\fB\-\-reader\-prop\fR <string>
Adds a property to send to the reader. format
is name=value
.TP
\fB\-\-use\-mask\fR [<fname>]
Optionally specify name of mask file to use
for masking the input image. If no filename
given, then the default mask filename is
used.
.TP
\fB\-\-writer\-prop\fR <string>
Adds a property to send to the writer. format
is name=value
.TP
\fB\-K\fR
specify individual keywords to add to the
preferences keyword list: name=value
.TP
\fB\-L\fR or \fB\-\-end\-line\fR <n>
Which end line do you wish to copy from the
input. If none is given then max line is
used
.TP
\fB\-P\fR
specify a preference file to load
.TP
\fB\-T\fR
specify the classes to trace, ex:
ossimInit|ossimImage.*
will trace ossimInit and all ossimImage
classes
.TP
\fB\-a\fR or \fB\-\-use\-scalar\-remapper\fR
Uses scalar remapper, transforms to 8\-bit
.TP
\fB\-b\fR or \fB\-\-bands\fR <n,n...>
uses the specified bands: ex. "1, 2, 4" will
select bands 1 2 and 4 of the input image.
Note: it is 1 based
.TP
\fB\-c\fR or \fB\-\-compression\-type\fR <type>
Uses compression. Currently valid for only
tiff output \fB\-c\fR jpeg will use jpeg compression
.TP
\fB\-e\fR or \fB\-\-entry\fR <n>
For multi image handlers which entry do you
wish to extract
.TP
\fB\-g\fR
Convert to grey scale.
.TP
\fB\-h\fR or \fB\-\-help\fR
Display this information
.TP
\fB\-l\fR or \fB\-\-start\-line\fR <n>
Which start line do you wish to copy from the
input. If none is given then 0 is used
.TP
\fB\-o\fR or \fB\-\-create\-overview\fR
Creates and overview for the output image
.TP
\fB\-p\fR or \fB\-\-end\-sample\fR <n>
The end sample you wish to copy from the
input. If none is given then max sample is
used
.TP
\fB\-q\fR or \fB\-\-compression\-quality\fR <n>
Uses compression. Valid for jpeg type.
default is 75 where 100 is best and 1 is
worst
.TP
\fB\-r\fR or \fB\-\-res\-level\fR <n>
Which res level to extract from the input: ex
\fB\-r\fR 1 will get res level 1
.TP
\fB\-s\fR or \fB\-\-start\-sample\fR <n>
Which start sample do you wish to copy from
the input. If none is given then 0 is used
.TP
\fB\-t\fR or \fB\-\-create\-thumbnail\fR <n>
Takes an argument which is the maximum pixel
dimension desired.
.TP
\fB\-w\fR or \fB\-\-tile\-width\fR <n>
Defines the tile width for the handlers that
support tiled output
.PP
Valid output writer types:
.PP
tiff_strip
tiff_strip_band_separate
tiff_tiled
tiff_tiled_band_separate
jpeg
general_raster_bip
general_raster_bil
general_raster_bsq
general_raster_bip_envi
general_raster_bil_envi
general_raster_bsq_envi
nitf_block_band_separate
nitf_block_band_sequential
nitf20_block_band_separate
nitf20_block_band_sequential
ossim_pdf
.SH "SEE ALSO"
The full documentation for
.B ossim-icp
is maintained as a Texinfo manual. If the
.B info
and
.B ossim-icp
programs are properly installed at your site, the command
.IP
.B info ossim-icp
.PP
should give you access to the complete manual.
|