Go to the source code of this file.
Defines | |
#define | xpUSE_SHORTCUT_MODE 1 |
#define | EPS_E 1.e-2 |
#define | REGION_TO_CALCULATE_BACKGROUND 1 |
#define | EDECIMALS 2 |
#define | EWIDTH 8 |
#define | MAXCOUNT 0x7FFFFFFF |
#define | MINCOUNT 0x0 |
#define | USE_XPM_BITMAPS 1 |
|
When converting the internal format to string, these Default values used to format energy value strings |
|
A constant used to avoid energy range round-off errors: 10 meV.
|
|
|
|
Define maximum and minimum possible counts. Assume 32-bit scaler, signed mode.
|
|
|
|
A constant used to calculate background region near peaks, in eV.
|
|
|
|
If 1, enables shortcut logical expresion evaluation for the embedded inference engine. Setting it to 0 results in longer inferencing time and more 'verbose' reasoning. It sets only the default value; a static function can change it Default is 1. Recommended setting: 1 but see comment above |