Go to the source code of this file.
|
| unsigned int | AtomProbe::doFitBackground (const std::vector< float > &massData, BACKGROUND_PARAMS ¶ms) |
| | Perform a background fit, assuming constant TOF noise, from 0->inf time. More...
|
| |
| std::string | AtomProbe::getFitErrorMsg (unsigned int errCode) |
| |
| void | AtomProbe::createMassBackground (float massStart, float massEnd, unsigned int nBinsMass, float tofBackIntensity, std::vector< float > &histogram) |
| | Build a histogram of the background counts. More...
|
| |
| void | AtomProbe::findPeaks (const std::vector< float > &x0, std::vector< unsigned int > &peakInds, float sel, bool autoSel=true, bool includeEndpoints=true) |
| | Simple peak-finding algorithm. More...
|
| |