File: ossim-senint.1

package info (click to toggle)
ossim 2.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 29,740 kB
  • sloc: cpp: 383,170; ansic: 15,201; sh: 2,311; lex: 183; xml: 141; sql: 78; makefile: 77; csh: 6
file content (117 lines) | stat: -rw-r--r-- 2,882 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
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
.TH OSSIM-SENINT "1" "December 2015" "ossim-senint 1.8.20" "User Commands"
.SH NAME
ossim-senint \- ossim-senint
.SH SYNOPSIS
.B ossim-senint-pt
\fI\,processing type -i1 input geometry file\/\fR
.SH DESCRIPTION
.IP
senint Geopositioning Report
.PP
.IP
2015\-12\-30 18:07:56
.PP
Description:
ossim\-senint Performs single/multi\-image intersection
.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\-h\fR
Display this information
.TP
\fB\-i1\fR
REQUIRED: input geometry file for image 1
.TP
\fB\-i2\fR
OPTIONAL: input geometry file for image 2
.TP
\fB\-losoverride\fR
OPTIONAL: filename of LOS parameters
.TP
\fB\-plevel\fR
OPTIONAL: probability level (0\-3)
.TP
\fB\-pt\fR
OPTIONAL: processing type (std or rpc)
.TP
\fB\-surf\fR
OPTIONAL: filename of surface parameters
.IP
example:
.IP
senint \fB\-pt\fR rpc \fB\-i1\fR image1.geom [\-i2 image2.geom] [\-surf surf.dat]
.IP
For pt=std, performs multi & single\-image intersections
for all image points found in image1.men/image2.men files.
Second image argument is optional.  Defaults to pt=std.
.IP
For pt=rpc, exercises optional positionQualityEvaluator
constructors/extractors.  Only valid for RPC models.
.IP
The \fB\-surf\fR option allows setting of DEM/slope accuracy and
orientation.  The file format is:
.TP
CE90 LE90
[DEM CE/LE]
.TP
x
y    z [surface normal unit vector]
.IP
varx vary varz [diagonal elements of covariance matrix]
.IP
The \fB\-losoverride\fR option allows setting of LOS direction
and accuracy.  The file format is:
.TP
elev azim
[target elevation, azimuth]
.TP
bias rand
[LOS 1\-sigma bias, random components]
.IP
The \fB\-plevel\fR option allows setting of probability level
for output CE/LE and ellipse.  Choices are:
.IP
0 \- 1\-sigma
1 \- .5P
2 \- .9P    Default
3 \- .95P
.SH "SEE ALSO"
The full documentation for
.B ossim-senint
is maintained as a Texinfo manual.  If the
.B info
and
.B ossim-senint
programs are properly installed at your site, the command
.IP
.B info ossim-senint
.PP
should give you access to the complete manual.