KeyArrayD¶
- class lsst.afw.table.KeyArrayD¶
Bases:
KeyBaseArrayD,FieldBaseArrayDAttributes Summary
Methods Summary
get(self, arg0)getOffset(self)getSize(self)isValid(self)isVariableLength(self)set(self, arg0, arg1)slice(self, arg0, arg1)Attributes Documentation
- dtype = 'ArrayD'¶
- subfields¶
- subkeys¶
Methods Documentation
- get(self: lsst.afw.table.KeyArrayD, arg0: lsst.afw.table.BaseRecord) numpy.ndarray¶
- getOffset(self: lsst.afw.table.KeyArrayD) int¶
- getSize(self: lsst.afw.table.FieldBaseArrayD) int¶
- isValid(self: lsst.afw.table.KeyArrayD) bool¶
- isVariableLength(self: lsst.afw.table.FieldBaseArrayD) bool¶
- set(self: lsst.afw.table.KeyArrayD, arg0: lsst.afw.table.BaseRecord, arg1: object) None¶
- slice(self: lsst.afw.table.KeyBaseArrayD, arg0: int, arg1: int) lsst.afw.table.KeyArrayD¶