The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

decode($stream)

The constructor method

preamble

Get the Finnigan::CASInfoPreamble object

SEE ALSO

Finnigan::CASInfoPreamble

uf-casinfo

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.