lsst.meas.astrom gf1cff7945b+3975d4ac1c
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.meas.astrom.matcher_probabilistic.ComparableCatalog Class Reference

Static Public Attributes

pd catalog .DataFrame
 
str column_coord1
 
str column_coord2
 
np coord1 .array
 
np coord2 .array
 
CatalogExtras extras
 

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.

Member Data Documentation

◆ catalog

pd lsst.meas.astrom.matcher_probabilistic.ComparableCatalog.catalog .DataFrame
static

Definition at line 112 of file matcher_probabilistic.py.

◆ column_coord1

str lsst.meas.astrom.matcher_probabilistic.ComparableCatalog.column_coord1
static

Definition at line 113 of file matcher_probabilistic.py.

◆ column_coord2

str lsst.meas.astrom.matcher_probabilistic.ComparableCatalog.column_coord2
static

Definition at line 114 of file matcher_probabilistic.py.

◆ coord1

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

Definition at line 115 of file matcher_probabilistic.py.

◆ coord2

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

Definition at line 116 of file matcher_probabilistic.py.

◆ extras

CatalogExtras lsst.meas.astrom.matcher_probabilistic.ComparableCatalog.extras
static

Definition at line 117 of file matcher_probabilistic.py.


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