CovarianceMatrix2fKey¶
- class lsst.afw.table.CovarianceMatrix2fKey¶
- Bases: - pybind11_object- Attributes Summary - Methods Summary - addFields(*args, **kwargs)- Overloaded function. - get(self, arg0)- getElement(self, arg0, arg1, arg2)- isValid(self)- set(self, arg0, arg1)- setElement(self, arg0, arg1, arg2, arg3)- Attributes Documentation - dim = 2¶
 - Methods Documentation - static addFields(*args, **kwargs)¶
- Overloaded function. - addFields(schema: lsst.afw.table.Schema, prefix: str, names: list[str], unit: str, diagonalOnly: bool = False) -> lsst.afw.table.CovarianceMatrix2fKey 
- addFields(schema: lsst.afw.table.Schema, prefix: str, names: list[str], units: list[str], diagonalOnly: bool = False) -> lsst.afw.table.CovarianceMatrix2fKey 
 
 - get(self: lsst.afw.table.CovarianceMatrix2fKey, arg0: lsst.afw.table.BaseRecord) numpy.ndarray[numpy.float32[2, 2]]¶
 - getElement(self: lsst.afw.table.CovarianceMatrix2fKey, arg0: lsst.afw.table.BaseRecord, arg1: int, arg2: int) float¶
 - isValid(self: lsst.afw.table.CovarianceMatrix2fKey) bool¶
 - set(self: lsst.afw.table.CovarianceMatrix2fKey, arg0: lsst.afw.table.BaseRecord, arg1: numpy.ndarray[numpy.float32[2, 2]]) None¶
 - setElement(self: lsst.afw.table.CovarianceMatrix2fKey, arg0: lsst.afw.table.BaseRecord, arg1: int, arg2: int, arg3: float) None¶