SimpleRecord#

class lsst.afw.table.SimpleRecord#

Bases: BaseRecord

Attributes Summary

Methods Summary

getCoord(self)

getDec(self)

getId(self)

getRa(self)

getTable(self)

setCoord(self, arg0)

setDec(self, arg0)

setId(self, arg0)

setRa(self, arg0)

Attributes Documentation

table#

Methods Documentation

getCoord(self: lsst.afw.table.SimpleRecord) lsst::geom::SpherePoint#
getDec(self: lsst.afw.table.SimpleRecord) lsst::geom::Angle#
getId(self: lsst.afw.table.SimpleRecord) int#
getRa(self: lsst.afw.table.SimpleRecord) lsst::geom::Angle#
getTable(self: lsst.afw.table.SimpleRecord) lsst.afw.table.SimpleTable#
setCoord(self: lsst.afw.table.SimpleRecord, arg0: lsst::geom::SpherePoint) None#
setDec(self: lsst.afw.table.SimpleRecord, arg0: lsst::geom::Angle) None#
setId(self: lsst.afw.table.SimpleRecord, arg0: SupportsInt) None#
setRa(self: lsst.afw.table.SimpleRecord, arg0: lsst::geom::Angle) None#