DummyNoiseReplacer¶
- 
class lsst.meas.base.DummyNoiseReplacer¶
- Bases: - object- A noise replacer which does nothing. - This is used when we need to disable noise replacement. - Notes - This has all the public methods of - NoiseReplacer, but none of them do anything.- Methods Summary - end()- insertSource(id)- removeSource(id)- Methods Documentation - 
end()¶
 - 
insertSource(id)¶
 - 
removeSource(id)¶
 
-