LSSTApplications
20.0.0
LSSTDataManagementBasePackage
|
#include <cmath>
#include "boost/format.hpp"
#include "lsst/afw/detection.h"
#include "lsst/afw/image/MaskedImage.h"
#include "rgb/Rgb.h"
Go to the source code of this file.
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst.afw.display | |
Functions | |
template<typename ImageT > | |
void | lsst.afw.display::replaceSaturatedPixels (ImageT &rim, ImageT &gim, ImageT &bim, int borderWidth=2, float saturatedPixelValue=65535) |
template void | lsst.afw.display::replaceSaturatedPixels (image::MaskedImage< float > &rim, image::MaskedImage< float > &gim, image::MaskedImage< float > &bim, int borderWidth, float saturatedPixelValue) |