|
LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
#include <isr.h>
Public Types | |
| typedef lsst::afw::image::MaskedImage < ImageT >::x_iterator | x_iterator |
| typedef lsst::afw::image::MaskedImage < ImageT >::Pixel | PixelT |
Public Member Functions | |
| LookupTableMultiplicative (std::vector< double > table) | |
| virtual | ~LookupTableMultiplicative () |
| void | apply (lsst::afw::image::MaskedImage< ImageT > &image, float gain=1.0) |
| std::vector< double > | getTable () const |
Private Attributes | |
| std::vector< double > | _table |
| int | _max |
Multiplicative linearization lookup table
| typedef lsst::afw::image::MaskedImage<ImageT>::Pixel lsst::ip::isr::LookupTableMultiplicative< ImageT >::PixelT |
| typedef lsst::afw::image::MaskedImage<ImageT>::x_iterator lsst::ip::isr::LookupTableMultiplicative< ImageT >::x_iterator |
|
inline |
|
inlinevirtual |
|
inline |
Definition at line 115 of file isr.h.
|
inline |
|
private |
|
private |
1.8.5