Skip to content

Commit

Permalink
Amélioration de la fonction de traitement en mode *Module de young*
Browse files Browse the repository at this point in the history
  • Loading branch information
raballito committed Aug 9, 2024
1 parent 56d9b6d commit a375947
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Extractor/ConfigWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
- Configuration of sample class through GUI
Version: Beta 1.2
Last Update: 07.08.24
Version: Beta 1.3
Last Update: 09.08.24
@author: quentin.raball
Expand Down
4 changes: 2 additions & 2 deletions Extractor/Functions_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
- Basically everythings related of the main window's functions
- Events throughs files managed by this file mainly
Version: Beta 1.2
Last Update: 07.08.24
Version: Beta 1.3
Last Update: 09.08.24
@author: quentin.raball
"""
Expand Down
4 changes: 2 additions & 2 deletions Extractor/Sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
-export_preview() to export graphics and tables
-analyze() to analyze the samples with mode and geometry
Version: Beta 1.2
Last Update: 07.08.24
Version: Beta 1.3
Last Update: 09.08.24
@author: quentin.raball
"""
Expand Down
4 changes: 2 additions & 2 deletions Extractor/ScrollableLabelButtonFrame.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- Get selected checkbox and sample vars functions from mainwindow
- Get Export Options functions
Version: Beta 1.2
Last Update: 07.08.24
Version: Beta 1.3
Last Update: 09.08.24
@author: quentin.raball
Expand Down
Binary file modified Extractor/__pycache__/ConfigWindow.cpython-311.pyc
Binary file not shown.
Binary file modified Extractor/__pycache__/ConfigWindow.cpython-312.pyc
Binary file not shown.
Binary file modified Extractor/__pycache__/Functions_GUI.cpython-311.pyc
Binary file not shown.
Binary file modified Extractor/__pycache__/Functions_GUI.cpython-312.pyc
Binary file not shown.
Binary file modified Extractor/__pycache__/HelpWindow.cpython-311.pyc
Binary file not shown.
Binary file modified Extractor/__pycache__/Sample.cpython-311.pyc
Binary file not shown.
Binary file modified Extractor/__pycache__/Sample.cpython-312.pyc
Binary file not shown.
Binary file modified Extractor/__pycache__/ScrollableLabelButtonFrame.cpython-311.pyc
Binary file not shown.
Binary file modified Extractor/__pycache__/ScrollableLabelButtonFrame.cpython-312.pyc
Binary file not shown.
Binary file modified Extractor/__pycache__/TestBench.cpython-311.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
- Multisampling handling
- Export graphics and sample summary
Version: Beta 1.2
Last Update: 07.08.24
Version: Beta 1.3
Last Update: 09.08.24
@author: quentin.raball
"""
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Le projet est basé sur Python et sur le plugin CustomTkInter : https://github.c

Projet en français réalisé par Quentin Raball

N° Version : Beta 1.1
N° Version : Beta 1.3

## Fonctionnalités
- Gestion des fichiers dans le programme.
- Traitement des fichiers csv obtenus par les machines de traction.
- Traitement de fichiers comprenant plusieurs échantillons en un seul fichier.
- Traitement des fichiers selon les 3 modes suivants : "Traction/Compression", "Flexion 3pts" et "Flexion 4pts".
- Traitement des fichiers selon les 4 modes suivants : "Traction/Compression", "Flexion 3pts", "Flexion 4pts" et "Module de Young".
- Traitement des échantillons selon deux géométries possibles : "Ronde" et "Rectangulaires".
- Paramétrage individuels des échantillons avant leur analyse.
- Générer les graphiques suivants: "Force-Déplacement", "Force-Temps", "Contrainte-Déformation" et "Contrainte-Déplacement", groupés et individuels.
Expand Down Expand Up @@ -45,7 +45,6 @@ Si tout a été installé correctement, il suffit de lancer le programme princip


## A venir (Work in Progress)
- Ajout de l'analyse en mode "Module de Young". Extensomètre obligatoire. Pour traitement des courbes de tractions Force-Temps sinusoïdales et obention du module de Young moyen sur plusieurs cycles de forces.
- Exportation dans un fichier Excel + Rapport type/Compte rendu
- Meilleure gestion du Dark Mode etréglage des derniers problèmes avec le mode sombre.
- Sauvegarde + Chargements sessions/résultats d'analyses.
Expand Down

0 comments on commit a375947

Please sign in to comment.