powered by
Computes the angular distance on the celestial sphere between two points given as coordinate lists (each with a z component).
z
calculate_angular_distance_z(result1, result2)
Numeric, angular distance in radians
List with component z (complex number)
c1 <- convert_LRX_to_celestial(10, 5, 3) c2 <- convert_LRX_to_celestial(1, 1, 2) calculate_angular_distance_z(c1, c2)
Run the code above in your browser using DataLab