ercius / openNCEM

A collection of packages and tools for electron microscopy data analysis supported by the National Center for Electron Microscopy facility of the Molecular Foundry
GNU General Public License v3.0
55 stars 27 forks source link

RingDiff tool and PyQT #27

Open ercius opened 3 years ago

ercius commented 3 years ago

It is known that the RingDiff tool is out of date with respect to the use of PyQT4 instead of the modern PyQT5. There should be a simple way to update this and Im working on this. If you are finding problems with this tool and want to use it please let me know here so that I can prioritize the support of this tool.

fniekiel commented 2 years ago

I have opened a new branch for working on this issue (ringdiff).

With commit https://github.com/ercius/openNCEM/commit/9416ad9a7e79e6e61b04871683af2f3b233bf1c6 the gui tools now use PyQt5 and work with the latest ncempy.io on master.

I will give it a bit more testing before requesting a merge.