Open teuben opened 2 years ago
bleeh, i'm now getting:
cannot import name 'block_reduce' from 'astropy.nddata.utils'
after astropy was updated. I'll hope to post the solution to that here , grrrr.
oh, this has been a one word pull fix as seen in https://github.com/aplpy/aplpy/pull/464 but no action taken for a long time
It's the 3rd axis (we use VRAD in m/s) astropy doesn't like
Even VRAD-F2V or VRAD-V2F didn't work. Solved it by forcing NAXIS=2 (ccdfits ndim=2)
the new fitsplot.py use APLpy for a quick plot, but our fits header apparently has a WCS issue when trying to plot a beam:
ValueError: Cannot show beam when WCS is not celestial