SimpleTable¶
- class lsst.afw.table.SimpleTable¶
- Bases: - BaseTable- Attributes 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 - static 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¶
 - static getCoordKey() lsst.afw.table.CoordKey¶
 - getIdFactory(self: lsst.afw.table.SimpleTable) lsst.afw.table.IdFactory¶
 - static getIdKey() lsst.afw.table.KeyL¶
 - getMetadata(self: lsst.afw.table.BaseTable) lsst.daf.base.PropertyList¶
 - getSchema(self: lsst.afw.table.BaseTable) lsst.afw.table.Schema¶
 - static 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 
 
 - static makeMinimalSchema() lsst.afw.table.Schema¶
 - makeRecord(self: lsst.afw.table.SimpleTable) lsst.afw.table.SimpleRecord¶
 - popMetadata(self: lsst.afw.table.BaseTable) lsst.daf.base.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.PropertyList) None¶