gbt2class [OPTIONS] PROJECT_DIR [OUTPUT_FILE]
gbt2class will reduce a GBT observation indicated by PROJECT_DIR into a
single CLASS binary file whose name is specified by OUTPUT_FILE.
If OUTPUT_FILE is not given, the project name is used for this purpose.
PROJECT_DIR must be a complete path to a GBT observation directory.
OUTPUT FILES
A single CLASS binary file is generated. Do not include extension name.
The default extension '.bur' is added automatically.
OPTIONS
-mode=MODE
The MODE can be only one of the following:
avg - Each row is from one sampler, and is the spectrum of the
entire scan, averaged over all calibrated integrations
from that scan.
cal - Each row is from one sampler, and is the spectrum of a
calibrated integration.
raw - Each row is from one sampler, and is the spectrum of the
raw data of a single phase.
If -mode is not given, cal mode is assumed.
-quiet
All non-error related messages are suppressed.
-scans=SCAN_NUMBER_LIST
This option can be used to specify which scans to target. If not
given, all scans are targeted. This list is a comma-separated
sequence of items, with no spaces. An item can be a single integer,
or a range specification.
A range specification can have one of three forms:
a:b Scan numbers a through b, inclusive.
a: Scan numbers no less than a.
:b Scan numbers no greater than b.
Scans are processed in user-listed order (per backend). Example scan
lists are:
-scans=1,4,5:18
-scans=2,18:40,5
-scans=:24
-scans=1,2,18:
-frequencies
gbt2class prompts user for rest frequency at the start of each IF path.
|