lsst.ip.isr  21.0.0-17-g535a0ce+6a41241d8e
Namespaces | Functions
applyLookupTable.h File Reference
#include "ndarray.h"
#include "lsst/afw/image.h"

Go to the source code of this file.

Namespaces

 lsst
 Remove all non-astronomical counts from the Chunk Exposure's pixels.
 
 lsst::ip
 
 lsst::ip::isr
 

Functions

template<typename PixelT >
int lsst::ip::isr::applyLookupTable (afw::image::Image< PixelT > &image, ndarray::Array< PixelT, 1, 1 > const &table, PixelT indOffset)
 Add the values in a lookup table to an image, e.g. More...