Stuart Mumford

Results 329 comments of Stuart Mumford

The idea of having multiple instances of `UnifiedDownloaderFactory` is something I have never considered before and sounds decidedly weird. What about just changing the default to be package agnostic?

The issue with being more specific than one base dir by default is you are requiring all the return tables from all the clients returning for that search to have...

I have just come back to this with my dkist hat on. Not because I want to change the default base path (`~/sunpy`) but because I want to change the...

The whitespace changes in the header files might actually be bad (I haven't looked closely) but a real FITS header always has 80 char per card padded with whitespace. So...

As part of this I think the code should probably be moved into the net submodule as well, it uses the dependencies of net and makes more sense if it...

I have thought about this a little before and it's made my brain ache, but it would be really good to figure out. On the NDCube front, the non-celestial axes...

That would allow us to completely compute the extent, but at a significant time and memory cost (especially in ndcube).

oooh, that looks interesting. Of course it would be nice if we could also integrate all that locally as well.

I mean change this line: https://github.com/sunpy/sunpy/blob/main/sunpy/map/mapsequence.py#L374 to something like `removes += list(plot_function(fig, axes, i, ani_data[i]))` The main thing to consider here is how to maintain backwards compatibility, the only way...

Well if you use circleci and upload the html from nbconvert to circleci's artifacts then you could still use giles as you can configure it to link to any file...