AnalyseMorphologique/utils/gui/pyqt/main_window/Workers
Djalim Simaila d64c8dd333 🐛 fix(input.py): handle case where faces is None in ScannedObject constructor
 feat(input.py): add support for reading .xyz files and raise InvalidFileFormat exception if file format is not supported
🚸 chore(gui): add warning popup when trying to use Mesh3D graph with .xyz file
🚸 chore(gui): refactor MainWindow.check_input_file method to handle .xyz files
🚸 chore(gui): refactor PreProcessWorker to use ScannedObject.from_file method
🚸 chore(math): add check for faces in verticalise function to avoid errors when faces is None
The ScannedObject constructor now handles the case where faces is None. Support for reading .xyz files has been added, and an InvalidFileFormat exception is raised if the file format is not supported. A warning popup has been added to the MainWindow when trying to use the Mesh3D graph with a .xyz file. The MainWindow.check_input_file method
2023-05-11 15:03:38 +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 🐛 fix(input.py): handle case where faces is None in ScannedObject constructor 2023-05-11 15:03:38 +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