Magnus Nord

Results 135 comments of Magnus Nord

@ericpre, thanks for the feedback! I'll see if I can make `_get_markers_dict` a method instead. Do you have an image stack with annotations I could use? Having the possibility to...

@ericpre, I moved `get_markers_dict` into the `ImageObject` class, and abstracted the code somewhat. I also fixed the bug with the image stack, which was due to the scale from the...

I've seen the same thing for my tests, but wasn't really sure how to approach the issue. Since I think normally these annotations would be mostly used for SI survey...

@jat255, there will probably be some merge conflicts, but that shouldn't be too tricky to work out. In addition to that, there are two potential blockers: * The markers will...

Yeah, it is a bit of a dilemma. Getting the full functionality working properly will require adding several things to HyperSpy's marker implementation. I'll be happy to wrap up this...

A bit busy at the moment (exam period...), but I'll see if I can get this done in a couple of weeks. Feel free to ping me if I haven't...

@jlaehne, unfortunately not. Most of my development time has been taken up by the various lazy processing/plotting improvements. The most recent one being reviewing the `.map` improvements. This is on...

With the improved `.map` functionality for lazy signals having been merged in #2617. It would be nice to extend this to the the non-lazy signals as well. To avoid having...

There was a discussion on this in https://github.com/hyperspy/hyperspy/pull/2877, by @CSSFrancis and @ericpre, but there wasn't a conclusion.

Having read through the discussion in https://github.com/hyperspy/hyperspy/pull/2877, I guess the issue with making things work in a consistent manner is a bit more complicated. From @ericpre, about the `data =...