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
|
Implementation of the templated Instrument Signature Removal stage of the nightly LSST Image Processing Pipeline. More...
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <lsst/afw/math.h>
#include <lsst/afw/math/Statistics.h>
#include <lsst/afw/image.h>
#include <lsst/utils/ieee.h>
#include <lsst/pex/exceptions/Exception.h>
Go to the source code of this file.
Classes | |
class | lsst::ip::isr::LookupTableMultiplicative< ImageT > |
class | lsst::ip::isr::LookupTableReplace< ImageT > |
class | lsst::ip::isr::CountMaskedPixels< ImageT, MaskT > |
Namespaces | |
lsst | |
< multiple inclusion guard macro | |
lsst::ip | |
lsst::ip::isr | |
Enumerations | |
enum | lsst::ip::isr::StageId { lsst::ip::isr::ISR_LINid = 0x1, lsst::ip::isr::ISR_OSCANid = 0x2, lsst::ip::isr::ISR_TRIMid = 0x4, lsst::ip::isr::ISR_BIASid = 0x8, lsst::ip::isr::ISR_DFLATid = 0x10, lsst::ip::isr::ISR_ILLUMid = 0x20, lsst::ip::isr::ISR_BADPid = 0x40, lsst::ip::isr::ISR_SATid = 0x80, lsst::ip::isr::ISR_FRINid = 0x100, lsst::ip::isr::ISR_DARKid = 0x200, lsst::ip::isr::ISR_PUPILid = 0x400, lsst::ip::isr::ISR_CRREJid = 0x800, lsst::ip::isr::ISR_BACKSUBid = 0x1000 } |
Functions | |
template<typename PixelT > | |
size_t | lsst::ip::isr::maskNans (afw::image::MaskedImage< PixelT > const &mi, afw::image::MaskPixel maskVal, afw::image::MaskPixel allow=0) |
template<typename ImagePixelT , typename FunctionT > | |
void | lsst::ip::isr::fitOverscanImage (boost::shared_ptr< lsst::afw::math::Function1< FunctionT > > &overscanFunction, lsst::afw::image::MaskedImage< ImagePixelT > const &overscan, double ssize=1., int sigma=1) |
Variables | |
std::string const & | lsst::ip::isr::ISR_LIN = "ISR_LIN" |
Linearization. More... | |
std::string const & | lsst::ip::isr::ISR_OSCAN = "ISR_OSCAN" |
Overscan. More... | |
std::string const & | lsst::ip::isr::ISR_TRIM = "ISR_TRIM" |
Trim. More... | |
std::string const & | lsst::ip::isr::ISR_BIAS = "ISR_BIAS" |
Bias. More... | |
std::string const & | lsst::ip::isr::ISR_DFLAT = "ISR_DFLAT" |
Dome flat. More... | |
std::string const & | lsst::ip::isr::ISR_ILLUM = "ISR_ILLUM" |
Illumination correction. More... | |
std::string const & | lsst::ip::isr::ISR_BADP = "ISR_BADP" |
Bad pixel mask. More... | |
std::string const & | lsst::ip::isr::ISR_SAT = "ISR_SAT" |
Saturated pixels. More... | |
std::string const & | lsst::ip::isr::ISR_FRING = "ISR_FRING" |
Fringe correction. More... | |
std::string const & | lsst::ip::isr::ISR_DARK = "ISR_DARK" |
Dark correction. More... | |
std::string const & | lsst::ip::isr::ISR_PUPIL = "ISR_PUPIL" |
Pupil correction. More... | |
std::string const & | lsst::ip::isr::ISR_CRREJ = "ISR_CRREJ" |
Cosmic ray rejection. More... | |
std::string const & | lsst::ip::isr::ISR_BACKSUB = "ISR_BACKSUB" |
Background subtraction. More... | |