|
LSSTApplications
1.1.2+25,10.0+13,10.0+132,10.0+133,10.0+224,10.0+41,10.0+8,10.0-1-g0f53050+14,10.0-1-g4b7b172+19,10.0-1-g61a5bae+98,10.0-1-g7408a83+3,10.0-1-gc1e0f5a+19,10.0-1-gdb4482e+14,10.0-11-g3947115+2,10.0-12-g8719d8b+2,10.0-15-ga3f480f+1,10.0-2-g4f67435,10.0-2-gcb4bc6c+26,10.0-28-gf7f57a9+1,10.0-3-g1bbe32c+14,10.0-3-g5b46d21,10.0-4-g027f45f+5,10.0-4-g86f66b5+2,10.0-4-gc4fccf3+24,10.0-40-g4349866+2,10.0-5-g766159b,10.0-5-gca2295e+25,10.0-6-g462a451+1
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) |
| 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... | |
Implementation of the templated Instrument Signature Removal stage of the nightly LSST Image Processing Pipeline.
Contact: nms@astro.washington.edu
LSST Legalese here...
Definition in file isr.h.
1.8.5