lsst.meas.astrom g51277c4d12+b612308429
Loading...
Searching...
No Matches
lsst.meas.astrom.matcher_probabilistic.ComparableCatalog Class Reference

Detailed Description

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

catalog : `pandas.DataFrame`
    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 96 of file matcher_probabilistic.py.


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