QuadrupoleKey¶
-
class
lsst.afw.table.
QuadrupoleKey
¶ Bases:
pybind11_builtins.pybind11_object
Methods Summary
addFields
(schema, name, doc, coordType)get
(self, arg0)getIxx
(self)getIxy
(self)getIyy
(self)isValid
(self)set
(self, arg0, arg1)Methods Documentation
-
addFields
(schema: lsst.afw.table.Schema, name: str, doc: str, coordType: lsst.afw.table.CoordinateType=CoordinateType.PIXEL) → lsst.afw.table.QuadrupoleKey¶
-
get
(self: lsst.afw.table.QuadrupoleKey, arg0: lsst.afw.table.BaseRecord) → lsst::afw::geom::ellipses::Quadrupole¶
-
getIxx
(self: lsst.afw.table.QuadrupoleKey) → lsst.afw.table.KeyD¶
-
getIxy
(self: lsst.afw.table.QuadrupoleKey) → lsst.afw.table.KeyD¶
-
getIyy
(self: lsst.afw.table.QuadrupoleKey) → lsst.afw.table.KeyD¶
-
isValid
(self: lsst.afw.table.QuadrupoleKey) → bool¶
-
set
(self: lsst.afw.table.QuadrupoleKey, arg0: lsst.afw.table.BaseRecord, arg1: lsst::afw::geom::ellipses::Quadrupole) → None¶
-