![]()  | 
  
    OpenMS
    2.4.0
    
   | 
 
Load Chromeleon HPLC text file and save it into a `MSExperiment`. More...
#include <OpenMS/FORMAT/ChromeleonFile.h>
Public Member Functions | |
| ChromeleonFile ()=default | |
| Constructor.  More... | |
| virtual | ~ChromeleonFile ()=default | 
| Destructor.  More... | |
| void | load (const String &filename, MSExperiment &experiment) const | 
| Load the file's data and metadata, and save it into a `MSExperiment`.  More... | |
Load Chromeleon HPLC text file and save it into a `MSExperiment`.
An example of the expected format: > Raw Data: > Time (min) Step (s) Value (mAU) > 0.003333 0.200 -0.002496 > 0.006667 0.200 -0.017589 > ...
      
  | 
  default | 
Constructor.
      
  | 
  virtualdefault | 
Destructor.
| void load | ( | const String & | filename, | 
| MSExperiment & | experiment | ||
| ) | const | 
Load the file's data and metadata, and save it into a `MSExperiment`.
| [in] | filename | Path to the Chromeleon input file | 
| [out] | experiment | The variable into which the extracted information will be saved | 
 1.8.14