snu-quiqcl / iquip

Ion trap Quantum computing User Interface Project
GNU General Public License v3.0
7 stars 0 forks source link

Fix transposed 2D image of dataviewer #306

Closed kangz12345 closed 6 months ago

kangz12345 commented 6 months ago

The 2D image was transposed as pyqtgraph.ImageItem.setImage() takes a column-major data instead of row-major, which is the standard for numpy.

This resolves #299.