Jae-Joon Lee
Jae-Joon Lee
> This leads me to think that there is something missing here. Probably, rather than having an explicit list, which I assume should not include classes from mpl_toolkits, it may...
> There is also an issue with the window extent for `AxisLabel`, so not sure if it is worth spending more time on getting this to work? > > Should...
I have been knowing this issue, but was not quite sure what the right way to fix is. As a workaournd, I recommend you to read the header as a...
My inclination is option 2, but only when fits header is given as an argument. I would suggest that no automatic call is made If wcs object is given. Just...
I was just wondering if there is any corner cases where a user does not want to have the 'sub' method called. After a second thought, I think we can...
I believe the issue itself was fixed, but I don't think the test case is added (I have opened a new PR #113 with a simple test case). This also...
I guess the support for the wcs has been dropped by #100. The issue was that, to calculate the angle which is consistent with the ds9 convention, we need to...
The slowness is likely due to my lack of knowledge instead pyparsing is inherently slow. My recollection is that I wanted to keep passing the relevant part of the original...
1. coverage of pyregion I have made a pull request (https://github.com/astropy/pyregion/pull/111) that should improve the coverage. As far as I can tell, it now can parse all the regions in...
I try to track this problem, and the script below reproduces the source of the problem. ```python from astropy.wcs import WCS from astropy.coordinates import SkyCoord wcs = WCS(naxis=2) wcs.wcs.radesys =...