MatrixBuilderF¶
-
class
lsst.shapelet.MatrixBuilderF¶ Bases:
pybind11_builtins.pybind11_objectMethods Summary
__call__(*args, **kwargs)Overloaded function.
allocateOutput(self)getBasisSize(self)getDataSize(self)Methods Documentation
-
__call__(*args, **kwargs)¶ Overloaded function.
__call__(self: lsst.shapelet.matrixBuilder.MatrixBuilderF, arg0: numpy.ndarray, arg1: lsst.afw.geom.ellipses.Ellipse) -> None
__call__(self: lsst.shapelet.matrixBuilder.MatrixBuilderF, arg0: lsst.afw.geom.ellipses.Ellipse) -> numpy.ndarray
-
allocateOutput(self:lsst.shapelet.MatrixBuilderF) → numpy.ndarray¶
-
getBasisSize(self:lsst.shapelet.MatrixBuilderF) → int¶
-
getDataSize(self:lsst.shapelet.MatrixBuilderF) → int¶
-