1osiv_getvects(1)            General Commands Manual           osiv_getvects(1)
2
3
4

NAME

6       osiv_getvects - retrieves vectors from osiv data file
7

SYNOPSIS

9       osiv_getvects -f frame_num [-o output_file] [-p format] file
10

DESCRIPTION

12       osiv_getvects  is  a program for extracting the vectors from an
13       osiv data file.  If the file is "-", data  will  be  read  from
14       stdin.   However, since osiv_getvects requires random access to
15       the file this is rarely useful.  Similarly, if the output  file
16       is omitted or set to "-", data will be written to stdout.
17

OPTIONS

19       -f - frame number
20              Frame number, as specified in the original osiv call.
21
22       -o - output file
23              This  is  a  text  file whose format is specified by the
24              "-p" option.
25
26       -p - print format
27              osiv_getvects traverses through the window grid making a
28              call  to  printf()  for every vector.  The x position is
29              specified with `%x', the y position  with  `%y',  the  x
30              displacement  with  `%u',  and  the  y displacement with
31              `%v'.  The default is `%.0x, %.0y; %+.8u, %+.8v\n'.
32

SEE ALSO

34       osiv(1), osiv_getargs(1), osiv_getmap(1),
35       osiv_draw(1), osiv_mkwsd(1), readovd(1).
36

BUGS

38       Let me know, my email address is jamesas@uclink.berkeley.edu.
39
41       Copyright © 2002 James Strother.
42
43
44
45                                     local                    osiv_getvects(1)
Impressum