eandklahn / molmag_ac_gui

A simple tool to fit magnetic relaxation times in molecular magnetism
MIT License
0 stars 0 forks source link

Make a data structure that holds file-related information #31

Open eandklahn opened 2 years ago

eandklahn commented 2 years ago

Instead of having "raw_df", "used_T", "not_used_T" and so on be attributes of the GUI MainWindow itself, there should be a data structure, so that accessing these variables would be something like

self.data.raw_df
self.data.used_T

In the process, can we come up with a consistent naming scheme for variables in the data?