MultiShapeletFunctionKey¶
- 
class lsst.shapelet.MultiShapeletFunctionKey¶
- Bases: - pybind11_builtins.pybind11_object- Methods 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: List[int], basisType: lsst.shapelet.constants.constants.BasisTypeEnum = <BasisTypeEnum.HERMITE: 0>) → lsst.shapelet.functorKeys.MultiShapeletFunctionKey¶
 - 
get(self: lsst.shapelet.functorKeys.MultiShapeletFunctionKey, arg0: lsst.afw.table.BaseRecord) → lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction¶
 - 
isValid(self: lsst.shapelet.functorKeys.MultiShapeletFunctionKey) → bool¶
 - 
set(self: lsst.shapelet.functorKeys.MultiShapeletFunctionKey, arg0: lsst.afw.table.BaseRecord, arg1: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction) → None¶
 
- 
static