Skip to main content

Module acquisition

Module acquisition 

Source
Expand description

Vendor-neutral acquisition-writer abstraction.

AcquisitionWriter turns vendor-neutral ScanDescriptors into a vendor raw file. The first implementation is [ThermoRawWriter] (Thermo .raw, via the thermo feature + the thermorawfile crate); a Bruker .d adapter over the existing write path is a planned follow-up.

Structs§

IsolationWindow
MS2 quadrupole isolation window.
ScanDescriptor
One vendor-neutral scan: a peak list plus acquisition metadata.

Traits§

AcquisitionWriter
A sink that writes vendor-neutral scans into a vendor raw file. Scans are written in acquisition order; finalize flushes the file (and fixes any integrity checksum).