Scroll to navigation

OSSIM-ORTHOIGEN(1) User Commands OSSIM-ORTHOIGEN(1)

NAME

ossim-orthoigen - ossim-orthoigen

DESCRIPTION

Usage:

ossim-orthoigen [options] "<input_image1>[|switches]" "[<input_image2>[|switches]" ...] <output_image>
ossim-orthoigen [options] <input_spec>.src <output_image>

Description: Creates a product image given an input specification as described below. There are two ways of specifying the input source list. Switches on explicit form are

<N>|<B1,B2,...>|<histo-op>|<ovr_path>.

The <histo-op> presently can be either "auto-minmax" or "std-stretch-N" where N=1, 2 or 3. The <input_spec>.src keyword list contains keyword entries in the form of

imageN.<keyword>: value

Supported keywords are "file", "entry", "rgb", "hist", "ovr", with values identical to those specified in the explicit switch form.

OPTIONS

annotation keyword list
Specify an external file that contains chain information
Specify the min and max allowed pixel values. All values outside of this get mapped to their corresponding clamp value.
Causes all pixel values between min and max (inclusive) to be mapped to the null pixel value. Min and max can be equal for mapping a single value. See also related option "--replacement-mode" for additional explanation.
When true, any requested cut rect is clipped by the valid image bounding rect to minimize null border pixels. If false, the output will correspond to the cut rect as close as possible given the product projection. This option overrides the ossim_preferences setting. If no cut options are supplied, this option is ignored.
Specify an external file that contains combiner information
Specify what mosaic to use, ossimImageMosiac or ossimFeatherMosaic or osimBlendMosaic ... etc
Specify the min easting, min northing, max easting, max northing
Specify the min lat and min lon and max lat and maxlon <minLat> <minLon> <maxLat> <maxLon>
Specify the center cut in lat lon space. Takes two argument <lat> <lon>
Specify cut box's width and height in pixels
Specify the cut distance in meters. A bounding box for the cut will be produced
Specifies an override for degrees per pixel. Takes either a single value applied equally to x and y directions, or two values applied correspondingly to x then y.
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
A filename can be separated by a | and a number (NO space). Example: a.toc|0 will do entry 0 of a.toc file and on unix you might want to use a \ since the separator is a pipe sign. Example: ./a.toc\|0 will do entry 0 of a.toc.
Defaults to a geographic image chain with GSD = to the input. Origin of latitude ison the equator.
Computes the mosaic center latitude for purpose of scaling in the longitude direction so that the pixels will appear nearly square in ground space at specified latitude. Implies a geographic projection.
Takes latitude as an argument for purpose of scaling in the longitude direction so that the pixels will appear nearly square in ground space at specified latitude. Implies a geographic projection.
uses the automatic search for the best min and max clip values. Incompatible with other histogram options.
Takes one image filename argument for target histogram to match. Incompatible with other histogram options.
Specify histogram stretch as a standard deviation from the mean as <int>, where <int> is 1, 2, or 3. Incompatible with other histogram options.
Specify in normalized percent the low clip and then the high clip value as <low.dd> <hi.dd>. Incompatible with other histogram options.
Makes the view equal to the input. If more than one file then the first is taken
Specify the ESRI shape file with polygons to clip the image
Specifies an override for the meters per pixel. Takes either a single value applied equally to x and y directions, or two values applied correspondingly to x then y.
Excludes the cache from the input image chain(s). Necessary as a workaround for inconsistent cache behavior for certain image types.
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.
Specifies the desired product's pixel radiometry type. Possible values are: U8, U11, U16, S16, F32. Note this overrides the deprecated option "scale-to-8-bit".
Passes a name=value pair to the reader(s) for setting it's property. Any number of these can appear on the line.
Specify how to treat multi-band imagery when providing clip-pixels and/or clamp-pixels settings. Possible values are: REPLACE_BAND_IF_TARGET | REPLACE_BAND_IF_PARTIAL_TARGET | REPLACE_ALL_BANDS_IF_ANY_TARGET | REPLACE_ONLY_FULL_TARGETS.
Specify what resampler to use, nearest neighbor, bilinear, cubic
Scales the output to unsigned eight bits per band. This option has been deprecated by the newer "--output-radiometry" option.
number of slave tile buffers for mpi processing (default = 2)
specify an output reference frame/projection. Example: --srs EPSG:4326
Output the image to standard out. This will return an error if writer does not support writing to standard out. Callers should combine this with the --ossim-logfile option to ensure output image stream does not get corrupted. You must still pass an output file so the writer type can be determined like "dummy.png".
Specify the supplementary directory path where overviews, histograms and external geometries are located
Indicates multi-threaded process using optionally-specified number of threads
Specify an external file that contains tiling information
Defaults to a utm image chain with GSD = to the input
Specify an external file that contains view information
specify an output reference frame/projection that is in a wkt format. Must have the ossimgdal_plugin compiled
Passes a name=value pair to the writer for setting it's property. Any number of these can appear on the line.
Specify an external file that contains tiling information
specify individual keywords to add to the preferences keyword list: name=value
specify a preference file to load
specify the classes to trace, ex: ossimInit|ossimImage.* will trace ossimInit and all ossimImage classes
Display this information
thumbnail size
Specifies the output writer. Default uses output file extension to determine writer.

Valid output writer types for "-w" or "--writer" option:

December 2015 ossim-orthoigen 1.8.20