SimpleTable¶
- 
class 
lsst.afw.table.SimpleTable¶ Bases:
lsst.afw.table.BaseTableAttributes Summary
Methods Summary
checkSchema(schema)clone(self)copyRecord(*args, **kwargs)Overloaded function.
getBufferSize(self)getIdFactory(self)getIdKey()getMetadata(self)getSchema(self)make(*args, **kwargs)Overloaded function.
makeRecord(self)popMetadata(self)preallocate(self, arg0)setIdFactory(self, idFactory)setMetadata(self, metadata)Attributes Documentation
- 
schema¶ 
Methods Documentation
- 
checkSchema(schema: lsst.afw.table.Schema) → bool¶ 
- 
clone(self: lsst.afw.table.SimpleTable) → lsst.afw.table.SimpleTable¶ 
- 
copyRecord(*args, **kwargs)¶ Overloaded function.
copyRecord(self: lsst.afw.table.SimpleTable, other: lsst.afw.table.BaseRecord) -> lsst.afw.table.SimpleRecord
copyRecord(self: lsst.afw.table.SimpleTable, other: lsst.afw.table.BaseRecord, mapper: lsst.afw.table.SchemaMapper) -> lsst.afw.table.SimpleRecord
- 
getBufferSize(self: lsst.afw.table.BaseTable) → int¶ 
- 
getCoordKey() → lsst.afw.table.CoordKey¶ 
- 
getIdFactory(self: lsst.afw.table.SimpleTable) → lsst.afw.table.IdFactory¶ 
- 
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¶ 
- 
make(*args, **kwargs)¶ Overloaded function.
make(arg0: lsst.afw.table.Schema, arg1: lsst.afw.table.IdFactory) -> lsst.afw.table.SimpleTable
make(arg0: lsst.afw.table.Schema) -> lsst.afw.table.SimpleTable
- 
makeMinimalSchema() → lsst.afw.table.Schema¶ 
- 
makeRecord(self: lsst.afw.table.SimpleTable) → lsst.afw.table.SimpleRecord¶ 
- 
popMetadata(self: lsst.afw.table.BaseTable) → lsst.daf.base.propertyContainer.propertyList.PropertyList¶ 
- 
preallocate(self: lsst.afw.table.BaseTable, arg0: int) → None¶ 
- 
setIdFactory(self: lsst.afw.table.SimpleTable, idFactory: lsst.afw.table.IdFactory) → None¶ 
- 
setMetadata(self: lsst.afw.table.BaseTable, metadata: lsst.daf.base.propertyContainer.propertyList.PropertyList) → None¶ 
-