File: ossim-pixelflip.1

package info (click to toggle)
ossim 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 29,924 kB
  • sloc: cpp: 380,481; ansic: 15,191; sh: 1,953; lex: 183; xml: 141; sql: 78; makefile: 78; csh: 6
file content (135 lines) | stat: -rw-r--r-- 3,716 bytes parent folder | download | duplicates (3)
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
.\" 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\,<output_type> <input_file> <output_file> <target_value> <replacement_value>\/\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.