aces.obsplan.sphere_plotting¶
Utiliies to create matplotlib figures of positions on the sky sphere.
Module Contents¶
Classes¶
Functions¶
|
|
|
TBD |
|
|
|
Given two great circles, specified by their poles, find the two intersection points. |
- aces.obsplan.sphere_plotting.get_gc_intersect(s1, s2)[source]¶
Given two great circles, specified by their poles, find the two intersection points. :param s1: Pole of first great circle as Skypos object :param s2: Pole of second great circle as Skypos object :return: A list of the two Skypos objects representing the two intersection points.