EllipseKey#
- class lsst.afw.table.EllipseKey#
Bases:
pybind11_objectMethods Summary
addFields(schema, name, doc, unit)get(self, arg0)getCenter(self)getCore(self)isValid(self)set(self, arg0, arg1)Methods Documentation
- static addFields(schema: lsst.afw.table.Schema, name: str, doc: str, unit: str) lsst.afw.table.EllipseKey#
- get(self: lsst.afw.table.EllipseKey, arg0: lsst.afw.table.BaseRecord) lsst::afw::geom::ellipses::Ellipse#
- getCenter(self: lsst.afw.table.EllipseKey) lsst.afw.table.Point2DKey#
- getCore(self: lsst.afw.table.EllipseKey) lsst.afw.table.QuadrupoleKey#
- isValid(self: lsst.afw.table.EllipseKey) bool#
- set(self: lsst.afw.table.EllipseKey, arg0: lsst.afw.table.BaseRecord, arg1: lsst::afw::geom::ellipses::Ellipse) None#