25 #ifndef LSST_IP_ISR_APPLY_LOOKUP_TABLE
26 #define LSST_IP_ISR_APPLY_LOOKUP_TABLE
30 #include "lsst/afw/image.h"
54 template<
typename PixelT>
56 afw::image::Image<PixelT> &image,
57 ndarray::Array<PixelT, 1, 1>
const &table,
int 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.