ExposureTable¶
- 
class 
lsst.afw.table.ExposureTable¶ Bases:
lsst.afw.table.BaseTableAttributes Summary
schemaMethods Summary
checkSchema(schema)clone(self)copyRecord(*args, **kwargs)Overloaded function. getBBoxMaxKey()getBBoxMinKey()getBufferSize(self)getIdKey()getMetadata(self)getSchema(self)make(arg0)makeMinimalSchema()makeRecord(self)popMetadata(self)preallocate(self, arg0)setMetadata(self, metadata)Attributes Documentation
- 
schema¶ 
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.
- 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¶ 
- 
getBufferSize(self: lsst.afw.table.BaseTable) → int¶ 
- 
static 
getIdKey() → lsst.afw.table.KeyL¶ 
- 
getMetadata(self: lsst.afw.table.BaseTable) → lsst.daf.base.propertyContainer.propertyList.PropertyList¶ 
- 
getSchema(self: lsst.afw.table.BaseTable) → lsst.afw.table.Schema¶ 
- 
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¶ 
- 
popMetadata(self: lsst.afw.table.BaseTable) → lsst.daf.base.propertyContainer.propertyList.PropertyList¶ 
- 
preallocate(self: lsst.afw.table.BaseTable, arg0: int) → None¶ 
- 
setMetadata(self: lsst.afw.table.BaseTable, metadata: lsst.daf.base.propertyContainer.propertyList.PropertyList) → None¶ 
-