|
lsst.meas.astrom g374be3e903+3c89c0e672
|
Classes | |
| class | CatalogExtras |
| class | ComparableCatalog |
| class | ConvertCatalogCoordinatesConfig |
| class | MatcherProbabilistic |
| class | MatchProbabilisticConfig |
Functions | |
| _mul_column (np.array column, float value) | |
| _radec_to_xyz (ra, dec) | |
| default_value (dtype) | |
Variables | |
| logger_default = logging.getLogger(__name__) | |
|
protected |
Definition at line 37 of file matcher_probabilistic.py.
|
protected |
Convert input ra/dec coordinates to spherical unit vectors.
Parameters
----------
ra, dec: `numpy.ndarray`
Arrays of right ascension/declination in degrees.
Returns
-------
vectors : `numpy.ndarray`, (N, 3)
Output unit vectors.
Definition at line 43 of file matcher_probabilistic.py.
| lsst.meas.astrom.matcher_probabilistic.default_value | ( | dtype | ) |
Definition at line 405 of file matcher_probabilistic.py.
| lsst.meas.astrom.matcher_probabilistic.logger_default = logging.getLogger(__name__) |
Definition at line 34 of file matcher_probabilistic.py.