#include <OpenMS/IONMOBILITY/IMTypes.h>
|
static constexpr double | DRIFTTIME_NOT_SET = -1.0 |
| If drift time for a spectrum is unavailable (i.e. not an IM spectrum), it will have this value. More...
|
|
◆ determineIMFormat() [1/2]
Checks the all spectra for their type (see overload) and returns the common type (or IMFormat::MIXED if both CONCATENATED and MULTIPLE_SPECTRA are present) If exp
is empty or contains no IM spectra at all, IMFormat::NONE is returned
- Exceptions
-
◆ determineIMFormat() [2/2]
Checks for existence of a single driftTime (using spec.getDriftTime()) or an ion-mobility float data array (using spec.hasIMData())
If neither is found, IMFormat::NONE is returned. If a single drift time (== IMFormat::MULTIPLE_SPECTRA) is found, but no unit, a warning is issued.
- Exceptions
-
◆ fromIMUnit()
◆ DRIFTTIME_NOT_SET
constexpr double DRIFTTIME_NOT_SET = -1.0 |
|
inlinestaticconstexpr |
If drift time for a spectrum is unavailable (i.e. not an IM spectrum), it will have this value.