PCL
|
Structure to hold a PSF relative scale estimate. More...
#include <PSFScaleEstimator.h>
Public Member Functions | |
bool | IsValid () const |
operator double () const | |
Public Attributes | |
int | count = 0 |
Number of valid PSF flux measurements used for scale evaluation. | |
local_model | local |
2-D model of local scale variations. | |
double | scale = 1 |
Estimate of the mean relative scale with respect to the reference image. | |
double | sigma = 0 |
Standard deviation of the sample of scale measurements used for evaluation. | |
int | total = 0 |
Number of valid PSF fits. | |
Definition at line 87 of file PSFScaleEstimator.h.
|
inline |
Returns true iff this is a valid scale estimate.
Definition at line 106 of file PSFScaleEstimator.h.
|
inline |
Conversion to double operator.
Definition at line 98 of file PSFScaleEstimator.h.