Ulm-IQO / qudi

(Legacy project) A modular laboratory experiment management suite, predecessor to qudi-core.
GNU General Public License v3.0
166 stars 141 forks source link

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

Open drogenlied opened 7 years ago

drogenlied commented 7 years ago

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 commented 6 years ago

Done everywhere except MagnetGUI.