PsfComponentsActionBase#
- class lsst.meas.extensions.multiprofit.fit_coadd_multiband.PsfComponentsActionBase(*args, **kw)#
Bases:
ConfigurableActionBase action to return a list of Gaussians from a source mapping.
This base class should be used as a sentinel when using a MultiProFit PSF fit table, and only needs to be specialized for external PSF fitters.
Methods Summary
__call__(source, *args, **kwargs)Call self as a function.
Return the list of columns required to call this action.
Methods Documentation
- __call__(source: Mapping[str, Any], *args: Any, **kwargs: Any) list[Gaussian]#
Call self as a function.
- get_schema() list[str]#
Return the list of columns required to call this action.