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.

Attributes Summary

Attributes Documentation

coordinate_factor: float = None#
indices: array = <dataclasses._MISSING_TYPE object>#
n: int = <dataclasses._MISSING_TYPE object>#
select: array = <dataclasses._MISSING_TYPE object>#