ExposureTable#

class lsst.afw.table.ExposureTable#

Bases: BaseTable

Methods Summary

checkSchema(schema)

clone(self)

copyRecord(*args, **kwargs)

Overloaded function.

getBBoxMaxKey()

getBBoxMinKey()

getIdKey()

make(arg0)

makeMinimalSchema()

makeRecord(self)

Methods Documentation

static checkSchema(schema: lsst.afw.table.Schema) bool#
clone(self: lsst.afw.table.ExposureTable) lsst.afw.table.ExposureTable#
copyRecord(*args, **kwargs)#

Overloaded function.

  1. copyRecord(self: lsst.afw.table.ExposureTable, arg0: lsst.afw.table.BaseRecord) -> lsst.afw.table.ExposureRecord

  2. copyRecord(self: lsst.afw.table.ExposureTable, arg0: lsst.afw.table.BaseRecord, arg1: lsst.afw.table.SchemaMapper) -> lsst.afw.table.ExposureRecord

static getBBoxMaxKey() lsst.afw.table.Point2IKey#
static getBBoxMinKey() lsst.afw.table.Point2IKey#
static getIdKey() lsst.afw.table.KeyL#
static make(arg0: lsst.afw.table.Schema) lsst.afw.table.ExposureTable#
static makeMinimalSchema() lsst.afw.table.Schema#
makeRecord(self: lsst.afw.table.ExposureTable) lsst.afw.table.ExposureRecord#