tomwalters@0
|
1 .TH FTOA 1 "7 September 1993"
|
tomwalters@0
|
2
|
tomwalters@0
|
3 .SH NAME
|
tomwalters@0
|
4
|
tomwalters@0
|
5 ftoa \- Frames to ASCII triples (x,y,z).
|
tomwalters@0
|
6
|
tomwalters@0
|
7 .SH SYNTAX
|
tomwalters@0
|
8
|
tomwalters@0
|
9 Usage ftoa [arguments] [file]
|
tomwalters@0
|
10
|
tomwalters@0
|
11 .SH DESCRIPTION
|
tomwalters@0
|
12
|
tomwalters@0
|
13 Convert AIM binary output to ASCII. Either column-wise (format=nap) or row-wise
|
tomwalters@0
|
14 (format=sai) format is understood.
|
tomwalters@0
|
15 Each data point is output as a triple: (x,y,z)
|
tomwalters@0
|
16 where (x,y) specify the coordinate in terms of a pointwise coordinate
|
tomwalters@0
|
17 system with the origin (0,0) in the bottom-left of the display.
|
tomwalters@0
|
18 The output is in space-separated ASCII numbers with one triple per line.
|
tomwalters@0
|
19
|
tomwalters@0
|
20 .SH COPYRIGHT
|
tomwalters@0
|
21 .LP
|
tomwalters@0
|
22 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
|
tomwalters@0
|
23 .LP
|
tomwalters@0
|
24 Permission to use, copy, modify, and distribute this software without fee
|
tomwalters@0
|
25 is hereby granted for research purposes, provided that this copyright
|
tomwalters@0
|
26 notice appears in all copies and in all supporting documentation, and that
|
tomwalters@0
|
27 the software is not redistributed for any fee (except for a nominal
|
tomwalters@0
|
28 shipping charge). Anyone wanting to incorporate all or part of this
|
tomwalters@0
|
29 software in a commercial product must obtain a license from the Medical
|
tomwalters@0
|
30 Research Council.
|
tomwalters@0
|
31 .LP
|
tomwalters@0
|
32 The MRC makes no representations about the suitability of this
|
tomwalters@0
|
33 software for any purpose. It is provided "as is" without express or
|
tomwalters@0
|
34 implied warranty.
|
tomwalters@0
|
35 .LP
|
tomwalters@0
|
36 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
|
tomwalters@0
|
37 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
tomwalters@0
|
38 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
|
tomwalters@0
|
39 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
tomwalters@0
|
40 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
tomwalters@0
|
41 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
tomwalters@0
|
42 SOFTWARE.
|
tomwalters@0
|
43
|