libatomprobe
Library for Atom Probe Tomography (APT) computation
|
#include "atomprobe/algorithm/filter.h"
#include "atomprobe/helper/aptAssert.h"
#include "atomprobe/helper/misc.h"
#include <limits>
#include <cmath>
#include <utility>
Go to the source code of this file.
Namespaces | |
AtomProbe | |
Functions | |
unsigned int | AtomProbe::countIntensityEvents (const vector< pair< float, float > > &data, float minV, float maxV) |
void | AtomProbe::buildFrequencyTable (const vector< ISOTOPE_ENTRY > &solutionVec, vector< size_t > &solutionElements, vector< size_t > &solutionFrequency) |
void | AtomProbe::filterBySolutionPPM (const AtomProbe::AbundanceData &massTable, float minPpm, std::vector< std::vector< AtomProbe::ISOTOPE_ENTRY > > &solutions) |
Use the maximum possible PPM for each isotopic combination to filter possible solutions. More... | |
void | AtomProbe::filterPeakNeedBiggerObs (const AtomProbe::AbundanceData &massTable, const std::vector< float > &peakData, float tolerance, size_t solutionCharge, std::vector< std::vector< AtomProbe::ISOTOPE_ENTRY > > &solutions) |
vector< float > | AtomProbe::maxExplainedFraction (const vector< pair< float, float > > &intensityData, float peakMass, float massWidth, const vector< vector< ISOTOPE_ENTRY > > &solutions, const AbundanceData &massTable, float massDistTol, unsigned int solutionCharge) |