From 16750d84007308a93ccfc18ea49984dafa6b1b05 Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Fri, 12 May 2023 09:53:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8D=20chore(data=5Fprocessing.py):=20a?= =?UTF-8?q?dd=20missing=20variables=20to=20the=20documentation=20This=20co?= =?UTF-8?q?mmit=20adds=20missing=20variables=20to=20the=20documentation=20?= =?UTF-8?q?of=20the=20`get=5Fadvanced=5Fdata`=20function=20in=20`data=5Fpr?= =?UTF-8?q?ocessing.py`.=20The=20added=20variables=20are=20`H`,=20`L`,=20`?= =?UTF-8?q?l`,=20`MI=5FmR`,=20`MI=5FmH`,=20`MI=5Fmr=5Fin`,=20`V=5Fscan`,?= =?UTF-8?q?=20`R=5FV=5Fscan`,=20`S=5FV=5Fscan`,=20and=20`HI`.=20This=20imp?= =?UTF-8?q?roves=20the=20documentation=20of=20the=20function=20and=20makes?= =?UTF-8?q?=20it=20easier=20for=20developers=20to=20understand=20the=20fun?= =?UTF-8?q?ction's=20behavior.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/data_processing/data_processing.py | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/utils/data_processing/data_processing.py b/utils/data_processing/data_processing.py index f372f91..b1fc30c 100644 --- a/utils/data_processing/data_processing.py +++ b/utils/data_processing/data_processing.py @@ -122,12 +122,22 @@ def get_advanced_data(discrete_data:dict, V_scan = 0, update_progress_bar= progr - Tortuosite - Volume en mm3 - Surface en mm2 - - Moyenne des rayons moyens - - Ecart-type des rayons moyens σ_ - - σ_^tot + - Moyenne des rayons moyens 〈R〉 + - Ecart-type des rayons moyens σ_〈R〉 + - σ_〈R〉^tot + - H + - L + - l - MI_l - MI_p + - MI_mR + - MI_mH + - MI_mr_in + - V_scan + - R_V_scan + - S_V_scan - Rayon hydraulique R_h + - HI """ all_R = discrete_data["Rayon moyen (en mm)"] # Tortusity