lsst.meas.base
13.0-33-gb1a1d47+3
|
A do-nothing standin for NoiseReplacer, used when we want to disable NoiseReplacer. More...
Public Member Functions | |
def | insertSource (self, id) |
def | removeSource (self, id) |
def | end (self) |
A do-nothing standin for NoiseReplacer, used when we want to disable NoiseReplacer.
DummyNoiseReplacer has all the public methods of NoiseReplacer, but none of them do anything.
Definition at line 466 of file noiseReplacer.py.
def lsst.meas.base.noiseReplacer.DummyNoiseReplacer.end | ( | self | ) |
Definition at line 479 of file noiseReplacer.py.
def lsst.meas.base.noiseReplacer.DummyNoiseReplacer.insertSource | ( | self, | |
id | |||
) |
Definition at line 473 of file noiseReplacer.py.
def lsst.meas.base.noiseReplacer.DummyNoiseReplacer.removeSource | ( | self, | |
id | |||
) |
Definition at line 476 of file noiseReplacer.py.