🔍 chore(data_processing.py): add missing variables to the documentation
This commit adds missing variables to the documentation of the `get_advanced_data` function in `data_processing.py`. The added variables are `H`, `L`, `l`, `MI_mR`, `MI_mH`, `MI_mr_in`, `V_scan`, `R_V_scan`, `S_V_scan`, and `HI`. This improves the documentation of the function and makes it easier for developers to understand the function's behavior.
This commit is contained in:
parent
70b4e11b62
commit
16750d8400
@ -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 <R>
|
||||
- Ecart-type des rayons moyens σ_<R>
|
||||
- σ_<R>^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
|
||||
|
Loading…
Reference in New Issue
Block a user