ProteoWizard
|
User-defined options for demultiplexing. More...
#include <MSXDemultiplexer.hpp>
Public Member Functions | |
Params () | |
Public Attributes | |
pwiz::chemistry::MZTolerance | massError |
Mass error for extracting MS/MS peaks. | |
bool | applyWeighting |
Weight the spectra nearby to the input spectrum more heavily in the solve than the outer ones. | |
bool | variableFill |
Set to true if fill times are allowed to vary for each scan window. | |
User-defined options for demultiplexing.
Definition at line 36 of file MSXDemultiplexer.hpp.
|
inline |
Definition at line 38 of file MSXDemultiplexer.hpp.
pwiz::chemistry::MZTolerance pwiz::analysis::MSXDemultiplexer::Params::massError |
Mass error for extracting MS/MS peaks.
Definition at line 45 of file MSXDemultiplexer.hpp.
bool pwiz::analysis::MSXDemultiplexer::Params::applyWeighting |
Weight the spectra nearby to the input spectrum more heavily in the solve than the outer ones.
Definition at line 49 of file MSXDemultiplexer.hpp.
bool pwiz::analysis::MSXDemultiplexer::Params::variableFill |
Set to true if fill times are allowed to vary for each scan window.
Definition at line 52 of file MSXDemultiplexer.hpp.