Read-only acqus File handler for XMass Analysis. More...
#include <OpenMS/FORMAT/HANDLERS/AcqusHandler.h>
Public Member Functions | |
| AcqusHandler (const String &filename) | |
| Contructor with filename. | |
| virtual | ~AcqusHandler () |
| Destructor. | |
| DoubleReal | getPosition (Size index) |
| Conversion from index to MZ ratio using internal calibration params. | |
| String | getParam (const String ¶m) |
| Read param as string. | |
| Size | getSize () |
| Get size of spectrum. | |
Private Member Functions | |
| AcqusHandler () | |
| Private default constructor. | |
Private Attributes | |
| Map< String, String > | params_ |
| Map for params saving. | |
Internal params for calibration | |
| DoubleReal | dw_ |
| Size | delay_ |
| DoubleReal | ml1_ |
| DoubleReal | ml2_ |
| DoubleReal | ml3_ |
| Size | td_ |
Read-only acqus File handler for XMass Analysis.
acqus File contains meta data about calibration (conversion for time to mz ratio), instrument specification and acquisition method.
| AcqusHandler | ( | const String & | filename | ) |
Contructor with filename.
Open acqus File as stream and import params.
| filename | to acqus File. |
| Exception::FileNotFound | is thrown if the file could not be opened. | |
| Exception::ConversionError | is thrown if error conversion from String to calibration param. |
| virtual ~AcqusHandler | ( | ) | [virtual] |
Destructor.
| AcqusHandler | ( | ) | [private] |
Private default constructor.
| DoubleReal getPosition | ( | Size | index | ) |
Conversion from index to MZ ratio using internal calibration params.
| Size getSize | ( | ) |
Get size of spectrum.
DoubleReal dw_ [private] |
DoubleReal ml1_ [private] |
DoubleReal ml2_ [private] |
DoubleReal ml3_ [private] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1 |