lsst.meas.base  16.0-12-g5ad1ebf+6
Classes
lsst.meas.base.noiseReplacer Namespace Reference

Classes

class  DummyNoiseReplacer
 A do-nothing standin for NoiseReplacer, used when we want to disable NoiseReplacer. More...
 
class  FixedGaussianNoiseGenerator
 Generates Gaussian noise with a fixed mean and standard deviation. More...
 
class  GaussianNoiseGenerator
 Generates noise using the afwMath.Random() and afwMath.randomGaussianImage() routines. More...
 
class  ImageNoiseGenerator
 
class  NoiseGenerator
 Base class for noise generators used by the "doReplaceWithNoise" routine: these produce HeavyFootprints filled with noise generated in various ways. More...
 
class  NoiseReplacer
 Class that handles replacing sources with noise during measurement. More...
 
class  NoiseReplacerConfig
 
class  NoiseReplacerList
 
class  VariancePlaneNoiseGenerator
 Generates Gaussian noise whose variance matches that of the variance plane of the image. More...