diff --git a/doc/README.md b/doc/README.md
index 9af20352..7e492f3d 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -861,7 +861,7 @@ For the second part of the phase_calibration
function, an in-depth
-In the PySSPFM application, users can concretely assign the desired phase values for both forward and reverse directions using the pha_fwd
and pha_rev
parameters. It is essential for the user to identify whether they are dealing with a predominant electrostatic component in the on field mode through the main_electrostatic
parameter. Additionally, they can opt to specify the sign for the electrostatic component's slope with the parameter locked_elec_slope
. The user should also provide information about the piezoelectric coefficient sign of the material in the measurement record. With these provided parameters and the calibration protocol, phase values can be attributed to the two peaks in the histogram.
+In the PySSPFM application, users can concretely assign the desired phase values for both forward and reverse directions using the pha_fwd
and pha_rev
parameters. It is essential for the user to identify whether they are dealing with a predominant electrostatic component in the on field mode through the main_electrostatic
parameter. The value of this parameter can vary from one file to another and can therefore be read from a file that contains a list of these parameter values, across main_elec_file_path
, read with extract_main_elec_tab
function of utils/nanoloop_to_hyst/file.py
script. dont le chemin est spécifié par le Additionally, they can opt to specify the sign for the electrostatic component's slope with the parameter locked_elec_slope
. The user should also provide information about the piezoelectric coefficient sign of the material in the measurement record. With these provided parameters and the calibration protocol, phase values can be attributed to the two peaks in the histogram.