lsst.meas.base gfc624380f7+6e9dde00d2
Public Member Functions | List of all members
lsst.meas.base.noiseReplacer.DummyNoiseReplacer Class Reference

Public Member Functions

def insertSource (self, id)
 
def removeSource (self, id)
 
def end (self)
 

Detailed Description

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.

Definition at line 524 of file noiseReplacer.py.

Member Function Documentation

◆ end()

def lsst.meas.base.noiseReplacer.DummyNoiseReplacer.end (   self)

Definition at line 541 of file noiseReplacer.py.

◆ insertSource()

def lsst.meas.base.noiseReplacer.DummyNoiseReplacer.insertSource (   self,
  id 
)

Definition at line 535 of file noiseReplacer.py.

◆ removeSource()

def lsst.meas.base.noiseReplacer.DummyNoiseReplacer.removeSource (   self,
  id 
)

Definition at line 538 of file noiseReplacer.py.


The documentation for this class was generated from the following file: