lsst.meas.astrom gadbe5f99b8+0377dfb36e
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.meas.astrom.matcher_probabilistic.CatalogExtras Class Reference

Public Member Functions

def __init__ (self, pd.DataFrame catalog, np.array select=None, float coordinate_factor=None)
 

Public Attributes

 n
 
 select
 
 indices
 
 coordinate_factor
 

Static Public Attributes

 float
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __init__()

def lsst.meas.astrom.matcher_probabilistic.CatalogExtras.__init__ (   self,
pd.DataFrame  catalog,
np.array   select = None,
float   coordinate_factor = None 
)

Definition at line 88 of file matcher_probabilistic.py.

Member Data Documentation

◆ coordinate_factor

lsst.meas.astrom.matcher_probabilistic.CatalogExtras.coordinate_factor

Definition at line 92 of file matcher_probabilistic.py.

◆ float

lsst.meas.astrom.matcher_probabilistic.CatalogExtras.float
static

Definition at line 86 of file matcher_probabilistic.py.

◆ indices

lsst.meas.astrom.matcher_probabilistic.CatalogExtras.indices

Definition at line 91 of file matcher_probabilistic.py.

◆ n

lsst.meas.astrom.matcher_probabilistic.CatalogExtras.n

Definition at line 89 of file matcher_probabilistic.py.

◆ select

lsst.meas.astrom.matcher_probabilistic.CatalogExtras.select

Definition at line 90 of file matcher_probabilistic.py.


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