LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Classes | Namespaces | Enumerations | Functions | Variables
isr.h File Reference

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=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...
 

Detailed Description

Implementation of the templated Instrument Signature Removal stage of the nightly LSST Image Processing Pipeline.

Author
Nicole M. Silvestri / ACB, University of Washington

Contact: nms@a.nosp@m.stro.nosp@m..wash.nosp@m.ingt.nosp@m.on.ed.nosp@m.u

Version

LSST Legalese here...

Definition in file isr.h.