lsst.meas.astrom gaea863341c+d18973ec71
Loading...
Searching...
No Matches
lsst.meas.astrom.matcher_probabilistic.ComparableCatalog Class Reference

Static Public Attributes

astropy catalog .table.Table
 
np coord1 .array
 
np coord2 .array
 

Detailed Description

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

catalog : `astropy.table.Table`
    A catalog with comparable coordinate columns.
column_coord1 : `str`
    The first spatial coordinate column name.
column_coord2 : `str`
    The second spatial coordinate column name.
coord1 : `numpy.array`
    The first spatial coordinate values.
coord2 : `numpy.array`
    The second spatial coordinate values.
extras : `CatalogExtras`
    Extra cached (meta)data for the `catalog`.

Definition at line 107 of file matcher_probabilistic.py.

Member Data Documentation

◆ catalog

astropy lsst.meas.astrom.matcher_probabilistic.ComparableCatalog.catalog .table.Table
static

Definition at line 124 of file matcher_probabilistic.py.

◆ coord1

np lsst.meas.astrom.matcher_probabilistic.ComparableCatalog.coord1 .array
static

Definition at line 127 of file matcher_probabilistic.py.

◆ coord2

np lsst.meas.astrom.matcher_probabilistic.ComparableCatalog.coord2 .array
static

Definition at line 128 of file matcher_probabilistic.py.


The documentation for this class was generated from the following file: