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 | |
LookupTableReplace (std::vector< double > table) | |
virtual | ~LookupTableReplace () |
void | apply (lsst::afw::image::MaskedImage< ImageT > &image, float gain=1.0) const |
std::vector< double > | getTable () const |
Private Attributes | |
std::vector< double > | _table |
int | _max |
Linearization lookup table with replacement
typedef lsst::afw::image::MaskedImage<ImageT>::Pixel lsst::ip::isr::LookupTableReplace< ImageT >::PixelT |
typedef lsst::afw::image::MaskedImage<ImageT>::x_iterator lsst::ip::isr::LookupTableReplace< ImageT >::x_iterator |
|
inline |
|
inlinevirtual |
void lsst::ip::isr::LookupTableReplace< ImageT >::apply | ( | lsst::afw::image::MaskedImage< ImageT > & | image, |
float | gain = 1.0 |
||
) | const |
Definition at line 35 of file Isr.cc.
|
inline |
|
private |
|
private |