CoordKey

class lsst.afw.table.CoordKey

Bases: pybind11_object

Methods Summary

addErrorFields(schema)

addFields(schema, name, doc)

get(self, arg0)

getDec(self)

getErrorKey(schema)

getRa(self)

isValid(self)

set(self, arg0, arg1)

Methods Documentation

static addErrorFields(schema: lsst.afw.table.Schema) lsst.afw.table.CovarianceMatrix2fKey
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
static getErrorKey(schema: lsst.afw.table.Schema) lsst.afw.table.CovarianceMatrix2fKey
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