lsst.ip.diffim  21.0.0-21-g51ee50f+438dfce114
Public Member Functions | Public Attributes | List of all members
lsst.ip.diffim.diffimTools.NbasisEvaluator Class Reference
Inheritance diagram for lsst.ip.diffim.diffimTools.NbasisEvaluator:

Public Member Functions

def __init__ (self, psfMatchConfig, psfFwhmPixTc, psfFwhmPixTnc)
 
def __call__ (self, kernelCellSet, log)
 

Public Attributes

 psfMatchConfig
 
 psfFwhmPixTc
 
 psfFwhmPixTnc
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def lsst.ip.diffim.diffimTools.NbasisEvaluator.__init__ (   self,
  psfMatchConfig,
  psfFwhmPixTc,
  psfFwhmPixTnc 
)

Definition at line 539 of file diffimTools.py.

Member Function Documentation

◆ __call__()

def lsst.ip.diffim.diffimTools.NbasisEvaluator.__call__ (   self,
  kernelCellSet,
  log 
)

Definition at line 546 of file diffimTools.py.

Member Data Documentation

◆ psfFwhmPixTc

lsst.ip.diffim.diffimTools.NbasisEvaluator.psfFwhmPixTc

Definition at line 541 of file diffimTools.py.

◆ psfFwhmPixTnc

lsst.ip.diffim.diffimTools.NbasisEvaluator.psfFwhmPixTnc

Definition at line 542 of file diffimTools.py.

◆ psfMatchConfig

lsst.ip.diffim.diffimTools.NbasisEvaluator.psfMatchConfig

Definition at line 540 of file diffimTools.py.


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