Carter Francis

Results 575 comments of Carter Francis

pre-commit.ci autofix

I'll avoid self merging but @ericpre feel free to merge if you think this is good.

> Indeed, many colleagues will appreciate such a batch converter. That's been my impression from talking to people lately. > And it can be a nice advertisement for the HyperSpy...

Reference #3375

@ericpre Do you know if there is a way around the slicing of ragged signals --> Non Ragged signals for lazy signals. We could maybe catch it as part of...

@ericpre have you ever looked at [torch.nested](https://docs.pytorch.org/docs/main/nested.html#module-torch.nested) I kind of really like their jagged approach. I've been meaning to implement something like that using pure numpy. I'd like to support...

The in memory is pretty easy to solve but the out of memory problems arrise from the slicing and numpy auto casting the dtype (ugh) which seems like a constant...

Try playing with the shading parameter. https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.pcolormesh.html Matplotlib is actually a bit annoying with their smoothing. They usually have an "auto" parameter which can be confusing and inconsistent. I think...

More on shading: https://matplotlib.org/stable/gallery/images_contours_and_fields/pcolormesh_grids.html#gouraud-shading

Hi @madmin23 from my understanding it shouldn't be too hard to make that change and support it! What would be very helpful is a minimum example. Something like the smallest...