Stuart Mumford
Stuart Mumford
This looks like it is entirely coordinate related (as a coordinate has a timestamp). Interesting that they chose Carrington Longitude rather that Stonyhurst. This actually is a wider issue that...
I went on a fishing expedition in astropy. It seems that things would need a bit of a re-factor in `SkyCoord` to allow us to register a frame specific output...
just to be annoying, this did break when I tried to run it on my system, don't know what uv is upto but it can't find my python interpreter apparently....
I am kinda -0 on this, I am still unconvinced that using uv everywhere is a great idea (not helped by it breaking the first time I try it locally)....
I am very sorry it's taken me so long to get to this, here's a script to reproduce this problem from the ndcube test suite: ```python from astropy.wcs.wcsapi import wcs_info_str...
Other than improving the docs I don't think there's much we can do. .text is still useful if you want to put text on images in pixel coords.
I'm up for this, although I'm not up for bumping a copyright year in every file every year. So we either don't bump it every year and only do it...
From the astropy issue, the task here is to split the "contributors in this release" into two sections "new contributors " and "other contributors".
One could argue this has been fixed by https://github.com/sunpy/ndcube/pull/795 in that it's now possible to do this with public API: ```python cube.data = cube.data.compute() ``` I looked into automatically using...
I am happy to take refactoring PRs to sunpy to increase the prominence of the new contributors.