Prefs¶
- 
class lsst.meas.extensions.psfex.Prefs¶
- Bases: - pybind11_builtins.pybind11_object- Attributes Summary - ALL_EXTENSIONS- Methods Summary - addCatalog(self, arg0)- getAutoselectFlag(self)- getBadpixFlag(self)- getBadpixNmax(self)- getCatalogs(self)- getCenterKey(self, arg0)- getContextGroup(self)- getContextName(self)- getFlagMask(self)- getFwhmrange(self)- getGroupDeg(self)- getMaxellip(self)- getMaxvar(self)- getMinsn(self)- getNcat(self)- getPhotfluxNum(self)- getPhotfluxRkey(self)- getPhotfluxerrNum(self)- getPhotfluxerrRkey(self)- getProfAccuracy(self)- getPsfStep(self)- getPsfsize(self)- getVarType(self)- getVerboseType(self)- setCommandLine(self, arg0)- use(self)- Attributes Documentation - 
ALL_EXTENSIONS= -1¶
 - Methods Documentation - 
addCatalog(self: lsst.meas.extensions.psfex.prefs.Prefs, arg0: str) → None¶
 - 
getAutoselectFlag(self: lsst.meas.extensions.psfex.prefs.Prefs) → int¶
 - 
getBadpixFlag(self: lsst.meas.extensions.psfex.prefs.Prefs) → int¶
 - 
getBadpixNmax(self: lsst.meas.extensions.psfex.prefs.Prefs) → int¶
 - 
getCatalogs(self: lsst.meas.extensions.psfex.prefs.Prefs) → List[str]¶
 - 
getCenterKey(self: lsst.meas.extensions.psfex.prefs.Prefs, arg0: int) → str¶
 - 
getContextGroup(self: lsst.meas.extensions.psfex.prefs.Prefs) → List[int]¶
 - 
getContextName(self: lsst.meas.extensions.psfex.prefs.Prefs) → List[str]¶
 - 
getFlagMask(self: lsst.meas.extensions.psfex.prefs.Prefs) → int¶
 - 
getFwhmrange(self: lsst.meas.extensions.psfex.prefs.Prefs) → Tuple[float, float]¶
 - 
getGroupDeg(self: lsst.meas.extensions.psfex.prefs.Prefs) → List[int]¶
 - 
getMaxellip(self: lsst.meas.extensions.psfex.prefs.Prefs) → float¶
 - 
getMaxvar(self: lsst.meas.extensions.psfex.prefs.Prefs) → float¶
 - 
getMinsn(self: lsst.meas.extensions.psfex.prefs.Prefs) → float¶
 - 
getNcat(self: lsst.meas.extensions.psfex.prefs.Prefs) → int¶
 - 
getPhotfluxNum(self: lsst.meas.extensions.psfex.prefs.Prefs) → int¶
 - 
getPhotfluxRkey(self: lsst.meas.extensions.psfex.prefs.Prefs) → str¶
 - 
getPhotfluxerrNum(self: lsst.meas.extensions.psfex.prefs.Prefs) → int¶
 - 
getPhotfluxerrRkey(self: lsst.meas.extensions.psfex.prefs.Prefs) → str¶
 - 
getProfAccuracy(self: lsst.meas.extensions.psfex.prefs.Prefs) → float¶
 - 
getPsfStep(self: lsst.meas.extensions.psfex.prefs.Prefs) → float¶
 - 
getPsfsize(self: lsst.meas.extensions.psfex.prefs.Prefs) → Tuple[int, int]¶
 - 
getVarType(self: lsst.meas.extensions.psfex.prefs.Prefs) → int¶
 - 
getVerboseType(self: lsst.meas.extensions.psfex.prefs.Prefs) → int¶
 - 
setCommandLine(self: lsst.meas.extensions.psfex.prefs.Prefs, arg0: List[str]) → None¶
 - 
use(self: lsst.meas.extensions.psfex.prefs.Prefs) → None¶
 
-