The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

uf-header - decode the file header in a Finnigan raw file

SYNOPSIS

uf-header [options] file

 Options:
   --help            brief help message
   --man             full documentation
   --dump            dump all header fields as a table
   --html            request html formatting of the dump
   --wiki            dump as a wiki table
   --size            tell header size
   --atag            dump the content of AuditTags instead of the header itself
   --relative        show relative addresses

OPTIONS

--help

Print a brief help message and exit.

--man

Print the manual page and exit.

--dump

Prints the table listing all header fields with their seek addresses, sizes, acess keys and values.

--html

Dump as html table

--wiki

Dump as a wiki table

--size

Show header size in bytes.

--atag

Dump the contents of the first AuditTag object, rather than the header itself.

--relative

Show relative addresses of all itmes. The default is to show the absolute seek address.

DESCRIPTION

uf-header will read the given input file and display the contents of its header or the AuditTag structures embedded into it.

It will return an error message if the file is not a Finnigan raw file.

By default, it prints a few header items (version number and parts of its AuditTag) on a single line.

SEE ALSO

Finnigan::FileHeader

Finnigan::AuditTag

EXAMPLES

Prints the file version and creation date:
  uf-header sample.raw
Dump all header fields:
  uf-header -d sample.raw
Dump the contens of the first AuditTag:
  uf-header -d --atag sample.raw