moved moon_altaz to the non-location get_moon#223
Conversation
|
I left this out of #213 on purpose, because the moon alt/az will be more affected by an observer's location on the Earth than the moon phase. So I intended to leave this method as it is until astropy/astropy#5216 is merged, and then we can fix this method. Sorry I didn't explain that in #213. |
|
The transformation to alt/az coordinates still uses the location. If this isn't changed, the |
|
As I understand it, there's no issue with the general idea here. It doesn't matter what frame you transform from, the alt-az coordinate of the moon will be the same as long as the original coordinate points at the moon. So using |
This is a follow-up to #213 and removes the location kwarg from the
get_mooncall insideObserver.moon_altazand uses the array for the following.alt,.az, and.distances.