SimpleTable#

class lsst.afw.table.SimpleTable#

Bases: BaseTable

Methods Summary

checkSchema(schema)

clone(self)

copyRecord(*args, **kwargs)

Overloaded function.

getCoordKey()

getIdFactory(self)

getIdKey()

make(*args, **kwargs)

Overloaded function.

makeMinimalSchema()

makeRecord(self)

setIdFactory(self, idFactory)

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

static getCoordKey() lsst.afw.table.CoordKey#
getIdFactory(self: lsst.afw.table.SimpleTable) lsst.afw.table.IdFactory#
static getIdKey() lsst.afw.table.KeyL#
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#
setIdFactory(self: lsst.afw.table.SimpleTable, idFactory: lsst.afw.table.IdFactory) None#