Skip to content

Commit 439ec00

Browse files
committed
Add 2D Ramp model and update French translations for image and signal features
1 parent d9a71cc commit 439ec00

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

doc/features/image/menu_file.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Create a new image from various models
4444
- :math:`y[i]` is uniformly distributed between two configurable bounds
4545
* - 2D Gaussian
4646
- :math:`z = A.exp(-\dfrac{(\sqrt{(x-x0)^2+(y-y0)^2}-\mu)^2}{2\sigma^2})`
47+
* - 2D Ramp
48+
- :math:`z = A (x - x_0) + B (y - y_0) + C`
4749

4850
.. _open_image:
4951

doc/locale/fr/LC_MESSAGES/features/image/menu_file.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: DataLab \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-10-16 17:14+0200\n"
11+
"POT-Creation-Date: 2025-10-19 10:34+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language: fr\n"
@@ -88,6 +88,12 @@ msgstr "Gaussienne 2D"
8888
msgid ":math:`z = A.exp(-\\dfrac{(\\sqrt{(x-x0)^2+(y-y0)^2}-\\mu)^2}{2\\sigma^2})`"
8989
msgstr ""
9090

91+
msgid "2D Ramp"
92+
msgstr "Rampe 2D"
93+
94+
msgid ":math:`z = A (x - x_0) + B (y - y_0) + C`"
95+
msgstr ""
96+
9197
msgid "Open image"
9298
msgstr "Ouvrir une image"
9399

doc/locale/fr/LC_MESSAGES/features/signal/menu_file.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: DataLab \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-10-16 17:14+0200\n"
11+
"POT-Creation-Date: 2025-10-19 10:34+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language: fr\n"
@@ -146,7 +146,7 @@ msgid "Linear chirp"
146146
msgstr "Modulation linéaire de fréquence"
147147

148148
#, python-brace-format
149-
msgid ":math:`y = y_{0} + a \\sin(\\phi_{0} + 2\\pi (f_{0} x + \\frac{1}{2} c x^{2}))`"
149+
msgid ":math:`y = y_{0} + A \\sin(\\phi_{0} + 2\\pi (f_{0} x + \\frac{1}{2} c x^{2}))`"
150150
msgstr ""
151151

152152
msgid "Step"
@@ -165,7 +165,7 @@ msgstr ""
165165
msgid "Logistic"
166166
msgstr "Logistique"
167167

168-
msgid ":math:`y = y_{0} + \\dfrac{a}{1 + exp(-k (x - x_{0}))}`"
168+
msgid ":math:`y = y_{0} + \\dfrac{A}{1 + exp(-k (x - x_{0}))}`"
169169
msgstr ""
170170

171171
msgid "Pulse"
@@ -303,3 +303,4 @@ msgstr "Etape 3 : Afficher la représentation graphique"
303303

304304
msgid "The third step shows a graphical representation of the imported data. You can use the `Finish` button to import the data into DataLab workspace."
305305
msgstr "La troisième étape montre une représentation graphique des données importées. Vous pouvez utiliser le bouton « Terminer » pour importer les données dans l'espace de travail de DataLab."
306+

0 commit comments

Comments
 (0)