tomwalters@0
|
1 .TH X11PLAY 1 "1 September 1993"
|
tomwalters@0
|
2
|
tomwalters@0
|
3 .SH NAME
|
tomwalters@0
|
4 x11play \- animated plot of sets of n points, read as binary shorts.
|
tomwalters@0
|
5
|
tomwalters@0
|
6 .SH SYNTAX
|
tomwalters@0
|
7 a) x11play [options] filename
|
tomwalters@0
|
8
|
tomwalters@0
|
9 b) cat filename | x11play [options]
|
tomwalters@0
|
10
|
tomwalters@0
|
11 where filename is an input stream of 16-bit binary numbers (shorts)
|
tomwalters@0
|
12
|
tomwalters@0
|
13 .SH DESCRIPTION
|
tomwalters@0
|
14
|
tomwalters@0
|
15 Animate successive plots of n points, read as binary shorts.
|
tomwalters@0
|
16
|
tomwalters@0
|
17 Quit program with left mouse button.
|
tomwalters@0
|
18
|
tomwalters@0
|
19 With the -S flag (ie step-mode), single-step through frames using the mouse
|
tomwalters@0
|
20 as follows:
|
tomwalters@0
|
21
|
tomwalters@0
|
22 .nf
|
tomwalters@0
|
23 left - quit
|
tomwalters@0
|
24 centre - freeze animation (successive centre
|
tomwalters@0
|
25 buttons give single successive frames).
|
tomwalters@0
|
26 right - continue animation
|
tomwalters@0
|
27 .fi
|
tomwalters@0
|
28 (animation is slower in step-mode because XSynchronise has to be on).
|
tomwalters@0
|
29
|
tomwalters@0
|
30 .SH EXAMPLES
|
tomwalters@0
|
31
|
tomwalters@0
|
32 1. To animate successive fft spectra
|
tomwalters@0
|
33
|
tomwalters@0
|
34 fft samp=10kHz width=12.8ms frstep=2p file | x11play -n64
|
tomwalters@0
|
35
|
tomwalters@0
|
36 .SH "SEE ALSO"
|
tomwalters@0
|
37 .LP
|
tomwalters@0
|
38 x11plot x11gram x11fonts
|
tomwalters@0
|
39 .SH COPYRIGHT
|
tomwalters@0
|
40 .LP
|
tomwalters@0
|
41 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
|
tomwalters@0
|
42 .LP
|
tomwalters@0
|
43 Permission to use, copy, modify, and distribute this software without fee
|
tomwalters@0
|
44 is hereby granted for research purposes, provided that this copyright
|
tomwalters@0
|
45 notice appears in all copies and in all supporting documentation, and that
|
tomwalters@0
|
46 the software is not redistributed for any fee (except for a nominal
|
tomwalters@0
|
47 shipping charge). Anyone wanting to incorporate all or part of this
|
tomwalters@0
|
48 software in a commercial product must obtain a license from the Medical
|
tomwalters@0
|
49 Research Council.
|
tomwalters@0
|
50 .LP
|
tomwalters@0
|
51 The MRC makes no representations about the suitability of this
|
tomwalters@0
|
52 software for any purpose. It is provided "as is" without express or
|
tomwalters@0
|
53 implied warranty.
|
tomwalters@0
|
54 .LP
|
tomwalters@0
|
55 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
|
tomwalters@0
|
56 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
tomwalters@0
|
57 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
|
tomwalters@0
|
58 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
tomwalters@0
|
59 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
tomwalters@0
|
60 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
tomwalters@0
|
61 SOFTWARE.
|
tomwalters@0
|
62
|