C# 클래스 ImsInformed.IO.RetentionMobilitySwappedMzMLExporter

The retention mobility swapped mzML exporter.
파일 보기 프로젝트 열기: PNNL-Comp-Mass-Spec/IMS-Informed-Library 1 사용 예제들

공개 메소드들

메소드 설명
ExportMzML ( string sourceUIMFPath, string outputPath, VoltageGroup voltageGroup, DataReader originalUIMF, bool averageNotSum ) : bool

비공개 메소드들

메소드 설명
Encode32bitFloatArray ( float mzArray, int &encodeLength ) : string

The encode 32 bit float array.

GetMzIntensityArrayAtScan ( double intensities, int scan, float &mzArray, float &intensityArray ) : void

The get mz intensity array at scan.

WriteBinaryDataArrays ( float mzArray, float intensityArray, XmlWriter writer ) : void

The write binary data arrays.

WriteCVList ( XmlWriter writer ) : void
WriteDataProcessingList ( XmlWriter writer ) : void
WriteFileDescription ( XmlWriter writer, string UIMFPath ) : void
WriteInstrumentConfigurationList ( XmlWriter writer ) : void
WriteRun ( XmlWriter writer, string outputPath, DataReader reader, VoltageGroup voltageGroup ) : void
WriteSoftwareList ( XmlWriter writer ) : void

메소드 상세

ExportMzML() 공개 메소드

public ExportMzML ( string sourceUIMFPath, string outputPath, VoltageGroup voltageGroup, DataReader originalUIMF, bool averageNotSum ) : bool
sourceUIMFPath string
outputPath string
voltageGroup VoltageGroup
originalUIMF DataReader
averageNotSum bool
리턴 bool