SimpleTable

class lsst.afw.table.SimpleTable

Bases: lsst.afw.table.BaseTable

Attributes Summary

schema

Methods Summary

checkSchema(schema)
clone(self)
copyRecord(*args, **kwargs) Overloaded function.
getBufferSize(self)
getCoordKey()
getIdFactory(self)
getIdKey()
getMetadata(self)
getSchema(self)
make(*args, **kwargs) Overloaded function.
makeMinimalSchema()
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.

  1. copyRecord(self: lsst.afw.table.SimpleTable, other: lsst.afw.table.BaseRecord) -> lsst.afw.table.SimpleRecord
  2. 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.propertyContainer.propertyList.PropertyList
getSchema(self: lsst.afw.table.BaseTable) → lsst.afw.table.Schema
static make(*args, **kwargs)

Overloaded function.

  1. make(arg0: lsst.afw.table.Schema, arg1: lsst.afw.table.IdFactory) -> lsst.afw.table.SimpleTable
  2. 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.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