CoordKey¶
- 
class 
lsst.afw.table.CoordKey¶ Bases:
pybind11_builtins.pybind11_objectMethods Summary
addFields(schema, name, doc)get(self, arg0)getDec(self)getRa(self)isValid(self)set(self, arg0, arg1)Methods Documentation
- 
static 
addFields(schema: lsst.afw.table.Schema, name: str, doc: str) → lsst.afw.table.CoordKey¶ 
- 
get(self: lsst.afw.table.CoordKey, arg0: lsst.afw.table.BaseRecord) → lsst.geom.SpherePoint¶ 
- 
getDec(self: lsst.afw.table.CoordKey) → lsst.afw.table.KeyAngle¶ 
- 
getRa(self: lsst.afw.table.CoordKey) → lsst.afw.table.KeyAngle¶ 
- 
isValid(self: lsst.afw.table.CoordKey) → bool¶ 
- 
set(self: lsst.afw.table.CoordKey, arg0: lsst.afw.table.BaseRecord, arg1: lsst.geom.SpherePoint) → None¶ 
- 
static