libatomprobe
Library for Atom Probe Tomography (APT) computation
Namespaces | Functions
deconvolution.cpp File Reference
#include "atomprobe/atomprobe.h"
#include "atomprobe/helper/maths/misc.h"
#include "atomprobe/helper/aptAssert.h"
#include "helper/helpFuncs.h"
#include <utility>
#include <vector>
#include <map>
Include dependency graph for deconvolution.cpp:

Go to the source code of this file.

Namespaces

 AtomProbe
 

Functions

float AtomProbe::nullBackground (float rangeStart, float rangeEnd)
 
bool AtomProbe::leastSquaresOverlapSolve (const AtomProbe::MultiRange &rangeData, const AtomProbe::AbundanceData &abundance, const std::vector< IonHit > &hits, float(*backgroundEstimator)(float, float), std::vector< std::pair< unsigned int, float > > &decomposedHits, float rangeTolerance=0)
 Solve overlaps using least squares for given multi-range. More...