AmpInfoTable¶
- 
class lsst.afw.table.AmpInfoTable¶
- Bases: - lsst.afw.table.BaseTable- Attributes Summary - schema- Methods Summary - checkSchema(other)- clone(self)- copyRecord(*args, **kwargs)- Overloaded function. - getBBoxExtentKey()- getBBoxMinKey()- getBufferSize(self)- getGainKey()- getHasRawInfoKey()- getLinearityCoeffsKey()- getLinearityTypeKey()- getMetadata(self)- getNameKey()- getRawBBoxExtentKey()- getRawBBoxMinKey()- getRawDataBBoxExtentKey()- getRawDataBBoxMinKey()- getRawFlipXKey()- getRawFlipYKey()- getRawHorizontalOverscanBBoxExtentKey()- getRawHorizontalOverscanBBoxMinKey()- getRawPrescanBBoxExtentKey()- getRawPrescanBBoxMinKey()- getRawVerticalOverscanBBoxExtentKey()- getRawVerticalOverscanBBoxMinKey()- getRawXYOffsetKey()- getReadNoiseKey()- getReadoutCornerKey()- getSaturationKey()- getSchema(self)- getSuspectLevelKey()- make(arg0)- makeMinimalSchema()- makeRecord(self)- popMetadata(self)- preallocate(self, arg0)- setMetadata(self, metadata)- Attributes Documentation - 
schema¶
 - Methods Documentation - 
checkSchema(other: lsst.afw.table.Schema) → bool¶
 - 
clone(self: lsst.afw.table.AmpInfoTable) → lsst.afw.table.AmpInfoTable¶
 - 
copyRecord(*args, **kwargs)¶
- Overloaded function. - copyRecord(self: lsst.afw.table.AmpInfoTable, other: lsst.afw.table.BaseRecord) -> lsst.afw.table.AmpInfoRecord
- copyRecord(self: lsst.afw.table.AmpInfoTable, other: lsst.afw.table.BaseRecord, mapper: lsst.afw.table.SchemaMapper) -> lsst.afw.table.AmpInfoRecord
 
 - 
getBBoxExtentKey() → lsst.afw.table.Point2IKey¶
 - 
getBBoxMinKey() → lsst.afw.table.Point2IKey¶
 - 
getBufferSize(self: lsst.afw.table.BaseTable) → int¶
 - 
getGainKey() → lsst.afw.table.KeyD¶
 - 
getHasRawInfoKey() → lsst.afw.table.KeyFlag¶
 - 
getLinearityCoeffsKey() → lsst.afw.table.KeyArrayD¶
 - 
getLinearityTypeKey() → lsst.afw.table.KeyString¶
 - 
getMetadata(self: lsst.afw.table.BaseTable) → lsst::daf::base::PropertyList¶
 - 
getNameKey() → lsst.afw.table.KeyString¶
 - 
getRawBBoxExtentKey() → lsst.afw.table.Point2IKey¶
 - 
getRawBBoxMinKey() → lsst.afw.table.Point2IKey¶
 - 
getRawDataBBoxExtentKey() → lsst.afw.table.Point2IKey¶
 - 
getRawDataBBoxMinKey() → lsst.afw.table.Point2IKey¶
 - 
getRawFlipXKey() → lsst.afw.table.KeyFlag¶
 - 
getRawFlipYKey() → lsst.afw.table.KeyFlag¶
 - 
getRawHorizontalOverscanBBoxExtentKey() → lsst.afw.table.Point2IKey¶
 - 
getRawHorizontalOverscanBBoxMinKey() → lsst.afw.table.Point2IKey¶
 - 
getRawPrescanBBoxExtentKey() → lsst.afw.table.Point2IKey¶
 - 
getRawPrescanBBoxMinKey() → lsst.afw.table.Point2IKey¶
 - 
getRawVerticalOverscanBBoxExtentKey() → lsst.afw.table.Point2IKey¶
 - 
getRawVerticalOverscanBBoxMinKey() → lsst.afw.table.Point2IKey¶
 - 
getRawXYOffsetKey() → lsst.afw.table.Point2IKey¶
 - 
getReadNoiseKey() → lsst.afw.table.KeyD¶
 - 
getReadoutCornerKey() → lsst.afw.table.KeyI¶
 - 
getSaturationKey() → lsst.afw.table.KeyD¶
 - 
getSchema(self: lsst.afw.table.BaseTable) → lsst.afw.table.Schema¶
 - 
getSuspectLevelKey() → lsst.afw.table.KeyD¶
 - 
make(arg0: lsst.afw.table.Schema) → lsst.afw.table.AmpInfoTable¶
 - 
makeMinimalSchema() → lsst.afw.table.Schema¶
 - 
makeRecord(self: lsst.afw.table.AmpInfoTable) → lsst.afw.table.AmpInfoRecord¶
 - 
popMetadata(self: lsst.afw.table.BaseTable) → lsst::daf::base::PropertyList¶
 - 
preallocate(self: lsst.afw.table.BaseTable, arg0: int) → None¶
 - 
setMetadata(self: lsst.afw.table.BaseTable, metadata: lsst::daf::base::PropertyList) → None¶
 
-