libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include <processing.h>
Public Types | |
enum | { FIT_FAIL_MIN_REQ_BINS =1, FIT_FAIL_AVG_COUNTS, FIT_FAIL_INSUFF_DATA, FIT_FAIL_DATA_NON_GAUSSIAN, FIT_FAIL_END } |
Public Attributes | |
unsigned int | mode |
float | massStart |
float | massEnd |
float | binWidth |
float | intensity |
float | stdev |
Definition at line 28 of file processing.h.
anonymous enum |
Enumerator | |
---|---|
FIT_FAIL_MIN_REQ_BINS | |
FIT_FAIL_AVG_COUNTS | |
FIT_FAIL_INSUFF_DATA | |
FIT_FAIL_DATA_NON_GAUSSIAN | |
FIT_FAIL_END |
Definition at line 30 of file processing.h.
float AtomProbe::BACKGROUND_PARAMS::binWidth |
Definition at line 43 of file processing.h.
Referenced by AtomProbe::doFitBackground().
float AtomProbe::BACKGROUND_PARAMS::intensity |
Definition at line 46 of file processing.h.
Referenced by AtomProbe::doFitBackground().
float AtomProbe::BACKGROUND_PARAMS::massEnd |
Definition at line 41 of file processing.h.
Referenced by AtomProbe::doFitBackground().
float AtomProbe::BACKGROUND_PARAMS::massStart |
Definition at line 41 of file processing.h.
Referenced by AtomProbe::doFitBackground().
unsigned int AtomProbe::BACKGROUND_PARAMS::mode |
Definition at line 39 of file processing.h.
float AtomProbe::BACKGROUND_PARAMS::stdev |
Definition at line 46 of file processing.h.
Referenced by AtomProbe::doFitBackground().