lsst.meas.base
16.0-17-g7e0e4ff+15
|
Public Member Functions | |
def | __init__ (self, exposuresById, footprintsByExp) |
def | insertSource (self, id) |
def | removeSource (self, id) |
def | end (self) |
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 322 of file noiseReplacer.py.
def lsst.meas.base.noiseReplacer.NoiseReplacerList.__init__ | ( | self, | |
exposuresById, | |||
footprintsByExp | |||
) |
Definition at line 330 of file noiseReplacer.py.
def lsst.meas.base.noiseReplacer.NoiseReplacerList.end | ( | self | ) |
Cleanup when the use of the Noise replacer is done.
Definition at line 349 of file noiseReplacer.py.
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 337 of file noiseReplacer.py.
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 343 of file noiseReplacer.py.