|
ProteoWizard
|
User-defined options for demultiplexing. More...
#include <OverlapDemultiplexer.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 35 of file OverlapDemultiplexer.hpp.
|
inline |
Definition at line 37 of file OverlapDemultiplexer.hpp.
| pwiz::chemistry::MZTolerance pwiz::analysis::OverlapDemultiplexer::Params::massError |
Mass error for extracting MS/MS peaks.
Definition at line 45 of file OverlapDemultiplexer.hpp.
| bool pwiz::analysis::OverlapDemultiplexer::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 OverlapDemultiplexer.hpp.
| bool pwiz::analysis::OverlapDemultiplexer::Params::variableFill |
Set to true if fill times are allowed to vary for each scan window.
Definition at line 52 of file OverlapDemultiplexer.hpp.