Scroll to navigation

OSSIM-ICP(1) User Commands OSSIM-ICP(1)

NAME

ossim-icp - ossim-icp

SYNOPSIS

ossim-icp [options] <output_type> <input_file> <output_file>

DESCRIPTION

Description: ossim-icp copies any supported input image format to any supported output image format format

OPTIONS

Will disable the elevation
Takes an argument. Arguments are ALL, WARN, NOTICE, INFO, FATAL, DEBUG. If you want multiple disables then just do multiple --disable-notify on the command line. All argument are case insensitive. Default is all are enabled.
Will disable the plugin loader
This is an external file spec that describes a chain for filtering the input image.
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.
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.
Adds a property to send to the reader. format is name=value
Optionally specify name of mask file to use for masking the input image. If no filename given, then the default mask filename is used.
Adds a property to send to the writer. format is name=value
specify individual keywords to add to the preferences keyword list: name=value
Which end line do you wish to copy from the input. If none is given then max line is used
specify a preference file to load
specify the classes to trace, ex: ossimInit|ossimImage.* will trace ossimInit and all ossimImage classes
Uses scalar remapper, transforms to 8-bit
uses the specified bands: ex. "1, 2, 4" will select bands 1 2 and 4 of the input image. Note: it is 1 based
Uses compression. Currently valid for only tiff output -c jpeg will use jpeg compression
For multi image handlers which entry do you wish to extract
Convert to grey scale.
Display this information
Which start line do you wish to copy from the input. If none is given then 0 is used
Creates and overview for the output image
The end sample you wish to copy from the input. If none is given then max sample is used
Uses compression. Valid for jpeg type. default is 75 where 100 is best and 1 is worst
Which res level to extract from the input: ex -r 1 will get res level 1
Which start sample do you wish to copy from the input. If none is given then 0 is used
Takes an argument which is the maximum pixel dimension desired.
Defines the tile width for the handlers that support tiled output

Valid output writer types:

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

SEE ALSO

The full documentation for ossim-icp is maintained as a Texinfo manual. If the info and ossim-icp programs are properly installed at your site, the command

info ossim-icp

should give you access to the complete manual.

December 2015 ossim-icp 1.8.20