NAME
Finnigan::CASInfo -- a decoder for autosampler data
SYNOPSIS
use Finnigan;
my $cas_info = Finnigan::CASInfo->decode(\*INPUT);
$cas_info->dump;
DESCRIPTION
CASInfo is a structure with uncertain purpose that contains a binary preamble with autosampler co-ordinates (CASInfoPreamble), followed by a text string. The text string is apparently a comment; in one instance where it was non-null, it contained this text: 384 Well Plate
.
METHODS
SEE ALSO
Finnigan::CASInfoPreamble
AUTHOR
Gene Selkov, <selkovjr@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Gene Selkov
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.