MultiShapeletFunctionKey¶
- 
class 
lsst.shapelet.MultiShapeletFunctionKey¶ Bases:
pybind11_builtins.pybind11_objectMethods Summary
addFields(schema, name, doc, ellipseUnit, …)get(self, arg0)isValid(self)set(self, arg0, arg1)Methods Documentation
- 
addFields(schema: lsst.afw.table.schema.schema.Schema, name: str, doc: str, ellipseUnit: str, coeffUnit: str, orders: List[int], basisType: lsst.shapelet.constants.constants.BasisTypeEnum=BasisTypeEnum.HERMITE) → lsst.shapelet.functorKeys.MultiShapeletFunctionKey¶ 
- 
get(self: lsst.shapelet.functorKeys.MultiShapeletFunctionKey, arg0: lsst.afw.table.base.base.BaseRecord) → lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction¶ 
- 
isValid(self: lsst.shapelet.functorKeys.MultiShapeletFunctionKey) → bool¶ 
- 
set(self: lsst.shapelet.functorKeys.MultiShapeletFunctionKey, arg0: lsst.afw.table.base.base.BaseRecord, arg1: lsst.shapelet.multiShapeletFunction.multiShapeletFunction.MultiShapeletFunction) → None¶ 
-