ExposureTable#
- class lsst.afw.table.ExposureTable#
Bases:
BaseTableMethods Summary
checkSchema(schema)clone(self)copyRecord(*args, **kwargs)Overloaded function.
getIdKey()make(arg0)makeRecord(self)Methods Documentation
- static checkSchema(schema: lsst.afw.table.Schema) bool#
- copyRecord(*args, **kwargs)#
Overloaded function.
copyRecord(self: lsst.afw.table.ExposureTable, arg0: lsst.afw.table.BaseRecord) -> lsst.afw.table.ExposureRecord
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#