radio-astro-tools / uvcombine

Combine images made with different resolutions, including the "feathering" technique for interferometry data.
https://uvcombine.readthedocs.io
19 stars 15 forks source link

proj_plane_pixel_scales #31

Closed ceibensteiner closed 2 years ago

ceibensteiner commented 2 years ago

Fixed "AttributeError: 'WCS' object has no attribute 'proj_plane_pixel_scales' "

keflavich commented 2 years ago

That error most likely indicates that you have an outdated version of astropy - what version are you using?

ceibensteiner commented 2 years ago

That is what I thought at the beginning. I'm using Astropy 5.0.1.

keflavich commented 2 years ago

It was added in https://github.com/astropy/astropy/pull/10872. I don't object to using something compatible w/older astropy versions though.

e-koch commented 2 years ago

Ugh. Sorry, @ceibensteiner, my attempt to push a couple more commits has gone awry. I'll try to fix...

e-koch commented 2 years ago

See #32