MatrixBuilderD

class lsst.shapelet.MatrixBuilderD

Bases: pybind11_object

Methods Summary

__call__(*args, **kwargs)

Overloaded function.

allocateOutput(self)

getBasisSize(self)

getDataSize(self)

Methods Documentation

__call__(*args, **kwargs)

Overloaded function.

  1. __call__(self: lsst.shapelet.MatrixBuilderD, arg0: numpy.ndarray, arg1: lsst.afw.geom.ellipses.Ellipse) -> None

  2. __call__(self: lsst.shapelet.MatrixBuilderD, arg0: lsst.afw.geom.ellipses.Ellipse) -> numpy.ndarray

allocateOutput(self: lsst.shapelet.MatrixBuilderD) numpy.ndarray
getBasisSize(self: lsst.shapelet.MatrixBuilderD) int
getDataSize(self: lsst.shapelet.MatrixBuilderD) int