Magnus Nord

Results 135 comments of Magnus Nord

Ah, right! I totally forgot about that. Should the default be changed to `autoscale="xv"`?

After testing that, that indeed seems to be the case. It should be possible to trigger an update of the x-limits for the specific cases where the underlying size of...

This is really cool! I tried them, and they indeed work! Having these as examples is nice, and I think they potentially could be useful for other visualization features. For...

I also tested both saving and loading these markers with `.hspy`, which worked nicely!

> There is a variant of the colour wheel where the colour intensity increase from the center to the edge, for example: https://www.nature.com/articles/s41565-022-01224-y/figures/1 > > I am wondering if this...

A couple years ago, I did some thorough testing of the various ways of implementing opportunistic caching. At that stage, we only went for doing this for `s.plot()`, as the...

We've mostly been training models for analyzing magnetic STEM-DPC data, and testing this on "local" datasets. But it would be really nice to make it easier for other people to...

Based on rosettaio, it seems like this is already tested for: https://github.com/hyperspy/rosettasciio/blob/main/rsciio/tests/test_hspy.py#L924 I added a sentence about this only working with the default zspy file writer (DirectoryStore).

I've been thinking about something like this for a while now, and a basic first implementation of this could be to input either a `Signal1D` or `Signal2D` with 1 navigation...

Actually, maybe HyperSpy's `ComplexSignal` could be used for the "vector" signal? Although amplitude and phase isn't the most optimal for some of the processing, however we should be able to...