LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Namespaces | Macros | Functions
applyLookupTable.cc File Reference
#include <cstdint>
#include "lsst/pex/exceptions.h"
#include "lsst/ip/isr/applyLookupTable.h"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::ip
 
 lsst::ip::isr
 

Macros

#define INSTANTIATE(T)   template int applyLookupTable<T>(afw::image::Image<T> &, ndarray::Array<T, 1, 1> const &, 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. More...
 
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)
 

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE (   T)    template int applyLookupTable<T>(afw::image::Image<T> &, ndarray::Array<T, 1, 1> const &, T);

Definition at line 64 of file applyLookupTable.cc.