lsst.meas.astrom gf1cff7945b+37e0927acf
Loading...
Searching...
No Matches
Classes | Functions | Variables
lsst.meas.astrom.matcher_probabilistic Namespace Reference

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

Function Documentation

◆ _mul_column()

lsst.meas.astrom.matcher_probabilistic._mul_column ( np.array  column,
float  value 
)
protected

Definition at line 37 of file matcher_probabilistic.py.

◆ _radec_to_xyz()

lsst.meas.astrom.matcher_probabilistic._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 43 of file matcher_probabilistic.py.

◆ default_value()

lsst.meas.astrom.matcher_probabilistic.default_value (   dtype)

Definition at line 404 of file matcher_probabilistic.py.

Variable Documentation

◆ logger_default

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

Definition at line 34 of file matcher_probabilistic.py.