.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. .TH OSSIM-PIXELFLIP "1" "December 2015" "ossim-pixelflip 1.8.20" "User Commands" .SH NAME ossim-pixelflip \- ossim-pixelflip .SH SYNOPSIS .B ossim-pixelflip [\fI\,options\/\fR] \fI\, \/\fR .SH DESCRIPTION Description: ossim\-pixelflip flips any null pixels to a valid pixel .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\-\-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\-K\fR specify individual keywords to add to the preferences keyword list: name=value .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\-c\fR or \fB\-\-clamp\-value\fR clamp values (any pixel with value larger than input will be clamped to input) .TP \fB\-h\fR or \fB\-\-help\fR Display this information .TP \fB\-m\fR Replacement mode (see notes below) .TP \fB\-o\fR or \fB\-\-create\-overview\fR Creates and overview for the output image .TP \fB\-w\fR output tile width(only valid with tiled output types). Must be a multiply of 16 .PP NOTES: \fB\-m\fR Replacement mode option explanation: .IP Valid modes (default=replace_all_targets) : .IP replace_partial_targets replace_partial_targets_all_bands replace_full_targets replace_all_targets (default=all) .PP If mode is "replace_all_targets" (default): Any pixel with dn of target will be replaced. .PP If mode is "replace_partial_targets": Target will be replaced only at least one subpixel(band) does not have the target. .PP If mode is "replace_partial_targets_all_bands": Target will be replaced only at least one subpixel(band) does not have the target. All bands will be replaced. This is a good Landsat7 edge fixer... .PP If mode is "replace_full_targets": Target will be replaced only if all subpixels(bands) have the target. .IP Example: target = 0 replacement = 1 Pixel at (0, 0) r=0, g=0, b=0 Pixel at (0, 1) r=0, g=30, b=21 .IP Mode is "replace_all_targets": Pixel at (0, 0) becomes r=1, g=1, b=1 Pixel at (0, 1) becomes r=1, g=30, b=21 .IP Mode is "replace_partial_targets": Pixel at (0, 0) remains r=0, g=0, b=0 Pixel at (0, 1) becomes r=1, g=30, b=21 .IP Mode is "replace_partial_targets_all_bands": Pixel at (0, 0) remains r=0, g=0, b=0 Pixel at (0, 1) becomes r=1, g=1, b=1 .IP Mode is "replace_full_targets": Pixel at (0, 0) becomes r=1, g=1, b=1 Pixel at (0, 1) remains r=0, g=30, b=21 .PP 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 .SH "SEE ALSO" The full documentation for .B ossim-pixelflip is maintained as a Texinfo manual. If the .B info and .B ossim-pixelflip programs are properly installed at your site, the command .IP .B info ossim-pixelflip .PP should give you access to the complete manual.