lsst.ip.diffim ga1d1d01525+4193888634
|
Classes | |
class | AlardLuptonPreconvolveSubtractConfig |
class | AlardLuptonPreconvolveSubtractConnections |
class | AlardLuptonPreconvolveSubtractTask |
class | AlardLuptonSubtractBaseConfig |
class | AlardLuptonSubtractConfig |
class | AlardLuptonSubtractConnections |
class | AlardLuptonSubtractTask |
class | SubtractImageOutputConnections |
class | SubtractInputConnections |
class | SubtractScoreOutputConnections |
Functions | |
def | checkTemplateIsSufficient (templateExposure, logger, requiredTemplateFraction=0.) |
def lsst.ip.diffim.subtractImages.checkTemplateIsSufficient | ( | templateExposure, | |
logger, | |||
requiredTemplateFraction = 0. |
|||
) |
Raise NoWorkFound if template coverage < requiredTemplateFraction Parameters ---------- templateExposure : `lsst.afw.image.ExposureF` The template exposure to check logger : `lsst.log.Log` Logger for printing output. requiredTemplateFraction : `float`, optional Fraction of pixels of the science image required to have coverage in the template. Raises ------ lsst.pipe.base.NoWorkFound Raised if fraction of good pixels, defined as not having NO_DATA set, is less then the configured requiredTemplateFraction
Definition at line 834 of file subtractImages.py.