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

NAME

uf-rfi - decode the RawFileInfo structure in a Finnigan raw file

SYNOPSIS

uf-rfi [options] file

 Options:
   --help            brief help message
   --man             full documentation
   --html            request html formatting of the dump
   --wiki            format as a wiki table
   --size            tell object size
   --preamble        dump the content of RawFileInfoPreamble instead of RawFileInfo 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 structure size in bytes.

--preamble

Dump the contents of RawFileInfoPreamble, instead of the parent object.

--relative

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

DESCRIPTION

uf-rfi displays the contents of the RawFileInfo structure, or its component RawFileInfoPreamble.

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

By default, it prints a summary of the object's data on a single line.

SEE ALSO

Finnigan::RawFileInfo

Finnigan::RawFileInfoPreamble

Finnigan::Runheader

EXAMPLES

Display a single line with file creation date, followed by the data and RunHeader addresses:
  uf-rfi sample.raw
Dump the entire RawFileInfo structure with absolute addresses:
  uf-rfi -d sample.raw
Dump the RawFileInfoPreamble structure with relative addresses:
  uf-rfi -dpr sample.raw