libatomprobe
Library for Atom Probe Tomography (APT) computation
Public Types | Public Attributes | List of all members
AtomProbe::BACKGROUND_PARAMS Struct Reference

#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
 

Detailed Description

Definition at line 28 of file processing.h.

Member Enumeration Documentation

◆ anonymous enum

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.

Member Data Documentation

◆ binWidth

float AtomProbe::BACKGROUND_PARAMS::binWidth

Definition at line 43 of file processing.h.

Referenced by AtomProbe::doFitBackground().

◆ intensity

float AtomProbe::BACKGROUND_PARAMS::intensity

Definition at line 46 of file processing.h.

Referenced by AtomProbe::doFitBackground().

◆ massEnd

float AtomProbe::BACKGROUND_PARAMS::massEnd

Definition at line 41 of file processing.h.

Referenced by AtomProbe::doFitBackground().

◆ massStart

float AtomProbe::BACKGROUND_PARAMS::massStart

Definition at line 41 of file processing.h.

Referenced by AtomProbe::doFitBackground().

◆ mode

unsigned int AtomProbe::BACKGROUND_PARAMS::mode

Definition at line 39 of file processing.h.

◆ stdev

float AtomProbe::BACKGROUND_PARAMS::stdev

Definition at line 46 of file processing.h.

Referenced by AtomProbe::doFitBackground().


The documentation for this struct was generated from the following file: