30 #ifndef LSST_AFW_IMAGE_UTILS_H
31 #define LSST_AFW_IMAGE_UTILS_H
39 #include "boost/format.hpp"
40 #include "boost/mpl/bool.hpp"
59 template <
typename ImageT>
61 typename ImageT::Pixel bad = 0
63 typedef typename ImageT::SinglePixel SinglePixelT;
ImageT::SinglePixel badPixel(typename ImageT::Pixel bad=0)
Return a value indicating a bad pixel for the given Image type.
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects.
A base class for image defects.