Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Feat/ng image refactor

wyzula_j requested to merge feat/ng-image-refactor into pre_release_v2

Description

Moving ImageWidget to new PlotBase.

Related Issues

closes #397 (closed), #439 (closed), #407 (closed), #104 (closed), #305 (closed)

Type of Change

  • fix crosshair adapted for 2D images
  • new Image widget
  • new ImageItem with its own processing logic
  • fix improved autorange logic, user interaction with color bar disables the scaling
  • fix quality of life adjustments for autorange, v_range
  • fix businesses logic moved from the display widget Image directly to ImageItem → will allow use multiple of these images with its own post processing
  • removed old BECImageWidget

Additional Comments

We agreed with @appel_c that I will merge this after his !430 (merged). Once !430 (merged) is merged I will rebase, resolve merge conflicts and adapt. However the widget is ready for review. → done

Definition of Done

  • Adapt crosshairs
  • Toggle ColorBar
  • Unit Tests
  • Move post processing on the level of ImageItem
  • Frontend for image processing
Edited by wyzula_j

Merge request reports

Loading