libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include "atomprobe/algorithm/histogram.h"
#include "atomprobe/helper/aptAssert.h"
#include <limits>
Go to the source code of this file.
Namespaces | |
AtomProbe | |
Functions | |
bool | AtomProbe::incrementCorrelationHist (const std::vector< EPOS_ENTRY > &eposIons, std::vector< std::vector< unsigned int > > &histogram, float stepMass, float endMass) |
bool | AtomProbe::correlationHistogram (const std::vector< EPOS_ENTRY > &eposIons, std::vector< std::vector< unsigned int > > &histogram, float stepMass, float endMass, bool lowerTriangular=false) |
Generates an ion "correlation histogram" from a vector of EPOS ions. The input vector MUST More... | |
bool | AtomProbe::accumulateCorrelationHistogram (const std::vector< EPOS_ENTRY > &eposIons, std::vector< std::vector< unsigned int > > &histogram, float stepMass, float endMass, bool lowerTriangular=true) |
Increments a correlation histogram, as per correlationHistogram,. More... | |