PsfFitSuccessActionBase#

class lsst.meas.extensions.multiprofit.fit_coadd_multiband.PsfFitSuccessActionBase(*args, **kw)#

Bases: ConfigurableAction

Base action to return whether a source had a succesful PSF fit.

Methods Summary

__call__(source, *args, **kwargs)

Call self as a function.

get_schema()

Return the list of columns required to call this action.

Methods Documentation

__call__(source: Mapping[str, Any], *args: Any, **kwargs: Any) bool#

Call self as a function.

get_schema() list[str]#

Return the list of columns required to call this action.