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

NAME

Finnigan::FractionCollector -- a decoder for FractionCollector, a mass range object in ScanEvent

SYNOPSIS

  use Finnigan;
  my $f = Finnigan::FractionCollector->decode(\*INPUT);
  say "$f";

DESCRIPTION

This object is just a container for a pair of double-precision floating point numbers that define the M/z range of ions collected during a scan.

METHODS

decode($stream)

The constructor method

low

Get the low M/z

high

Get the high M/z

stringify

Make a string representation of the object: [low-high], as in Thermo's "filter line"

SEE ALSO

Finnigan::ScanEvent

Finnigan::ScanEventTemplate

uf-trailer

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.