comparison man/man1/hdr.1 @ 0:5242703e91d3 tip

Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author tomwalters
date Fri, 20 May 2011 15:19:45 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:5242703e91d3
1 .TH HDR 1 "1 September 1993"
2
3 .SH NAME
4 hdr \- Operations on AIM header.
5
6 .SH SYNTAX
7 hdr [options] [file]
8
9 .SH DESCRIPTION
10 Read an AIM output file. If no filename is given then input is expected
11 on the stdin. The input from AIM is expected to consist of an AIM header
12 followed by some data.
13 The header operations are: stripping, querying, or modifying.
14
15 .SH OPTIONS
16 Options take the form: <name>=<value>
17 and abbreviated option names are recognised provided they are unambiguous
18 wrt other names in the input header.
19
20 .nf
21
22 1. Stripping. If no options are given, then strip the header
23 and write the data which follows the header on the stdout.
24 Eg:
25 gensai output=stdout ... | hdr | ...
26
27 2. Querying. An empty value field (ie. <name>=) is interpreted
28 as a query, and the corresponding option value found in the
29 header is printed on the stderr.
30 Eg., to query the value of option pwidth_aid:
31
32 hdr pwid= file
33
34 Special option names are:
35
36 "all" causes all option values to be printed.
37 "format" causes the format of the AIM output file to be printed.
38
39 3. Modifying. Each option of the form <name>=<value> is
40 substituted for the corresponding option found in the input
41 header. A new header is constructed using the input header
42 and all given substitutions, and the new header is written
43 on the stdout, followed by the data which follows the input
44 header.
45 Eg., to change the value of pwidth_aid to 32ms:
46
47 hdr pwid=32ms file > file2
48
49 .fi
50
51 .SH "SEE ALSO"
52 edframe, fbank
53
54 .SH COPYRIGHT
55 .LP
56 Copyright (c) Applied Psychology Unit, Medical Research Council, 1995
57 .LP
58 Permission to use, copy, modify, and distribute this software without fee
59 is hereby granted for research purposes, provided that this copyright
60 notice appears in all copies and in all supporting documentation, and that
61 the software is not redistributed for any fee (except for a nominal
62 shipping charge). Anyone wanting to incorporate all or part of this
63 software in a commercial product must obtain a license from the Medical
64 Research Council.
65 .LP
66 The MRC makes no representations about the suitability of this
67 software for any purpose. It is provided "as is" without express or
68 implied warranty.
69 .LP
70 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
71 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
72 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
73 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
74 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
75 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
76 SOFTWARE.
77