jlopezalo / PyFMGUI

PyFMGUI is an application for the analysis of force microscopy data capable of analyzing Nanoscope and JPK AFM files.
10 stars 3 forks source link

PyFM crashes when loading results and there is not enough memory #1

Open jlopezalo opened 1 year ago

jlopezalo commented 1 year ago

Right now before the results are exported they are loaded into a single pandas data frame. If the dataset analyzed is large and there is not enough available memory the application will crash.

Instead of crashing the application should show a dialog describing the problem.

Additionally, the export result process should be reworked to make it less memory intensive.