26 #if !defined(LSST_AFW_DISPLAY_RGB_H) 27 #define LSST_AFW_DISPLAY_RGB_H 1 33 template <
typename ImageT>
39 float saturatedPixelValue = 65535
101 int const nSamples = 1000,
102 double const contrast = 0.25
std::pair< double, double > getZScale(image::Image< T > const &image, int const nSamples=1000, double const contrast=0.25)
Calculate an IRAF/ds9-style zscaling.
void replaceSaturatedPixels(ImageT &rim, ImageT &gim, ImageT &bim, int borderWidth=2, float saturatedPixelValue=65535)
A base class for image defects.
Backwards-compatibility support for depersisting the old Calib (FluxMag0/FluxMag0Err) objects...
A class to represent a 2-dimensional array of pixels.