CatalogExtras¶
- class lsst.meas.astrom.CatalogExtras(catalog: Table, select: array = None, coordinate_factor: float = None)¶
- Bases: - object- Store frequently-reference (meta)data relevant for matching a catalog. - Parameters:
- catalogastropy.table.Table
- A Table to store extra information for. 
- selectnumpy.array
- A numpy boolean array of the same length as catalog to be used for target selection. 
 
- catalog
 - Attributes Summary - Attributes Documentation