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

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

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.
The constructor method
Get the low M/z
Get the high M/z
Make a string representation of the object: [low-high], as in Thermo's "filter line"


Gene Selkov, <selkovjr@gmail.com>

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.