lsst.meas.astrom g91f025aaea+ee76a57405
Loading...
Searching...
No Matches
lsst.meas.astrom.matcher_probabilistic Namespace Reference

Classes

class  CatalogExtras
class  ComparableCatalog
class  ConvertCatalogCoordinatesConfig
class  MatchProbabilisticConfig
class  MatcherProbabilistic

Functions

 _mul_column (np.array column, float value)
 _radec_to_xyz (ra, dec)
 default_value (dtype)

Variables

 logger_default = logging.getLogger(__name__)

Function Documentation

◆ _mul_column()

_mul_column ( np.array column,
float value )
protected

Definition at line 42 of file matcher_probabilistic.py.

◆ _radec_to_xyz()

_radec_to_xyz ( ra,
dec )
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 48 of file matcher_probabilistic.py.

◆ default_value()

default_value ( dtype)

Definition at line 425 of file matcher_probabilistic.py.

Variable Documentation

◆ logger_default

lsst.meas.astrom.matcher_probabilistic.logger_default = logging.getLogger(__name__)

Definition at line 39 of file matcher_probabilistic.py.