Context¶
- 
class lsst.meas.extensions.psfex.Context¶
- Bases: - pybind11_builtins.pybind11_object- Attributes Summary - KEEPHIDDEN- REMOVEHIDDEN- Methods Summary - getName(self)- getNpc(self)- getPc(self, arg0)- getPcflag(self, arg0)- Attributes Documentation - 
KEEPHIDDEN= 0¶
 - 
REMOVEHIDDEN= 1¶
 - Methods Documentation - 
getName(self: lsst.meas.extensions.psfex.psf.Context) → List[str]¶
 - 
getNpc(self: lsst.meas.extensions.psfex.psf.Context) → int¶
 - 
getPc(self: lsst.meas.extensions.psfex.psf.Context, arg0: int) → List[float]¶
 - 
getPcflag(self: lsst.meas.extensions.psfex.psf.Context, arg0: int) → int¶
 
-