SourceXtractorPlusPlus
0.10
Please provide a description of the project.
|
#include <BackgroundHistogram.h>
Public Member Functions | |
BackgroundHistogram (const double &mean, const double &sigm, const size_t &ndata) | |
virtual | ~BackgroundHistogram () |
void | addDatum (const PIXTYPE &pixVal) |
void | getBackGuessMod (PIXTYPE &bckVal, PIXTYPE &sigmaVal) |
void | getBackGuess (PIXTYPE &bckVal, PIXTYPE &sigmaVal) |
Public Attributes | |
double | itsMean =0.0 |
double | itsSigma =0.0 |
Private Attributes | |
size_t | itsStatNData =0 |
float | itsQzero = 0.0 |
float | itsQscale = 0.0 |
float | itsCste = 0.0 |
int * | itsHisto =NULL |
size_t | itsNLevels =0 |
Definition at line 32 of file BackgroundHistogram.h.
SourceXtractor::BackgroundHistogram::BackgroundHistogram | ( | const double & | mean, |
const double & | sigm, | ||
const size_t & | ndata | ||
) |
Definition at line 32 of file BackgroundHistogram.cpp.
References itsCste, itsHisto, itsMean, itsNLevels, itsQscale, itsQzero, itsSigma, itsStatNData, QUANTIF_AMIN, QUANTIF_NMAXLEVELS, QUANTIF_NSIGMA, and std::sqrt().
|
virtual |
Definition at line 67 of file BackgroundHistogram.cpp.
References itsHisto.
void SourceXtractor::BackgroundHistogram::addDatum | ( | const PIXTYPE & | pixVal | ) |
Definition at line 95 of file BackgroundHistogram.cpp.
References itsCste, itsHisto, itsNLevels, and itsQscale.
Referenced by SourceXtractor::BackgroundCell::getBackgroundValues().
Definition at line 223 of file BackgroundHistogram.cpp.
References BACK_EPS, std::fabs(), itsHisto, itsMean, itsNLevels, itsQscale, itsQzero, itsSigma, and std::sqrt().
Referenced by SourceXtractor::BackgroundCell::getBackgroundValues(), and SourceXtractor::BackgroundCell::getBackgroundValuesOld().
Definition at line 108 of file BackgroundHistogram.cpp.
References BACK_EPS, std::fabs(), itsHisto, itsMean, itsNLevels, itsQscale, itsQzero, itsSigma, and std::sqrt().
|
private |
Definition at line 52 of file BackgroundHistogram.h.
Referenced by addDatum(), and BackgroundHistogram().
|
private |
Definition at line 54 of file BackgroundHistogram.h.
Referenced by addDatum(), BackgroundHistogram(), getBackGuess(), getBackGuessMod(), and ~BackgroundHistogram().
double SourceXtractor::BackgroundHistogram::itsMean =0.0 |
Definition at line 44 of file BackgroundHistogram.h.
Referenced by BackgroundHistogram(), SourceXtractor::BackgroundCell::getBackgroundValues(), getBackGuess(), and getBackGuessMod().
|
private |
Definition at line 55 of file BackgroundHistogram.h.
Referenced by addDatum(), BackgroundHistogram(), getBackGuess(), and getBackGuessMod().
|
private |
Definition at line 51 of file BackgroundHistogram.h.
Referenced by addDatum(), BackgroundHistogram(), getBackGuess(), and getBackGuessMod().
|
private |
Definition at line 50 of file BackgroundHistogram.h.
Referenced by BackgroundHistogram(), getBackGuess(), and getBackGuessMod().
double SourceXtractor::BackgroundHistogram::itsSigma =0.0 |
Definition at line 45 of file BackgroundHistogram.h.
Referenced by BackgroundHistogram(), SourceXtractor::BackgroundCell::getBackgroundValues(), getBackGuess(), and getBackGuessMod().
|
private |
Definition at line 48 of file BackgroundHistogram.h.
Referenced by BackgroundHistogram().