lsst.meas.base
16.0-17-g7e0e4ff+10
|
Generates noise using the afwMath.Random() and afwMath.randomGaussianImage() routines. More...
Public Member Functions | |
def | __init__ (self, rand=None) |
def | getRandomImage (self, bb) |
def | getHeavyFootprint (self, fp) |
def | getMaskedImage (self, bb) |
def | getImage (self, bb) |
Public Attributes | |
rand | |
Generates noise using the afwMath.Random() and afwMath.randomGaussianImage() routines.
This is an abstract base class.
Definition at line 394 of file noiseReplacer.py.
def lsst.meas.base.noiseReplacer.GaussianNoiseGenerator.__init__ | ( | self, | |
rand = None |
|||
) |
Definition at line 401 of file noiseReplacer.py.
|
inherited |
Definition at line 364 of file noiseReplacer.py.
|
inherited |
Definition at line 373 of file noiseReplacer.py.
|
inherited |
Definition at line 369 of file noiseReplacer.py.
def lsst.meas.base.noiseReplacer.GaussianNoiseGenerator.getRandomImage | ( | self, | |
bb | |||
) |
Definition at line 406 of file noiseReplacer.py.
lsst.meas.base.noiseReplacer.GaussianNoiseGenerator.rand |
Definition at line 404 of file noiseReplacer.py.