KeyArrayF

class lsst.afw.table.KeyArrayF

Bases: lsst.afw.table.KeyBaseArrayF, lsst.afw.table.FieldBaseArrayF

Attributes Summary

dtype
subfields
subkeys

Methods Summary

get(self, arg0)
getOffset(self)
getSize(self)
getTypeString()
isValid(self)
isVariableLength(self)
set(self, arg0, arg1)
slice(self, arg0, arg1)

Attributes Documentation

dtype = 'ArrayF'
subfields
subkeys

Methods Documentation

get(self: lsst.afw.table.KeyArrayF, arg0: lsst.afw.table.BaseRecord) → numpy.ndarray
getOffset(self: lsst.afw.table.KeyArrayF) → int
getSize(self: lsst.afw.table.FieldBaseArrayF) → int
static getTypeString() → str
isValid(self: lsst.afw.table.KeyArrayF) → bool
isVariableLength(self: lsst.afw.table.FieldBaseArrayF) → bool
set(self: lsst.afw.table.KeyArrayF, arg0: lsst.afw.table.BaseRecord, arg1: object) → None
slice(self: lsst.afw.table.KeyBaseArrayF, arg0: int, arg1: int) → lsst.afw.table.KeyArrayF