KeyF

class lsst.afw.table.KeyF

Bases: lsst.afw.table.KeyBaseF, lsst.afw.table.FieldBaseF

Attributes Summary

HAS_NAMED_SUBFIELDS

subfields

subkeys

Methods Summary

get(self, arg0)

getOffset(self)

getTypeString()

isValid(self)

set(self, arg0, arg1)

Attributes Documentation

HAS_NAMED_SUBFIELDS = False
subfields
subkeys

Methods Documentation

get(self: lsst.afw.table.KeyF, arg0: lsst.afw.table.BaseRecord)float
getOffset(self: lsst.afw.table.KeyF)int
static getTypeString()str
isValid(self: lsst.afw.table.KeyF)bool
set(self: lsst.afw.table.KeyF, arg0: lsst.afw.table.BaseRecord, arg1: float)None