Skip to content

#143 Handling raw data

Martin Laasmaa requested to merge feature/143-handling-raw-data into main

Updates raw image loading. The raw image is loaded by ignoring inverted colormap. The Raw image tab contains now two images where the left one is how the user sees the image in most image viewing programs and the right image is showing raw data ignoring all possible filters applied. In addition:

  • raw image is returned as np.float64,
  • image rendering from Omero is now done thru ome-tiff,
  • axes are hidden on plots,
  • plot context menu has been simplified by removing unnecessary options,
  • plot titles are set to visible.

Fixes: #143 (closed), #141 (closed), #126 (closed)

Edited by Martin Laasmaa

Merge request reports