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
|
.\" Man page generated from reStructuredText
.\" by the Docutils 0.22.4 manpage writer.
.
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "DIFFPOS" "1" "Mar 04, 2026" "" "Survex"
.SH NAME
diffpos \- compare two processed data files
.SH SYNOPSIS
.INDENT 0.0
.INDENT 3.5
\fBdiffpos\fP \fIFILE1\fP \fIFILE2\fP [\fITHRESHOLD\fP]
.UNINDENT
.UNINDENT
.SH DESCRIPTION
.sp
Diffpos reports stations which are in one file but not the other, and
also stations which have moved by more than a specified threshold
distance in X, Y, or Z. \fITHRESHOLD\fP is a distance in metres and
defaults to 0.01m if not specified.
.sp
Note that the input files can be any format the \(dqimg\(dq library can read (and
can be different formats), so it works with Survex \fB\&.3d\fP and \fB\&.pos\fP files,
Compass \fB\&.plt\fP and \fB\&.plf\fP files, CMAP \fB\&.sht\fP, \fB\&.adj\fP and \fB\&.una\fP
files.
.SH OPTIONS
.INDENT 0.0
.TP
.B \fB\-\-help\fP
display short help and exit
.TP
.B \fB\-\-version\fP
output version information and exit
.UNINDENT
.SH SEE ALSO
.sp
\fBaven\fP(1), \fBcavern\fP(1), \fBdump3d\fP(1), \fBextend\fP(1), \fBsorterr\fP(1), \fBsurvexport\fP(1)
.SH Copyright
1998-2025
.\" End of generated man page.
|