|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
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 | |
| Estimate image backgrounds. | |
| 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