qudi icon indicating copy to clipboard operation
qudi copied to clipboard

Change pyqtgraph image format from column-major to row-major

Open drogenlied opened this issue 7 years ago • 1 comments

From pyqtgraph 0.10.0 on, there is the option to use images in row-major format, which is how these things are usually done in C and Python.

Column-major format is a Fortran leftover.

Doing that is quite some work but will probably save a rotation and a transpose for each time an image is updated.

drogenlied avatar Mar 13 '17 16:03 drogenlied

Done everywhere except MagnetGUI.

drogenlied avatar Apr 03 '18 15:04 drogenlied