ProteoWizard
|
configuration struct for diffing MSData types More...
#include <Diff.hpp>
Public Member Functions | |
DiffConfig () | |
![]() | |
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 | ignoreSpectra |
bool | ignoreChromatograms |
bool | ignoreDataProcessing |
![]() | |
double | precision |
bool | partialDiffOK |
bool | ignoreVersions |
|
inline |
Definition at line 221 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(), testWriteRead(), testWriteReadBMS1(), testWriteReadBMS2(), testWriteReadCMS1(), testWriteReadCMS2(), testWriteReadMS1(), and testWriteReadMS2().
bool pwiz::msdata::DiffConfig::ignoreChromatograms |
Definition at line 217 of file Diff.hpp.
Referenced by test(), and testWriteRead().
bool pwiz::msdata::DiffConfig::ignoreDataProcessing |
Definition at line 219 of file Diff.hpp.
Referenced by testWriteReadBMS1(), testWriteReadBMS2(), testWriteReadCMS1(), and testWriteReadCMS2().