ComparableCatalog#

class lsst.meas.astrom.ComparableCatalog(catalog: Table, column_coord1: str, column_coord2: str, coord1: array, coord2: array, extras: CatalogExtras)#

Bases: object

A catalog with sources with coordinate columns in some standard format/units.

catalogastropy.table.Table

A catalog with comparable coordinate columns.

column_coord1str

The first spatial coordinate column name.

column_coord2str

The second spatial coordinate column name.

coord1numpy.array

The first spatial coordinate values.

coord2numpy.array

The second spatial coordinate values.

extrasCatalogExtras

Extra cached (meta)data for the catalog.

Attributes Summary

Attributes Documentation

catalog: Table = <dataclasses._MISSING_TYPE object>#
column_coord1: str = <dataclasses._MISSING_TYPE object>#
column_coord2: str = <dataclasses._MISSING_TYPE object>#
coord1: array = <dataclasses._MISSING_TYPE object>#
coord2: array = <dataclasses._MISSING_TYPE object>#
extras: CatalogExtras = <dataclasses._MISSING_TYPE object>#