|
lsst.meas.astrom gecc7e12556+761723e472
|
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 | |
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.
| 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.
| lsst.meas.astrom.matcher_probabilistic.CatalogExtras.coordinate_factor |
Definition at line 92 of file matcher_probabilistic.py.
|
static |
Definition at line 86 of file matcher_probabilistic.py.
| lsst.meas.astrom.matcher_probabilistic.CatalogExtras.indices |
Definition at line 91 of file matcher_probabilistic.py.
| lsst.meas.astrom.matcher_probabilistic.CatalogExtras.n |
Definition at line 89 of file matcher_probabilistic.py.
| lsst.meas.astrom.matcher_probabilistic.CatalogExtras.select |
Definition at line 90 of file matcher_probabilistic.py.