From e5fc19a31ab90d23fdddd121ef7fd0ccf9da5176 Mon Sep 17 00:00:00 2001
From: Gamelin Alexis <alexis.gamelin@synchrotron-soleil.fr>
Date: Fri, 5 May 2023 17:30:12 +0200
Subject: [PATCH] Update readme with new Jupyter notebooks

Correct FIRDamper docstring.
---
 README.md                     | 2 ++
 mbtrack2/tracking/feedback.py | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 188558a..64ae3a4 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,8 @@ Examples
 Jupyter notebooks demonstrating mbtrack2 features are available in the example folder and can be opened online using google colab:
 + mbtrack2 base features [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/GamelinAl/mbtrack2_examples/blob/main/mbtrack2_demo.ipynb)
 + dealing with RF cavities and longitudinal beam dynamics [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/GamelinAl/mbtrack2_examples/blob/main/mbtrack2_cavity_resonator.ipynb)
++ collective effects [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/GamelinAl/mbtrack2_examples/blob/main/mbtrack2_collective_effects.ipynb)
++ bunch by bunch feedback [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/GamelinAl/mbtrack2_examples/blob/main/mbtrack2_BxB_FB.ipynb)
 
 References
 ----------
diff --git a/mbtrack2/tracking/feedback.py b/mbtrack2/tracking/feedback.py
index 5e4e5f2..b3633c5 100644
--- a/mbtrack2/tracking/feedback.py
+++ b/mbtrack2/tracking/feedback.py
@@ -79,7 +79,7 @@ class FIRDamper(Element):
         Gain of the FIR filter.
     phase : float
         Phase of the FIR filter in [degree].
-    meas_error : float, optional
+    bpm_error : float, optional
         RMS measurement error applied to the computed mean position.
         Unit is [m] if the plane is "x" or "y" and [s] if the plane is "s".
         The default is None.
-- 
GitLab