KeyAngle

class lsst.afw.table.KeyAngle

Bases: lsst.afw.table.KeyBaseAngle, lsst.afw.table.FieldBaseAngle

Attributes Summary

subfields
subkeys

Methods Summary

get(self, arg0)
getOffset(self)
getTypeString()
isValid(self)
set(self, arg0, arg1)

Attributes Documentation

subfields
subkeys

Methods Documentation

get(self: lsst.afw.table.KeyAngle, arg0: lsst.afw.table.BaseRecord) → lsst::geom::Angle
getOffset(self: lsst.afw.table.KeyAngle) → int
static getTypeString() → str
isValid(self: lsst.afw.table.KeyAngle) → bool
set(self: lsst.afw.table.KeyAngle, arg0: lsst.afw.table.BaseRecord, arg1: lsst::geom::Angle) → None