lsst.meas.base  14.0-9-g876143c+4
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

Syntactic sugar that makes a list of NoiseReplacers (for multiple exposures)
behave like a single one.

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 324 of file noiseReplacer.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 332 of file noiseReplacer.py.

Member Function Documentation

◆ end()

def lsst.meas.base.noiseReplacer.NoiseReplacerList.end (   self)
Cleanup when the use of the Noise replacer is done.

Definition at line 351 of file noiseReplacer.py.

◆ insertSource()

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

Definition at line 339 of file noiseReplacer.py.

◆ removeSource()

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

Definition at line 345 of file noiseReplacer.py.


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