Skip to content

Draft: Magnification and RSM

Julia Garriga Ferrer requested to merge magnification into master

Goal

Add magnification and RSM widgets to change axes on images depending on the camera. With datasets with one dimension RSM is computed, otherwise magnification is done.

TODO list

  • core functions
    • add a compute_magnification function
    • add a compute_rsm function
    • add unittest
    • add function to compute transformation depending on the number of dimensions
  • gui
    • Add magnificationWidget
    • Add RSMWidget
    • Add examples
    • Add tranformation widget in orange to show either one widget or the other
    • Change axes on grainplot widgets if transformation is active
    • Change axes in stackview on the other widgets

RSM Widget

Selection_071

Magnification Widget

Selection_072

Edited by Julia Garriga Ferrer

Merge request reports