lsst.ip.diffim g1186b97052+e5a1c07079
|
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 535 of file diffimTools.py.
def lsst.ip.diffim.diffimTools.NbasisEvaluator.__init__ | ( | self, | |
psfMatchConfig, | |||
psfFwhmPixTc, | |||
psfFwhmPixTnc | |||
) |
Definition at line 539 of file diffimTools.py.
def lsst.ip.diffim.diffimTools.NbasisEvaluator.__call__ | ( | self, | |
kernelCellSet, | |||
log | |||
) |
Definition at line 546 of file diffimTools.py.
lsst.ip.diffim.diffimTools.NbasisEvaluator.psfFwhmPixTc |
Definition at line 541 of file diffimTools.py.
lsst.ip.diffim.diffimTools.NbasisEvaluator.psfFwhmPixTnc |
Definition at line 542 of file diffimTools.py.
lsst.ip.diffim.diffimTools.NbasisEvaluator.psfMatchConfig |
Definition at line 540 of file diffimTools.py.