From 19fd59bc11e8298e79cdda69cab1c226770a20f0 Mon Sep 17 00:00:00 2001 From: SVJ_Vitor Date: Thu, 5 Sep 2024 14:25:31 +0200 Subject: [PATCH] FIX: typo and enhance Geogebra plots (#291) --- docs/report/033.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/report/033.ipynb b/docs/report/033.ipynb index e3ca052d..63c9d5ea 100644 --- a/docs/report/033.ipynb +++ b/docs/report/033.ipynb @@ -27,7 +27,7 @@ ":::{card} PWA101: Amplitude analysis with Python basics\n", "TR-033\n", "^^^\n", - "This document introduces amplitude analysis, and specifically the technique called Partial Wave Analysis (PWA), by demonstrating its application to a specific reaction channel and amplitude model. The tutorial uses basic Python programming and libraries (e.g. [`numpy`](https://numpy.org/doc/stable), [`scipy`](https://docs.scipy.org/doc/scipy), etc.) are used to illustrate the more fundamental steps of PWA in hadron physics.\n", + "This tutorial introduces amplitude analysis, and specifically the technique called Partial Wave Analysis (PWA), by demonstrating its application to a specific reaction channel and amplitude model. Basic Python programming and libraries (e.g. [`numpy`](https://numpy.org/doc/stable), [`scipy`](https://docs.scipy.org/doc/scipy), etc.) are used to illustrate the more fundamental steps of PWA in hadron physics.\n", "+++\n", "✅ [ComPWA/RUB-EP1-AG#93](https://github.com/ComPWA/RUB-EP1-AG/issues/93), [compwa.github.io#217](https://github.com/ComPWA/compwa.github.io/pull/217)\n", ":::\n", @@ -1314,7 +1314,7 @@ "| CM frame | Helicity frame |\n", "|---|---|\n", "| Before boosting | After boosting into the $p_1+p_2$ subsystem |\n", - "| | |\n", + "| | |\n", "\n", "The **production plane** (cyan) is defined by the momenta of the incoming particles that participate in the production of a particular state or particle. In the figure, we have $a+b \\to (R\\to 1+2)+3$ (subsystem $p_1+p_2$), meaning that the production plane is spanned by the momenta of $a$ (or $b$) and $1$.\n", "\n",