AbstractBinaryFormatsBasedMultiSpectrumFilter |
Ancestor for formats-based filters that require exactly two spectra.
|
AbstractFormatsBasedMultiSpectrumFilter |
Ancestor for filters that require the user to specify the formats
of the spectra to use for the filtering process.
|
AbstractMultiSpectrumFilter |
Abstract base class for multi-spectrum filters.
|
Add |
Adds the amplitudes of first spectrum to the amplitudes of the second.
|
Atan2 |
Computes the atan2, with the first format representing 'y' and the second format 'x'.
|
Average |
Averages spectra into a single one.
|
Divide |
Divides the amplitudes of first spectrum with the amplitudes of the second.
|
FilteredMultiSpectrumFilter |
The pre-filters select the spectra from the incoming multi-spectrum and re-package them into a new multi-spectrum.
|
Fusion |
Fuses the sub-spectra specified by the format option, by placing them side-by-side using the format option as the order.
|
Mean |
Averages spectra into a single one.
|
Median |
Averages spectra into a single one using the median.
|
Multiply |
Multiplies the amplitudes of two spectra with each other.
|
PickByIndex |
Extracts the specified sub-spectrum.
|
PickByReportValue |
Extracts the first sub-spectrum that matches the condition for the field.
|
Subtract |
Subtracts the amplitudes of first spectrum with the amplitudes of the second.
|