lsst.ip.diffim
20.0.0-7-gcda7bf1+dce0c69d30
|
Public Member Functions | |
def | __init__ (self, psfMatchConfig, psfFwhmPixTc, psfFwhmPixTnc) |
def | __call__ (self, kernelCellSet, log) |
Public Attributes | |
psfMatchConfig | |
psfFwhmPixTc | |
psfFwhmPixTnc | |
A functor to evaluate the Bayesian Information Criterion for the number of basis sets going into the kernel fitting
Definition at line 531 of file diffimTools.py.
def lsst.ip.diffim.diffimTools.NbasisEvaluator.__init__ | ( | self, | |
psfMatchConfig, | |||
psfFwhmPixTc, | |||
psfFwhmPixTnc | |||
) |
Definition at line 535 of file diffimTools.py.
def lsst.ip.diffim.diffimTools.NbasisEvaluator.__call__ | ( | self, | |
kernelCellSet, | |||
log | |||
) |
Definition at line 542 of file diffimTools.py.
lsst.ip.diffim.diffimTools.NbasisEvaluator.psfFwhmPixTc |
Definition at line 537 of file diffimTools.py.
lsst.ip.diffim.diffimTools.NbasisEvaluator.psfFwhmPixTnc |
Definition at line 538 of file diffimTools.py.
lsst.ip.diffim.diffimTools.NbasisEvaluator.psfMatchConfig |
Definition at line 536 of file diffimTools.py.