LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
Go to the documentation of this file.
25 #ifndef LSST_JOINTCAL_HISTO2D_H
26 #define LSST_JOINTCAL_HISTO2D_H
34 Histo2d(
int nx,
float minx,
float maxx,
int ny,
float miny,
float maxy);
40 double maxBin(
double &
x,
double &
y)
const;
42 void binWidth(
double &Hdx,
double &Hdy)
const {
54 void operator=(
const Histo2d &right);
55 bool indices(
double x,
double y,
int &ix,
int &iy)
const;
65 #endif // LSST_JOINTCAL_HISTO2D_H
void binWidth(double &Hdx, double &Hdy) const
ItemVariant const * other
afw::table::Key< double > weight
A base class for image defects.
void zeroBin(double x, double y)
void fill(float x, float y, float weight=1.)
double binContent(double x, double y) const
double maxBin(double &x, double &y) const