-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathshow_pfd.1
75 lines (70 loc) · 2.19 KB
/
show_pfd.1
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.\" clig manual page template
.\" (C) 1995-2001 Harald Kirsch ([email protected])
.\"
.\" This file was generated by
.\" clig -- command line interface generator
.\"
.\"
.\" Clig will always edit the lines between pairs of `cligPart ...',
.\" but will not complain, if a pair is missing. So, if you want to
.\" make up a certain part of the manual page by hand rather than have
.\" it edited by clig, remove the respective pair of cligPart-lines.
.\"
.\" cligPart TITLE
.TH "show_pfd" 1 "19Aug13" "Clig-manuals" "Programmer's Manual"
.\" cligPart TITLE end
.\" cligPart NAME
.SH NAME
show_pfd \- Displays or regenerates the Postscript for a 'pfd' file created by prepfold.
.\" cligPart NAME end
.\" cligPart SYNOPSIS
.SH SYNOPSIS
.B show_pfd
[-noxwin]
[-scaleparts]
[-allgrey]
[-justprofs]
[-portrait]
[-events]
[-infoonly]
[-killsubs killsubsstr]
[-killparts killpartsstr]
infile ...
.\" cligPart SYNOPSIS end
.\" cligPart OPTIONS
.SH OPTIONS
.IP -noxwin
Do not show the result plots on-screen, only make postscript files.
.IP -scaleparts
Scale the part profiles independently.
.IP -allgrey
Make all the images greyscale instead of color.
.IP -justprofs
Only output the profile portions of the plot.
.IP -portrait
Orient the output in portrait mode (for -justprofs).
.IP -events
The folded data were events instead of samples or bins.
.IP -infoonly
Display the pfd info and exit without generating plots..
.IP -killsubs
Comma separated string (no spaces!) of subbands to explicitly remove from analysis (i.e. zero out). Ranges are specified by min:max[:step],
.br
1 String value
.IP -killparts
Comma separated string (no spaces!) of intervals to explicitly remove from analysis (i.e. zero-out). Ranges are specified by min:max[:step],
.br
1 String value
.IP infile
The input 'pfd' file name..
.\" cligPart OPTIONS end
.\" cligPart DESCRIPTION
.SH DESCRIPTION
This manual page was generated automagically by clig, the
Command Line Interface Generator. Actually the programmer
using clig was supposed to edit this part of the manual
page after
generating it with clig, but obviously (s)he didn't.
Sadly enough clig does not yet have the power to pick a good
program description out of blue air ;-(
.\" cligPart DESCRIPTION end