You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/locale/fr/LC_MESSAGES/api/objects.po
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version: DataLab \n"
10
10
"Report-Msgid-Bugs-To: \n"
11
-
"POT-Creation-Date: 2025-07-08 14:49+0200\n"
11
+
"POT-Creation-Date: 2025-07-08 17:36+0200\n"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language: fr\n"
@@ -20,13 +20,13 @@ msgstr ""
20
20
"Generated-By: Babel 2.17.0\n"
21
21
22
22
msgid"Model classes for signals and images (:mod:`sigima.objects`)"
23
-
msgstr""
23
+
msgstr"Modèles de classes pour les signaux et les images (:mod:`sigima.objects`)"
24
24
25
-
msgid"The :mod:`sigima.objects` module aims at providing all the necessary classes and functions to create and manipulate DataLab signal and image objects."
26
-
msgstr""
25
+
msgid"The :mod:`sigima.objects` module aims at providing all the necessary classes and functions to create and manipulate Sigima signal and image objects."
26
+
msgstr"Le module :mod:`sigima.objects` vise à fournir toutes les classes et fonctions nécessaires pour créer et manipuler des objets de signal et d'image Sigima."
27
27
28
28
msgid"Those classes and functions are defined in submodules:"
29
-
msgstr""
29
+
msgstr"Ces classes et fonctions sont définies dans des sous-modules :"
Copy file name to clipboardExpand all lines: doc/locale/fr/LC_MESSAGES/api/params.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version: DataLab \n"
10
10
"Report-Msgid-Bugs-To: \n"
11
-
"POT-Creation-Date: 2025-07-08 14:49+0200\n"
11
+
"POT-Creation-Date: 2025-07-08 17:36+0200\n"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language: fr\n"
@@ -46,7 +46,7 @@ msgstr ""
46
46
msgid"Introduction to `DataSet` parameters"
47
47
msgstr""
48
48
49
-
msgid"The datasets listed in the following sections are used to define the parameters necessary for the various computations and processing operations available in DataLab."
49
+
msgid"The datasets listed in the following sections are used to define the parameters necessary for the various computations and processing operations available in Sigima."
50
50
msgstr""
51
51
52
52
msgid"Each dataset is a subclass of :py:class:`guidata.dataset.datatypes.DataSet` and thus needs to be instantiated before being used."
Copy file name to clipboardExpand all lines: doc/locale/fr/LC_MESSAGES/api/proc.po
+52-44Lines changed: 52 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version: DataLab \n"
10
10
"Report-Msgid-Bugs-To: \n"
11
-
"POT-Creation-Date: 2025-07-08 14:49+0200\n"
11
+
"POT-Creation-Date: 2025-07-08 17:42+0200\n"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language: fr\n"
@@ -20,34 +20,37 @@ msgstr ""
20
20
"Generated-By: Babel 2.17.0\n"
21
21
22
22
msgid"Computation (:mod:`sigima.proc`)"
23
-
msgstr""
23
+
msgstr"Calculs (:mod:`sigima.proc`)"
24
24
25
-
msgid"This package contains the computation functions used by the DataLab project. Those functions operate directly on DataLab objects (i.e. :class:`sigima.objects.SignalObj` and :class:`sigima.objects.ImageObj`) and are designed to be used in the DataLab pipeline, but can be used independently as well."
26
-
msgstr""
25
+
msgid"This package contains the Sigima computation functions that implement processing features for signal and image objects. These functions are designed to operate directly on :class:`sigima.objects.SignalObj` and :class:`sigima.objects.ImageObj` objects, which are defined in the :mod:`sigima.objects` package."
26
+
msgstr"Ce paquet contient les fonctions de calcul Sigima qui implémentent des fonctionnalités de traitement pour les objets signal et image. Ces fonctions sont conçues pour fonctionner directement sur les objets :class:`sigima.objects.SignalObj` et :class:`sigima.objects.ImageObj`, qui sont définis dans le paquet :mod:`sigima.objects`."
27
27
28
-
msgid"The :mod:`sigima.proc` package is the main entry point for the DataLab computation functions when manipulating DataLab objects. See the :mod:`sigima.tools` package for algorithms that operate directly on NumPy arrays."
29
-
msgstr""
28
+
msgid"Even though these functions are primarily designed to be used in the Sigima pipeline, they can also be used independently."
29
+
msgstr"Bien que ces fonctions soient principalement conçues pour être utilisées dans le pipeline Sigima, elles peuvent également être utilisées de manière indépendante."
30
30
31
-
msgid"Each computation module defines a set of computation objects, that is, functions that implement processing features and classes that implement the corresponding parameters (in the form of :py:class:`guidata.dataset.datatypes.Dataset` subclasses). The computation functions takes a DataLab object (e.g. :class:`sigima.objects.SignalObj`) and a parameter object (e.g. :py:class:`sigima.params.MovingAverageParam`) as input and return a DataLab object as output (the result of the computation). The parameter object is used to configure the computation function (e.g. the size of the moving average window)."
32
-
msgstr""
31
+
msgid"See the :mod:`sigima.tools` package for some algorithms that operate directly on NumPy arrays."
32
+
msgstr"Voir le paquet :mod:`sigima.tools` pour certains algorithmes qui opèrent directement sur des tableaux NumPy."
33
33
34
-
msgid"In DataLab overall architecture, the purpose of this package is to provide the computation functions that are used by the :mod:`sigima.core.gui.processor` module, based on the algorithms defined in the :mod:`sigima.tools` module and on the data model defined in the :mod:`sigima.objects` (or :mod:`sigima.core.model`) module."
35
-
msgstr""
34
+
msgid"Each computation module defines a set of computation objects, that is, functions that implement processing features and classes that implement the corresponding parameters (in the form of :py:class:`guidata.dataset.datatypes.Dataset` subclasses). The computation functions takes a signal or image object (e.g. :py:class:`sigima.objects.SignalObj`) and a parameter object (e.g. :py:class:`sigima.params.MovingAverageParam`) as input and return a signal or image object as output (the result of the computation). The parameter object is used to configure the computation function (e.g. the size of the moving average window)."
35
+
msgstr"Chaque module de calcul définit un ensemble d'objets de calcul, c'est-à-dire des fonctions qui implémentent des fonctionnalités de traitement et des classes qui implémentent les paramètres correspondants (sous la forme de sous-classes de :py:class:`guidata.dataset.datatypes.Dataset`). Les fonctions de calcul prennent un objet signal ou image (par exemple :py:class:`sigima.objects.SignalObj`) et un objet paramètre (par exemple :py:class:`sigima.params.MovingAverageParam`) en entrée et renvoient un objet signal ou image en sortie (le résultat du calcul). L'objet paramètre est utilisé pour configurer la fonction de calcul (par exemple, la taille de la fenêtre de moyenne mobile)."
36
+
37
+
msgid"In Sigima overall architecture, the purpose of this package is to provide the computation functions that are used by the :mod:`sigima.core.gui.processor` module, based on the algorithms defined in the :mod:`sigima.tools` module and on the data model defined in the :mod:`sigima.objects` (or :mod:`sigima.core.model`) module."
38
+
msgstr"Dans l'architecture globale de Sigima, le but de ce paquet est de fournir les fonctions de calcul qui sont utilisées par le module :mod:`sigima.core.gui.processor`, basées sur les algorithmes définis dans le module :mod:`sigima.tools` et sur le modèle de données défini dans le module :mod:`sigima.objects` (ou :mod:`sigima.core.model`)."
36
39
37
40
msgid"The computation modules are organized in subpackages according to their purpose. The following subpackages are available:"
38
-
msgstr""
41
+
msgstr"Les modules de calcul sont organisés en sous-packages selon leur objectif. Les sous-packages suivants sont disponibles :"
39
42
40
43
msgid":mod:`sigima.proc.base`: Common processing features"
41
-
msgstr""
44
+
msgstr":mod:`sigima.proc.base`: Fonctionnalités de traitement communes"
42
45
43
46
msgid":mod:`sigima.proc.signal`: Signal processing features"
44
-
msgstr""
47
+
msgstr":mod:`sigima.proc.signal`: Fonctionnalités de traitement des signaux"
msgid"Restore data outside the Region Of Interest (ROI) of the input signal after a computation, only if the input signal has a ROI, and if the output signal has the same ROI as the input signal, and if the data types are the same, and if the shapes are the same. Otherwise, do nothing."
315
318
msgstr""
@@ -320,7 +323,7 @@ msgstr ""
320
323
msgid"source signal object"
321
324
msgstr""
322
325
323
-
msgid"Wrap a 1 array → 1 array function (the simple case of y1 = f(y0)) to produce a 1 signal → 1 signal function, which can be used inside DataLab's infrastructure to perform computations with the Signal Processor object."
326
+
msgid"Wrap a 1 array → 1 array function (the simple case of y1 = f(y0)) to produce a 1 signal → 1 signal function, which can be used as a Sigima computation function and inside DataLab's infrastructure to perform computations with the Signal Processor object."
324
327
msgstr""
325
328
326
329
msgid"This wrapping mechanism using a class is necessary for the resulted function to be pickable by the ``multiprocessing`` module."
@@ -1068,10 +1071,10 @@ msgid "An object containing the x-values at the minima and the maxima."
1068
1071
msgstr""
1069
1072
1070
1073
msgid"Image processing features"
1071
-
msgstr""
1074
+
msgstr"Fonctionnalités de traitement d'image"
1072
1075
1073
-
msgid"Base image processing features"
1074
-
msgstr""
1076
+
msgid"Basic image processing"
1077
+
msgstr"Traitement d'image de base"
1075
1078
1076
1079
msgid"Grid parameters"
1077
1080
msgstr""
@@ -1097,8 +1100,8 @@ msgstr ""
1097
1100
msgid"New instance of :py:class:`GridParam`."
1098
1101
msgstr""
1099
1102
1100
-
msgid"Threshold features"
1101
-
msgstr""
1103
+
msgid"Thresholding"
1104
+
msgstr"Seuillage"
1102
1105
1103
1106
msgid"Threshold computation module"
1104
1107
msgstr""
@@ -1172,8 +1175,8 @@ msgstr ""
1172
1175
msgid"Compute the threshold using the Yen algorithm with default parameters, see :py:func:`skimage.filters.threshold_yen`"
1173
1176
msgstr""
1174
1177
1175
-
msgid"Exposure correction features"
1176
-
msgstr""
1178
+
msgid"Exposure correction"
1179
+
msgstr"Correction d'exposition"
1177
1180
1178
1181
msgid"Exposure computation module"
1179
1182
msgstr""
@@ -1340,8 +1343,8 @@ msgstr ""
1340
1343
msgid"Apply offset correction"
1341
1344
msgstr""
1342
1345
1343
-
msgid"Restoration features"
1344
-
msgstr""
1346
+
msgid"Restoration"
1347
+
msgstr"Restauration"
1345
1348
1346
1349
msgid"Restoration computation module"
1347
1350
msgstr""
@@ -1412,7 +1415,7 @@ msgstr ""
1412
1415
msgid"Denoise using White Top-Hat with :py:func:`skimage.morphology.white_tophat`"
1413
1416
msgstr""
1414
1417
1415
-
msgid"Morphological features"
1418
+
msgid"Morphology"
1416
1419
msgstr""
1417
1420
1418
1421
msgid"Morphology computation module"
@@ -1448,8 +1451,8 @@ msgstr ""
1448
1451
msgid"Compute morphological closing with :py:func:`skimage.morphology.closing`"
1449
1452
msgstr""
1450
1453
1451
-
msgid"Edge detection features"
1452
-
msgstr""
1454
+
msgid"Edge detection"
1455
+
msgstr"Détection de contours"
1453
1456
1454
1457
msgid"Edges computation module"
1455
1458
msgstr""
@@ -1535,8 +1538,8 @@ msgstr ""
1535
1538
msgid"Compute Laplace filter with :py:func:`skimage.filters.laplace`"
1536
1539
msgstr""
1537
1540
1538
-
msgid"Detection features"
1539
-
msgstr""
1541
+
msgid"Detection"
1542
+
msgstr"Détection"
1540
1543
1541
1544
msgid"Detection computation module"
1542
1545
msgstr""
@@ -1754,19 +1757,13 @@ msgstr ""
1754
1757
msgid"Circle coordinates"
1755
1758
msgstr""
1756
1759
1757
-
msgid"Metadata for a computation function."
1758
-
msgstr""
1759
-
1760
-
msgid"The name of the computation function."
1761
-
msgstr""
1762
-
1763
-
msgid"str"
1760
+
msgid"Utilities"
1764
1761
msgstr""
1765
1762
1766
-
msgid"A description or docstring for the computation function."
1763
+
msgid"This package also provides some utility functions to help with the creation and introspection of computation functions:"
1767
1764
msgstr""
1768
1765
1769
-
msgid"Decorator to mark a function as a DataLab computation function."
1766
+
msgid"Decorator to mark a function as a Sigima computation function."
1770
1767
msgstr""
1771
1768
1772
1769
msgid"Optional name to override the function name."
@@ -1778,16 +1775,16 @@ msgstr ""
1778
1775
msgid"The wrapped function, tagged with a marker attribute."
1779
1776
msgstr""
1780
1777
1781
-
msgid"Check if a function is a DataLab computation function."
1778
+
msgid"Check if a function is a Sigima computation function."
1782
1779
msgstr""
1783
1780
1784
1781
msgid"The function to check."
1785
1782
msgstr""
1786
1783
1787
-
msgid"True if the function is a DataLab computation function, False otherwise."
1784
+
msgid"True if the function is a Sigima computation function, False otherwise."
1788
1785
msgstr""
1789
1786
1790
-
msgid"Get the metadata of a DataLab computation function."
1787
+
msgid"Get the metadata of a Sigima computation function."
1791
1788
msgstr""
1792
1789
1793
1790
msgid"The function to get metadata from."
@@ -1799,7 +1796,7 @@ msgstr ""
1799
1796
msgid"Raises"
1800
1797
msgstr""
1801
1798
1802
-
msgid"If the function is not a DataLab computation function."
1799
+
msgid"If the function is not a Sigima computation function."
1803
1800
msgstr""
1804
1801
1805
1802
msgid"Find all computation functions in the `sigima.proc` package."
@@ -1814,3 +1811,14 @@ msgstr ""
1814
1811
msgid"A list of tuples, each containing the function name and the function object."
1815
1812
msgstr""
1816
1813
1814
+
msgid"Metadata for a computation function."
1815
+
msgstr""
1816
+
1817
+
msgid"The name of the computation function."
1818
+
msgstr""
1819
+
1820
+
msgid"str"
1821
+
msgstr""
1822
+
1823
+
msgid"A description or docstring for the computation function."
0 commit comments