AnalyseMorphologique/utils/gui/pyqt/main_window/Workers
Djalim Simaila e1d3ad7a55 🔧 refactor(MainWindow.py): move connection of refresh_advanced_metrics button to its own method
🔧 refactor(MainWindow.py): rename process_advanced_data method to process_advanced_metrics to improve semantics
🔧 refactor(AdvancedDataWorker.py): add V_scan parameter to constructor to improve semantics
🔧 refactor(Settings.py): add conditional to set output_file_separator to '\t' if '\\t' is entered
The refresh_advanced_metrics button is now connected to its own method to improve readability. The process_advanced_data method has been renamed to process_advanced_metrics to better reflect its purpose. The AdvancedDataWorker constructor now takes a V_scan parameter to improve semantics. The Settings class now has a conditional to set the output_file_separator to '\t' if '\\t' is entered to improve consistency.
2023-05-10 15:44:52 +02:00
..
AdvancedDataWorker.py 🔧 refactor(MainWindow.py): move connection of refresh_advanced_metrics button to its own method 2023-05-10 15:44:52 +02:00
DiscreteDataWorker.py 📝 docs(DiscreteDataWorker.py): add docstring to run() method 2023-05-09 10:54:28 +02:00
PreProcessWorker.py 🔨 refactor(PreProcessWorker.py): rename objpath to obj_path and discretisation_value to delta_z for better readability 2023-05-09 10:53:45 +02:00
RawDataWorker.py 📝 docs(RawDataWorker.py): add docstring to run method 2023-05-09 10:53:21 +02:00
Worker.py added more docstrings 2023-04-28 11:34:22 +02:00