MultiShapeletFunctionKey¶
- class lsst.shapelet.MultiShapeletFunctionKey¶
Bases:
pybind11_objectMethods Summary
addFields(schema, name, doc, ellipseUnit, ...)get(self, arg0)isValid(self)set(self, arg0, arg1)Methods Documentation
- static addFields(schema: lsst.afw.table.Schema, name: str, doc: str, ellipseUnit: str, coeffUnit: str, orders: collections.abc.Sequence[typing.SupportsInt], basisType: lsst.shapelet.BasisTypeEnum = <BasisTypeEnum.HERMITE: 0>) lsst.shapelet.MultiShapeletFunctionKey¶
- get(self: lsst.shapelet.MultiShapeletFunctionKey, arg0: lsst.afw.table.BaseRecord) lsst.shapelet.MultiShapeletFunction¶
- isValid(self: lsst.shapelet.MultiShapeletFunctionKey) bool¶
- set(self: lsst.shapelet.MultiShapeletFunctionKey, arg0: lsst.afw.table.BaseRecord, arg1: lsst.shapelet.MultiShapeletFunction) None¶