|
ProteoWizard
|
configuration struct for diffing MSData types More...
#include <Diff.hpp>
Public Member Functions | |
| DiffConfig () | |
Public Member Functions inherited from pwiz::data::BaseDiffConfig | |
| BaseDiffConfig (double _precision=1e-6) | |
Public Attributes | |
| bool | ignoreIdentity |
| ignore members of SpectrumIdentity and ChromatogramIdentity | |
| bool | ignoreMetadata |
| ignore all file level metadata, and most scan level metadata, i.e. | |
| bool | ignoreExtraBinaryDataArrays |
| ignore arrays like mobility, charge state, noise, SNR, etc. | |
| bool | ignoreSpectra |
| bool | ignoreChromatograms |
| bool | ignoreDataProcessing |
Public Attributes inherited from pwiz::data::BaseDiffConfig | |
| double | precision |
| bool | partialDiffOK |
| bool | ignoreVersions |
|
inline |
Definition at line 224 of file Diff.hpp.
| bool pwiz::msdata::DiffConfig::ignoreIdentity |
ignore members of SpectrumIdentity and ChromatogramIdentity
Definition at line 208 of file Diff.hpp.
Referenced by testWriteRead().
| bool pwiz::msdata::DiffConfig::ignoreMetadata |
ignore all file level metadata, and most scan level metadata, i.e.
verify scan binary data, plus important scan metadata:
Definition at line 214 of file Diff.hpp.
Referenced by test(), test(), testWriteRead(), testWriteReadBMS1(), testWriteReadBMS2(), testWriteReadCMS1(), testWriteReadCMS2(), testWriteReadMS1(), and testWriteReadMS2().
| bool pwiz::msdata::DiffConfig::ignoreExtraBinaryDataArrays |
| bool pwiz::msdata::DiffConfig::ignoreChromatograms |
Definition at line 220 of file Diff.hpp.
Referenced by test(), testWriteRead(), and testWriteRead().
| bool pwiz::msdata::DiffConfig::ignoreDataProcessing |
Definition at line 222 of file Diff.hpp.
Referenced by testWriteReadBMS1(), testWriteReadBMS2(), testWriteReadCMS1(), and testWriteReadCMS2().