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.  More... | |
| virtual | ~AcqusHandler () | 
| Destructor.  More... | |
| DoubleReal | getPosition (Size index) | 
| Conversion from index to MZ ratio using internal calibration params.  More... | |
| String | getParam (const String ¶m) | 
| Read param as string.  More... | |
| Size | getSize () | 
| Get size of spectrum.  More... | |
| Private Member Functions | |
| AcqusHandler () | |
| Private default constructor.  More... | |
| Private Attributes | |
| Map< String, String > | params_ | 
| Map for params saving.  More... | |
| 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 | 
Destructor.
| 
 | private | 
Private default constructor.
| DoubleReal getPosition | ( | Size | index | ) | 
Conversion from index to MZ ratio using internal calibration params.
| Size getSize | ( | ) | 
Get size of spectrum.
| 
 | private | 
| 
 | private | 
| 
 | private | 
| 
 | private | 
| 
 | private | 
| 
 | private | 
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:37 using doxygen 1.8.5 |