ArrayFKey¶
- 
class 
lsst.afw.table.ArrayFKey¶ Bases:
pybind11_builtins.pybind11_objectMethods Summary
addFields(*args, **kwargs)Overloaded function. get(self, arg0)getSize(self)isValid(self)set(self, arg0, arg1)slice(self, arg0, arg1)Methods Documentation
- 
static 
addFields(*args, **kwargs)¶ Overloaded function.
- addFields(schema: lsst.afw.table.Schema, name: str, doc: str, unit: str, docData: List[float]) -> lsst.afw.table.ArrayFKey
 - addFields(schema: lsst.afw.table.Schema, name: str, doc: str, unit: str, size: int) -> lsst.afw.table.ArrayFKey
 
- 
get(self: lsst.afw.table.ArrayFKey, arg0: lsst.afw.table.BaseRecord) → numpy.ndarray¶ 
- 
getSize(self: lsst.afw.table.ArrayFKey) → int¶ 
- 
isValid(self: lsst.afw.table.ArrayFKey) → bool¶ 
- 
set(self: lsst.afw.table.ArrayFKey, arg0: lsst.afw.table.BaseRecord, arg1: numpy.ndarray) → None¶ 
- 
slice(self: lsst.afw.table.ArrayFKey, arg0: int, arg1: int) → lsst.afw.table.ArrayFKey¶ 
- 
static