|
lsst.meas.astrom gaea863341c+51b480cc68
|
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 |
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.
| 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.
|
static |
Definition at line 92 of file matcher_probabilistic.py.
|
static |
Definition at line 89 of file matcher_probabilistic.py.
| lsst.meas.astrom.matcher_probabilistic.CatalogExtras.n = len(catalog) |
Definition at line 100 of file matcher_probabilistic.py.
|
static |
Definition at line 90 of file matcher_probabilistic.py.