Introduction to the Measurement API
lsst.validate.drp.util.
averageRaDec
Calculate average RA, Dec from input lists using spherical geometry.
ra : list of float
RA in [radians]
dec : list of float
Dec in [radians]
float, float
meanRa, meanDec – Tuple of average RA, Dec [radians]