ShapeletFunctionKey¶
- class lsst.shapelet.ShapeletFunctionKey¶
Bases:
pybind11_objectMethods Summary
addFields(schema, name, doc, ellipseUnit, ...)get(self, arg0)getBasisType(self)getCoefficients(self)getEllipse(self)getOrder(self)isValid(self)set(self, arg0, arg1)Methods Documentation
- static addFields(schema: lsst.afw.table.Schema, name: str, doc: str, ellipseUnit: str, coeffUnit: str, order: int, basisType: lsst.shapelet.BasisTypeEnum = <BasisTypeEnum.HERMITE: 0>) lsst.shapelet.ShapeletFunctionKey¶
- get(self: lsst.shapelet.ShapeletFunctionKey, arg0: lsst.afw.table.BaseRecord) lsst.shapelet.ShapeletFunction¶
- getBasisType(self: lsst.shapelet.ShapeletFunctionKey) lsst.shapelet.BasisTypeEnum¶
- getCoefficients(self: lsst.shapelet.ShapeletFunctionKey) lsst.afw.table.ArrayDKey¶
- getEllipse(self: lsst.shapelet.ShapeletFunctionKey) lsst.afw.table.EllipseKey¶
- getOrder(self: lsst.shapelet.ShapeletFunctionKey) int¶
- isValid(self: lsst.shapelet.ShapeletFunctionKey) bool¶
- set(self: lsst.shapelet.ShapeletFunctionKey, arg0: lsst.afw.table.BaseRecord, arg1: lsst.shapelet.ShapeletFunction) None¶