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
|
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH 3DEPICT "1" "July 24, 2011"
.\" Please adjust this date whenever revising the manpage.
.SH NAME
3Depict \- 3D scalar point cloud visualization and analysis
.SH SYNOPSIS
.B 3depict
.RI <file1> <file2> ...
.br
.SH DESCRIPTION
This manual page documents briefly the
.B 3Depict command
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fB3depict\fP is a program that allows for visualisation and analysis of point datasets with associated spectral data.
.PP
Note that the program is a best-effort system. It is by no means guaranteed that the algorithms in this program are free form errors in implementation, or follow conventions for any specific user-application.
.SH OPTIONS
This program has no command line options, other than a sequence of data or XML files to open, the XML files being containing a previous program state (this may be generated from within the program's graphical interface). Currently the program can read "POS" (position) formatted files, which are simply uncompressed sequences of 4-byte floats (IEEE 597) in (x,y,z,value) form. All other work is done through the graphical interface.
.PP
As a further note, the XML file format has not been stabilised for the 0.0.x series; and may change between revisions
.SH AUTHOR
3Depict was written by D. Haley in 2012
.SH HOMEPAGE
3Depict Project Home : http://threedepict.sourceforge.net
.PP
This manual page was written by D Haley <mycae@yahoo.com>,
for the Debian project (and may be used by others).
|