lsst.meas.astrom gcf9c84bd28+6c2bae5111
|
Classes | |
class | CatalogExtras |
class | ComparableCatalog |
class | ConvertCatalogCoordinatesConfig |
class | MatcherProbabilistic |
class | MatchProbabilisticConfig |
Functions | |
def | _mul_column (np.array column, float value) |
def | _radec_to_xyz (ra, dec) |
def | default_value (dtype) |
Variables | |
logging | 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.
def lsst.meas.astrom.matcher_probabilistic.default_value | ( | dtype | ) |
Definition at line 405 of file matcher_probabilistic.py.
logging lsst.meas.astrom.matcher_probabilistic.logger_default = logging.getLogger(__name__) |
Definition at line 34 of file matcher_probabilistic.py.