Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
Class for storing the information of a PDF mode. More...
#include <PdfModeExtraction.h>
Public Member Functions | |
ModeInfo (double highest_sample, double mean, double interpolated, double area) | |
double | getHighestSamplePosition () const |
double | getMeanPosition () const |
double | getInterpolatedMaxPosition () const |
double | getModeArea () const |
Private Attributes | |
double | m_sample |
double | m_mean |
double | m_interp |
double | m_area |
Class for storing the information of a PDF mode.
@Class ModeInfo
The Mode info contains the mode area and the mode location. The mode location is stored as the highest point in the PDF sampling, the mean over the mode and a quadratic fitting around the highest point.
Definition at line 46 of file PdfModeExtraction.h.
|
inline |
Definition at line 48 of file PdfModeExtraction.h.
|
inline |
Definition at line 51 of file PdfModeExtraction.h.
References m_sample.
|
inline |
Definition at line 59 of file PdfModeExtraction.h.
References m_interp.
|
inline |
Definition at line 55 of file PdfModeExtraction.h.
References m_mean.
|
inline |
Definition at line 63 of file PdfModeExtraction.h.
References m_area.
|
private |
Definition at line 71 of file PdfModeExtraction.h.
Referenced by getModeArea().
|
private |
Definition at line 70 of file PdfModeExtraction.h.
Referenced by getInterpolatedMaxPosition().
|
private |
Definition at line 69 of file PdfModeExtraction.h.
Referenced by getMeanPosition().
|
private |
Definition at line 68 of file PdfModeExtraction.h.
Referenced by getHighestSamplePosition().