lsst.meas.astrom g374be3e903+64f77a1dfb
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

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

Public Attributes

 n
 
 select
 
 indices
 
 coordinate_factor
 

Static Public Attributes

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

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__()

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 [1/2]

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

Definition at line 86 of file matcher_probabilistic.py.

◆ coordinate_factor [2/2]

lsst.meas.astrom.matcher_probabilistic.CatalogExtras.coordinate_factor

Definition at line 92 of file matcher_probabilistic.py.

◆ indices [1/2]

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

Definition at line 83 of file matcher_probabilistic.py.

◆ indices [2/2]

lsst.meas.astrom.matcher_probabilistic.CatalogExtras.indices

Definition at line 91 of file matcher_probabilistic.py.

◆ n [1/2]

int lsst.meas.astrom.matcher_probabilistic.CatalogExtras.n
static

Definition at line 82 of file matcher_probabilistic.py.

◆ n [2/2]

lsst.meas.astrom.matcher_probabilistic.CatalogExtras.n

Definition at line 89 of file matcher_probabilistic.py.

◆ select [1/2]

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

Definition at line 84 of file matcher_probabilistic.py.

◆ select [2/2]

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: