#include <cstdint>
#include <cmath>
#include <algorithm>
#include <cstdio>
#include <vector>
#include <stdexcept>
#include "lsst/pex/exceptions.h"
#include "lsst/afw/image/Image.h"
Go to the source code of this file.
◆ INSTANTIATE_GETZSCALE
#define INSTANTIATE_GETZSCALE |
( |
|
T | ) |
|
Value: double const contrast)
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects...
A class to represent a 2-dimensional array of pixels.
template std::pair< double, double > getZScale(image::Image< float > const &image, int const nSamples, double const contrast)
Definition at line 220 of file scaling.cc.