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

NAME

uf-casinfo - decode the CASInfo structure in a Finnigan raw file

SYNOPSIS

uf-casinfo [options] file

 Options:
   --help            brief help message
   --man             full documentation
   --html            format as HTML
   --wiki            format as a wiki table
   --size            tell object size
   --preamble        dump the content of CASInfoPreamble instead of CASInfo 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 fields in the structure with their seek addresses, sizes, names and values.

--html

Dump as html table.

--wiki

Dump as a wiki table.

--size

Show structure size in bytes.

--preamble

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

--relative

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

DESCRIPTION

uf-casinfo dumps the CASInfo structure, or its component CASInfoPreamble.

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

By default, it dumps the object in a tabular format.

SEE ALSO

Finnigan::CASInfo

EXAMPLES

Show the location and size of the preamble and the text following it, with absolute addresses:
  uf-casinfo sample.raw
Dump the contents of the preamble with relative addresses:
  uf-casinfo --preamble --relative sample.raw