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/api/index.rst
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,7 @@
3
3
API
4
4
===
5
5
6
-
The public Application Programming Interface (API) of DataLab offers a set of
7
-
functions to access the DataLab features. Those functions are available in various
8
-
submodules of the `datalab` package. The following table lists the available submodules
9
-
and their purpose:
6
+
The public Application Programming Interface (API) of DataLab offers a set of functions to access the DataLab features. Those functions are available in various submodules of the `sigima` and `datalab` packages. The `sigima` package is the computation engine of DataLab, while the `datalab` package provides the interface to access the application features. The following table lists the available submodules and their purpose:
10
7
11
8
.. list-table::
12
9
:header-rows: 1
@@ -16,16 +13,16 @@ and their purpose:
16
13
- Purpose
17
14
18
15
* - :mod:`sigima.tools`
19
-
- Algorithms for data analysis, which operates on NumPy arrays
16
+
- Algorithms for data analysis (operating on NumPy arrays) which purpose is to fill in the gaps of common scientific libraries (NumPy, SciPy, scikit-image, etc.), offering consistent tools for computation functions (see :mod:`sigima.proc`)
20
17
21
18
* - :mod:`sigima.params`
22
-
- Convenience module to access the DataLab sets of parameters (instances of :class:`guidata.dataset.DataSet` objects)
19
+
- Sets of parameters for configuring computation functions (these parameters are instances of :class:`guidata.dataset.DataSet` objects)
23
20
24
21
* - :mod:`sigima.objects`
25
-
- Convenience module to access the DataLab objects (:class:`sigima.objects.SignalObj` or:class:`sigima.objects.ImageObj`) and related functions
22
+
- Object model for signals and images (:class:`sigima.objects.SignalObj` and:class:`sigima.objects.ImageObj`) and related functions
26
23
27
24
* - :mod:`sigima.proc`
28
-
- Computation functions, which operate on DataLab objects (:class:`sigima.objects.SignalObj` or :class:`sigima.objects.ImageObj`)
25
+
- Computation functions, which operate on signal and image objects (:class:`sigima.objects.SignalObj` or :class:`sigima.objects.ImageObj`)
29
26
30
27
* - :mod:`datalab.proxy`
31
28
- Proxy objects to access the DataLab interface from a Python script or a remote application
msgid"The public Application Programming Interface (API) of DataLab offers a set of functions to access the DataLab features. Those functions are available in various submodules of the `datalab` package. The following table lists the available submodules and their purpose:"
32
-
msgstr"L'interface de programmation d'application (API) publique de DataLab offre un ensemble de fonctions pour accéder aux fonctionnalités de DataLab. Ces fonctions sont disponibles dans divers sous-modules du package `datalab`. Le tableau suivant répertorie les sous-modules disponibles et leurs contenus respectifs :"
31
+
msgid"The public Application Programming Interface (API) of DataLab offers a set of functions to access the DataLab features. Those functions are available in various submodules of the `sigima` and `datalab` packages. The `sigima` package is the computation engine of DataLab, while the `datalab` package provides the interface to access the application features. The following table lists the available submodules and their purpose:"
32
+
msgstr"L'interface de programmation d'application (API) publique de DataLab offre un ensemble de fonctions pour accéder aux fonctionnalités de DataLab. Ces fonctions sont disponibles dans divers sous-modules des paquets `sigima` et `datalab`. Le paquet `sigima` est le moteur de calcul de DataLab, tandis que le paquet `datalab` fournit l'interface pour accéder aux fonctionnalités de l'application. Le tableau suivant répertorie les sous-modules disponibles et leur objectif :"
33
33
34
34
msgid"Submodule"
35
35
msgstr"Sous-module"
@@ -40,26 +40,26 @@ msgstr "Contenu"
40
40
msgid":mod:`sigima.tools`"
41
41
msgstr""
42
42
43
-
msgid"Algorithms for data analysis, which operates on NumPy arrays"
44
-
msgstr"Algorithmes pour l'analyse de données, qui opèrent sur des tableaux NumPy"
43
+
msgid"Algorithms for data analysis (operating on NumPy arrays) which purpose is to fill in the gaps of common scientific libraries (NumPy, SciPy, scikit-image, etc.), offering consistent tools for computation functions (see :mod:`sigima.proc`)"
44
+
msgstr"Algorithmes pour l'analyse de données (opérant sur des tableaux NumPy) dont le but est de combler les lacunes des bibliothèques scientifiques courantes (NumPy, SciPy, scikit-image, etc.), offrant des outils cohérents pour les fonctions de calcul (voir :mod:`sigima.proc`)"
45
45
46
46
msgid":mod:`sigima.params`"
47
47
msgstr""
48
48
49
-
msgid"Convenience module to access the DataLab sets of parameters (instances of :class:`guidata.dataset.DataSet` objects)"
50
-
msgstr"Module de commodité pour accéder aux ensembles de paramètres DataLab (instances d'objets :class:`guidata.dataset.DataSet`)"
49
+
msgid"Sets of parameters for configuring computation functions (these parameters are instances of :class:`guidata.dataset.DataSet` objects)"
50
+
msgstr"Ensembles de paramètres pour configurer les fonctions de calcul (ces paramètres sont des instances d'objets :class:`guidata.dataset.DataSet`)"
51
51
52
52
msgid":mod:`sigima.objects`"
53
53
msgstr""
54
54
55
-
msgid"Convenience module to access the DataLab objects (:class:`sigima.objects.SignalObj` or :class:`sigima.objects.ImageObj`) and related functions"
56
-
msgstr"Module de commodité pour accéder aux objets DataLab (:class:`sigima.objects.SignalObj` ou :class:`sigima.objects.ImageObj`) et fonctions associées"
55
+
msgid"Object model for signals and images (:class:`sigima.objects.SignalObj` and :class:`sigima.objects.ImageObj`) and related functions"
56
+
msgstr"Modèle objet pour les signaux et les images (:class:`sigima.objects.SignalObj` et :class:`sigima.objects.ImageObj`) et fonctions associées"
57
57
58
58
msgid":mod:`sigima.proc`"
59
59
msgstr""
60
60
61
-
msgid"Computation functions, which operate on DataLab objects (:class:`sigima.objects.SignalObj` or :class:`sigima.objects.ImageObj`)"
62
-
msgstr"Fonctions de calcul, qui opèrent sur les objets DataLab (:class:`sigima.objects.SignalObj` ou :class:`sigima.objects.ImageObj`)"
61
+
msgid"Computation functions, which operate on signal and image objects (:class:`sigima.objects.SignalObj` or :class:`sigima.objects.ImageObj`)"
62
+
msgstr"Fonctions de calcul, qui opèrent sur des objets signaux et images (:class:`sigima.objects.SignalObj` ou :class:`sigima.objects.ImageObj`)"
0 commit comments