diff --git a/_modules/omc3/check_corrections.html b/_modules/omc3/check_corrections.html index 096b5750..b5df10eb 100644 --- a/_modules/omc3/check_corrections.html +++ b/_modules/omc3/check_corrections.html @@ -317,7 +317,7 @@

Source code for omc3.check_corrections

 
     Filepattern to use to find correction files in folders (as regex).
 
-    default: ``^changeparameters*?\.madx$``
+    default: ``^changeparameters*?\\.madx$``
 
 
 - **individual_to_input**:
@@ -339,7 +339,7 @@ 

Source code for omc3.check_corrections

 
     In case your IPs have a weird name. Specify regex pattern.
 
-    default: ``IP\d$``
+    default: ``IP\\d$``
 
 
 - **lines_manual** *(DictAsString)*:
diff --git a/_modules/omc3/correction/sequence_evaluation.html b/_modules/omc3/correction/sequence_evaluation.html
index a45cc88c..46d84a5a 100644
--- a/_modules/omc3/correction/sequence_evaluation.html
+++ b/_modules/omc3/correction/sequence_evaluation.html
@@ -445,7 +445,7 @@ 

Source code for omc3.correction.sequence_evaluation

# create a survey and save it to a temporary file job_content += ( "select, flag=survey, clear;\n" - f"select, flag=survey, pattern='^M.*\.B{accel_inst.beam:d}$', COLUMN=NAME, L;\n" + f"select, flag=survey, pattern='^M.*\\.B{accel_inst.beam:d}$', COLUMN=NAME, L;\n" "survey, file='%(TEMPFILE)s';\n" "readmytable, file='%(TEMPFILE)s', table=mytable;\n" "n_elem = table(mytable, tablelength);\n" diff --git a/_modules/omc3/plotting/plot_checked_corrections.html b/_modules/omc3/plotting/plot_checked_corrections.html index 53127fe6..93c2c2f1 100644 --- a/_modules/omc3/plotting/plot_checked_corrections.html +++ b/_modules/omc3/plotting/plot_checked_corrections.html @@ -271,7 +271,7 @@

Source code for omc3.plotting.plot_checked_corrections

In case your IPs have a weird name. Specify regex pattern. - default: ``IP\d$`` + default: ``IP\\d$`` - **lines_manual** *(DictAsString)*: diff --git a/_modules/omc3/plotting/plot_optics_measurements.html b/_modules/omc3/plotting/plot_optics_measurements.html index 5edb70d9..7454ad02 100644 --- a/_modules/omc3/plotting/plot_optics_measurements.html +++ b/_modules/omc3/plotting/plot_optics_measurements.html @@ -260,7 +260,7 @@

Source code for omc3.plotting.plot_optics_measurements

- **ip_search_pattern**: In case your IPs have a weird name. Specify regex pattern. - Default: ``IP\d$`` + Default: ``IP\\d$`` - **lines_manual** *(DictAsString)*: List of manual lines to plot. Need to contain arguments for axvline, and may contain the additional keys "text" and "loc" which is one of ['bottom', 'top', 'line bottom', 'line top'] diff --git a/_modules/omc3/scripts/merge_kmod_results.html b/_modules/omc3/scripts/merge_kmod_results.html index 16e6c4b4..ad08587b 100644 --- a/_modules/omc3/scripts/merge_kmod_results.html +++ b/_modules/omc3/scripts/merge_kmod_results.html @@ -359,7 +359,7 @@

Source code for omc3.scripts.merge_kmod_results

< .. math:: \\sigma_{\\frac{L_{IP1}}{L_{IP5}}} = \\frac{1}{2}\\frac{L_{IP1}}{L_{IP5}} - \\cdot \\sqrt{\\sum_{\substack{z \\in (x,y) \\\\ i \\in (IP1, IP5) }} + \\cdot \\sqrt{\\sum_{\\substack{z \\in (x,y) \\\\ i \\in (IP1, IP5) }} {\\frac{\\sigma^2_{\\beta_{z1,i}} + \\sigma^2_{\\beta_{z2,i}}} {(\\beta_{z1,i}+\\beta_{z2,i})^2}}} Args: diff --git a/_modules/omc3/tune_analysis/constants.html b/_modules/omc3/tune_analysis/constants.html index de60ef4c..1c61c0c5 100644 --- a/_modules/omc3/tune_analysis/constants.html +++ b/_modules/omc3/tune_analysis/constants.html @@ -475,7 +475,7 @@

Source code for omc3.tune_analysis.constants

    """ Tune label for the action/tune plots. """
     unit = ""
     if scale:
-        unit = f" \quad [10^{{{scale:d}}}]"
+        unit = fr" \quad [10^{{{scale:d}}}]"
     return fr"$\Delta Q_{plane.lower():s}{unit}$"
diff --git a/environment.pickle b/environment.pickle index d88d4512..098274df 100644 Binary files a/environment.pickle and b/environment.pickle differ