lsst.meas.base g91d91042f5+ddc46602cd
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.meas.base.noiseReplacer.NoiseReplacerList Class Reference
Inheritance diagram for lsst.meas.base.noiseReplacer.NoiseReplacerList:

Public Member Functions

def __init__ (self, exposuresById, footprintsByExp)
 
def insertSource (self, id)
 
def removeSource (self, id)
 
def end (self)
 

Detailed Description

Make a list of NoiseReplacers behave like a single one.

This class provides conenient syntactic sugar for noise replacement across
multple exposures.

Notes
-----
This is only used in the MultiFit driver, but the logic there is already
pretty complex, so it's nice to have this to simplify it.

Definition at line 375 of file noiseReplacer.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.base.noiseReplacer.NoiseReplacerList.__init__ (   self,
  exposuresById,
  footprintsByExp 
)

Definition at line 387 of file noiseReplacer.py.

Member Function Documentation

◆ end()

def lsst.meas.base.noiseReplacer.NoiseReplacerList.end (   self)
Clean-up when the use of the noise replacer is done.

Definition at line 406 of file noiseReplacer.py.

◆ insertSource()

def lsst.meas.base.noiseReplacer.NoiseReplacerList.insertSource (   self,
  id 
)
Insert original pixels of the given source (by id) into the exposure.

Definition at line 394 of file noiseReplacer.py.

◆ removeSource()

def lsst.meas.base.noiseReplacer.NoiseReplacerList.removeSource (   self,
  id 
)
Insert noise pixels of the given source (by id) into the exposure.

Definition at line 400 of file noiseReplacer.py.


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