forked from scottransom/psrfits2psrfits
-
Notifications
You must be signed in to change notification settings - Fork 1
/
psrfits2psrfits.1
63 lines (58 loc) · 1.57 KB
/
psrfits2psrfits.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
.\" clig manual page template
.\" (C) 1995-2004 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 "psrfits2psrfits" 1 "31May10" "Clig-manuals" "Programmer's Manual"
.\" cligPart TITLE end
.\" cligPart NAME
.SH NAME
psrfits2psrfits \- Converts 16-bit PSRFITS search-mode data to 8 or 4-bit PSRFITS
.\" cligPart NAME end
.\" cligPart SYNOPSIS
.SH SYNOPSIS
.B psrfits2psrfits
[-b numbits]
-o outfile
[-g numgb]
infiles ...
.\" cligPart SYNOPSIS end
.\" cligPart OPTIONS
.SH OPTIONS
.IP -b
The number of bits in each output sample (4 or 8),
.br
1 Int value between 4 and 8.
.br
Default: `8'
.IP -o
Base name of the output psrfits file,
.br
1 String value
.IP -g
The output file size in GB,
.br
1 Float value between 0.1 and 100.0.
.br
Default: `10.0'
.IP infiles
Input PSRFITS file names (in time order).
.\" 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