Skip to main content

Crate opentfraw

Crate opentfraw 

Source

Re-exports§

pub use device::DetectedInstrument;
pub use device::DeviceFamily;
pub use mzml::extract_spectrum;
pub use mzml::iter_spectra;
pub use mzml::write_indexed_mzml;
pub use mzml::write_mzml;
pub use mzml::PrecursorInfo;
pub use mzml::SpectrumRecord;
pub use scan_format::ScanDataFormat;

Modules§

audit_tag
device
Instrument model + device family detection.
error_log
generic_data
header
mzml
raw_file_info
run_header
sample_info
scan_data
scan_event
scan_filter
scan_format
Scan-data format classification and dispatch.
scan_index
seq_row

Structs§

ControllerInfo
Minimal metadata about one controller in a multi-controller RAW file.
RawFileReader
A parsed Thermo Fisher RAW file.
ScanParams
Typed accessor for a scan’s extra parameters (ScanParams stream).
StatusLogEntry
Typed accessor for a per-scan instrument-status log entry.

Enums§

Activation
Activation method from ScanEventPreamble byte 24.
Analyzer
Analyzer type from ScanEventPreamble byte 40.
ControllerType
Controller type codes as used in Thermo RAW files.
Error
GenericType
Generic data field type codes.
Ionization
Ionization mode from ScanEventPreamble byte 11.
MsPower
MS power (MSn order) from ScanEventPreamble byte 6.
Polarity
Polarity from ScanEventPreamble byte 4.
ScanMode
Scan mode from ScanEventPreamble byte 5.
ScanType
Scan type from ScanEventPreamble byte 7.

Type Aliases§

Result