MultiShapeletFunctionKey

class lsst.shapelet.MultiShapeletFunctionKey

Bases: 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.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