C# Класс ImsInformed.IO.RetentionMobilitySwappedMzMLExporter

The retention mobility swapped mzML exporter.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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