CovarianceMatrix4fKey¶
- class lsst.afw.table.CovarianceMatrix4fKey¶
 Bases:
pybind11_objectAttributes 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 = 4¶
 
Methods Documentation
- static addFields(*args, **kwargs)¶
 Overloaded function.
addFields(schema: lsst.afw.table.Schema, prefix: str, names: collections.abc.Sequence[str], unit: str, diagonalOnly: bool = False) -> lsst.afw.table.CovarianceMatrix4fKey
addFields(schema: lsst.afw.table.Schema, prefix: str, names: collections.abc.Sequence[str], units: collections.abc.Sequence[str], diagonalOnly: bool = False) -> lsst.afw.table.CovarianceMatrix4fKey
- get(self: lsst.afw.table.CovarianceMatrix4fKey, arg0: lsst.afw.table.BaseRecord) Annotated[numpy.typing.NDArray[numpy.float32], '[4, 4]']¶
 
- getElement(self: lsst.afw.table.CovarianceMatrix4fKey, arg0: lsst.afw.table.BaseRecord, arg1: SupportsInt, arg2: SupportsInt) float¶
 
- isValid(self: lsst.afw.table.CovarianceMatrix4fKey) bool¶
 
- set(self: lsst.afw.table.CovarianceMatrix4fKey, arg0: lsst.afw.table.BaseRecord, arg1: Annotated[numpy.typing.ArrayLike, numpy.float32, '[4, 4]']) None¶
 
- setElement(self: lsst.afw.table.CovarianceMatrix4fKey, arg0: lsst.afw.table.BaseRecord, arg1: SupportsInt, arg2: SupportsInt, arg3: SupportsFloat) None¶