sivborg

Results 30 comments of sivborg

@CSSFrancis thank you for the thorough feedback! Just to get an idea of the different choices, I did some basic profiling on an Ubuntu machine by running each algorithm 20...

@magnunor I have corrected the `center_of_mass` `mask` functionality when using `half_square_width`, although perhaps using both at the same time would be somewhat redundant. This was done by directly manipulating the...

Thank you for the prompt response! I will take some time to refactor and look into integration before opening the PR, where we will take it further.

The first steps of this proposal are currently implemented in #3030

Thanks for the look! > Do you wan to add the matplotlib polygon widget in this PR? I think that it shouldn't be too much code. I think I can...

Though I had some difficulties, I have finished a working prototype for integrating `matplitlob.widgets` selectors into HyperSpy, which here is done in the `PolygonWidget` class. The code requirements were actually...

Regarding the sharing of pretrained models, which is part of what we're doing, I can come with some input. To share a model, you need the model weights and the...

Hello, I currently have a working implementation of the PolygonROI and accompanying PolygonWidget. I ended up spending quite some more time developing this, as I found it useful the option...

I have reviewed some of the functionality recently, and have explored one particular issue with the plotting of a lazy signal after using `PolygonROI`. The image for the navigator in...

@CSSFrancis Using `nansum` in the `compute_navigator` function is a possible solution, yes. But this may also happen in a non-lazy signal, so it might be necessary to add it there...