ShapeletFunctionKey

class lsst.shapelet.ShapeletFunctionKey

Bases: pybind11_builtins.pybind11_object

Methods 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

addFields(schema: lsst.afw.table.schema.schema.Schema, name: str, doc: str, ellipseUnit: str, coeffUnit: str, order: int, basisType: lsst.shapelet.constants.constants.BasisTypeEnum=BasisTypeEnum.HERMITE) → lsst.shapelet.functorKeys.ShapeletFunctionKey
get(self: lsst.shapelet.functorKeys.ShapeletFunctionKey, arg0: lsst.afw.table.base.base.BaseRecord) → lsst.shapelet.shapeletFunction.shapeletFunction.ShapeletFunction
getBasisType(self: lsst.shapelet.functorKeys.ShapeletFunctionKey) → lsst.shapelet.constants.constants.BasisTypeEnum
getCoefficients(self: lsst.shapelet.functorKeys.ShapeletFunctionKey) → lsst.afw.table.arrays.arrays.ArrayDKey
getEllipse(self: lsst.shapelet.functorKeys.ShapeletFunctionKey) → lsst.afw.table.aggregates.aggregates.EllipseKey
getOrder(self: lsst.shapelet.functorKeys.ShapeletFunctionKey) → int
isValid(self: lsst.shapelet.functorKeys.ShapeletFunctionKey) → bool
set(self: lsst.shapelet.functorKeys.ShapeletFunctionKey, arg0: lsst.afw.table.base.base.BaseRecord, arg1: lsst.shapelet.shapeletFunction.shapeletFunction.ShapeletFunction) → None