libatomprobe
Library for Atom Probe Tomography (APT) computation
Namespaces | Functions
deconvolution.h File Reference
#include <vector>
#include <utility>
#include "atomprobe/io/multiRange.h"
#include "atomprobe/isotopes/abundance.h"
Include dependency graph for deconvolution.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 AtomProbe
 

Functions

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...