AnalyseMorphologique/utils
Djalim Simaila 5babe707c6 🐛 fix(input.py): add authorised_extensions as a static variable to ScannedObject class
 feat(input.py): add support for binary and ascii STL files to ScannedObject class
The ScannedObject class now has a static variable called authorised_extensions which contains a list of file extensions that are supported by the class. This improves the readability of the code and makes it easier to maintain. The ScannedObject class now also supports binary and ascii STL files, which increases the flexibility of the class and allows it to handle more file formats.
2023-05-12 11:17:00 +02:00
..
data_processing 📝 docs(README.md): capitalize the first letter of the title 2023-05-12 09:13:21 +02:00
files 🐛 fix(input.py): add authorised_extensions as a static variable to ScannedObject class 2023-05-12 11:17:00 +02:00
graph2D 🐛 fix(data_test.py): change variable name from teta_diffs to theta_diffs to improve semantics 2023-05-09 10:56:43 +02:00
graph3D 🐛 fix(data_test.py): change variable name from teta_diffs to theta_diffs to improve semantics 2023-05-09 10:56:43 +02:00
gui/pyqt 🐛 fix(input.py): add authorised_extensions as a static variable to ScannedObject class 2023-05-12 11:17:00 +02:00
math 📝 docs(README.md): capitalize the first letter of the title 2023-05-12 09:13:21 +02:00
settings 🚀 feat(MainWindow.py, PreProcessWorker.py, Settings.py, UI_Settings.py, settings.ui): add support for verticalising scanned objects 2023-05-12 09:44:20 +02:00
create_xyz.py first functionnal gui 2023-04-24 15:55:40 +02:00