|
lsst.ip.isr g77367d4607+ee76a57405
|
Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::ip |
| namespace | lsst::ip::isr |
Macros | |
| #define | INSTANTIATE(T) |
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. | |
| template int | lsst::ip::isr::applyLookupTable< float > (afw::image::Image< float > &, ndarray::Array< float, 1, 1 > const &, float) |
| template int | lsst::ip::isr::applyLookupTable< double > (afw::image::Image< double > &, ndarray::Array< double, 1, 1 > const &, double) |
| #define INSTANTIATE | ( | T | ) |
Definition at line 64 of file applyLookupTable.cc.