lsst.meas.astrom gaea863341c+6d6e96d508
Loading...
Searching...
No Matches
lsst.meas.astrom.matcher_probabilistic.CatalogExtras Class Reference

Public Member Functions

 __init__ (self, astropy.table.Table catalog, np.array select=None, float coordinate_factor=None)
 

Public Attributes

 n = len(catalog)
 

Static Public Attributes

np indices .array
 
np select .array
 
float coordinate_factor = None
 

Detailed Description

Store frequently-reference (meta)data relevant for matching a catalog.

Parameters
----------
catalog : `astropy.table.Table`
    A Table to store extra information for.
select : `numpy.array`
    A numpy boolean array of the same length as catalog to be used for
    target selection.

Definition at line 76 of file matcher_probabilistic.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.meas.astrom.matcher_probabilistic.CatalogExtras.__init__ ( self,
astropy.table.Table catalog,
np.array select = None,
float coordinate_factor = None )

Definition at line 94 of file matcher_probabilistic.py.

Member Data Documentation

◆ coordinate_factor

float lsst.meas.astrom.matcher_probabilistic.CatalogExtras.coordinate_factor = None
static

Definition at line 92 of file matcher_probabilistic.py.

◆ indices

np lsst.meas.astrom.matcher_probabilistic.CatalogExtras.indices .array
static

Definition at line 89 of file matcher_probabilistic.py.

◆ n

lsst.meas.astrom.matcher_probabilistic.CatalogExtras.n = len(catalog)

Definition at line 100 of file matcher_probabilistic.py.

◆ select

np lsst.meas.astrom.matcher_probabilistic.CatalogExtras.select .array
static

Definition at line 90 of file matcher_probabilistic.py.


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