NAME

uf-tune - list or dump the instrument settings and calibration data from a Finnigan raw file

SYNOPSIS

uf-tune [options] file

Options:

 -header              extract the tune header (record structure)
 -d[ump]              dump the requested feature showing file seek addresses
 -a[ll]               detailed dump of all field descriptors [requires: -d]
 -s[ize]              print object size [requires: -d]
 -h[tml]              format as html
 -w[iki]              format as a wiki table
 -r[elative]          show relative addersess in the dump [requires: -d]
 <file>               input file [required]

OPTIONS

-help

Print a brief help message and exit.

-d[ump]

Prints a table listing all fields in the requested object (a tune file or its header), with their seek addresses, sizes, names and values. Individual entries can be selected with the -n[umber] option.

-h[tml]

Format the dump output as an html table. When multiple entries are specified, each will be rendered in its own table

-w[iki]

Format the dump output as a wiki table.

-s[ize]

Show structure size in bytes (works with the -d[ump] option).

-r[elative]

Show relative addresses of all elements in the dump. The default is to show the absolute seek address. (works with the -d[ump] option)

-a[ll]

Dump all GenericDataDescriptor entries in the file header (requires -header)

DESCRIPTION

uf-tune can be used to examine the embedded tune file, either by listing its entries (which were intended for human consumption), or by dumping the details of its encoding.

SEE ALSO

Finnigan::ScanParameters uf-params

EXAMPLES

uf-tune sample.raw

(lists all tune file entries in the tabular form: <label, value>)

uf-tune -dswr sample.raw (dumps the tune file contents in wiki format with total size and relative addresses)

uf-tune -header sample.raw

(prints the contents of the tune file header in the tabular form: <type, length, label>)

uf-tune -header -dw sample.raw

(dumps the header in the compact wiki format, with a stringified
GenericDataDescriptor list)

uf-tune -header -daw sample.raw

(dumps the header in the extended wiki format, showing the
location of echa GenericDataDescriptor's element)