pymodaq_data 5.0.27__tar.gz → 5.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/.gitignore +4 -2
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/PKG-INFO +25 -25
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/README.rst +22 -16
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/pyproject.toml +9 -15
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/h5modules/data_saving.py +4 -2
- pymodaq_data-5.0.27/_version.py +0 -34
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/LICENSE +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/__init__.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/data.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/h5modules/__init__.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/h5modules/backends.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/h5modules/browsing.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/h5modules/exporter.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/h5modules/exporters/__init__.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/h5modules/exporters/base.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/h5modules/exporters/flimj.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/h5modules/exporters/hyperspy.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/h5modules/saving.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/h5modules/utils.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/icon.ico +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/numpy_func.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/plotting/__init__.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/plotting/plotter/plotter.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/plotting/plotter/plotters/__init__.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/plotting/plotter/plotters/matplotlib_plotters.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/post_treatment/__init__.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/post_treatment/process_to_scalar.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/slicing.py +0 -0
- {pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/splash.png +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pymodaq_data
|
|
3
|
-
Version: 5.
|
|
3
|
+
Version: 5.1.3
|
|
4
4
|
Summary: Modular Data Acquisition with Python
|
|
5
5
|
Project-URL: Homepage, http://pymodaq.cnrs.fr
|
|
6
|
-
Project-URL: Source, https://github.com/PyMoDAQ/
|
|
7
|
-
Project-URL: Tracker, https://github.com/PyMoDAQ/
|
|
6
|
+
Project-URL: Source, https://github.com/PyMoDAQ/PyMoDAQ
|
|
7
|
+
Project-URL: Tracker, https://github.com/PyMoDAQ/PyMoDAQ/issues
|
|
8
8
|
Author-email: Sébastien Weber <sebastien.weber@cemes.fr>
|
|
9
9
|
License: The MIT License (MIT)
|
|
10
10
|
|
|
@@ -43,16 +43,10 @@ Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
|
43
43
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
44
44
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
45
45
|
Requires-Python: >=3.8
|
|
46
|
-
Requires-Dist: multipledispatch
|
|
47
|
-
Requires-Dist: numpy<2.0.0
|
|
48
|
-
Requires-Dist: packaging
|
|
49
|
-
Requires-Dist: pint
|
|
50
46
|
Requires-Dist: pymodaq-utils>=0.0.8
|
|
51
|
-
Requires-Dist: python-dateutil
|
|
52
47
|
Requires-Dist: scipy
|
|
53
48
|
Requires-Dist: tables<3.9; python_version < '3.10'
|
|
54
49
|
Requires-Dist: tables>=3.10; python_version >= '3.10'
|
|
55
|
-
Requires-Dist: toml
|
|
56
50
|
Provides-Extra: dev
|
|
57
51
|
Requires-Dist: flake8; extra == 'dev'
|
|
58
52
|
Requires-Dist: h5py; extra == 'dev'
|
|
@@ -62,6 +56,12 @@ Requires-Dist: pytest-cov; extra == 'dev'
|
|
|
62
56
|
Requires-Dist: pytest-xdist; extra == 'dev'
|
|
63
57
|
Description-Content-Type: text/x-rst
|
|
64
58
|
|
|
59
|
+
.. ############################################################
|
|
60
|
+
.. WARNING: This file is AUTO-GENERATED from README.rst.tpl.
|
|
61
|
+
.. ⚠️ DO NOT EDIT MANUALLY ⚠️
|
|
62
|
+
.. ############################################################
|
|
63
|
+
|
|
64
|
+
|
|
65
65
|
PyMoDAQ Data
|
|
66
66
|
############
|
|
67
67
|
|
|
@@ -91,29 +91,29 @@ PyMoDAQ Data
|
|
|
91
91
|
|
|
92
92
|
|
|
93
93
|
|
|
94
|
-
.. |39-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
95
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
94
|
+
.. |39-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Linux_3.9.svg
|
|
95
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
96
96
|
|
|
97
|
-
.. |310-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
98
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
97
|
+
.. |310-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Linux_3.10.svg
|
|
98
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
99
99
|
|
|
100
|
-
.. |311-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
101
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
100
|
+
.. |311-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Linux_3.11.svg
|
|
101
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
102
102
|
|
|
103
|
-
.. |312-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
104
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
103
|
+
.. |312-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Linux_3.12.svg
|
|
104
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
105
105
|
|
|
106
|
-
.. |39-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
107
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
106
|
+
.. |39-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Windows_3.9.svg
|
|
107
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
108
108
|
|
|
109
|
-
.. |310-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
110
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
109
|
+
.. |310-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Windows_3.10.svg
|
|
110
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
111
111
|
|
|
112
|
-
.. |311-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
113
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
112
|
+
.. |311-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Windows_3.11.svg
|
|
113
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
114
114
|
|
|
115
|
-
.. |312-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
116
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
115
|
+
.. |312-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Windows_3.12.svg
|
|
116
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
.. ############################################################
|
|
2
|
+
.. WARNING: This file is AUTO-GENERATED from README.rst.tpl.
|
|
3
|
+
.. ⚠️ DO NOT EDIT MANUALLY ⚠️
|
|
4
|
+
.. ############################################################
|
|
5
|
+
|
|
6
|
+
|
|
1
7
|
PyMoDAQ Data
|
|
2
8
|
############
|
|
3
9
|
|
|
@@ -27,29 +33,29 @@ PyMoDAQ Data
|
|
|
27
33
|
|
|
28
34
|
|
|
29
35
|
|
|
30
|
-
.. |39-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
31
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
36
|
+
.. |39-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Linux_3.9.svg
|
|
37
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
32
38
|
|
|
33
|
-
.. |310-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
34
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
39
|
+
.. |310-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Linux_3.10.svg
|
|
40
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
35
41
|
|
|
36
|
-
.. |311-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
37
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
42
|
+
.. |311-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Linux_3.11.svg
|
|
43
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
38
44
|
|
|
39
|
-
.. |312-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
40
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
45
|
+
.. |312-linux| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Linux_3.12.svg
|
|
46
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
41
47
|
|
|
42
|
-
.. |39-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
43
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
48
|
+
.. |39-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Windows_3.9.svg
|
|
49
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
44
50
|
|
|
45
|
-
.. |310-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
46
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
51
|
+
.. |310-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Windows_3.10.svg
|
|
52
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
47
53
|
|
|
48
|
-
.. |311-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
49
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
54
|
+
.. |311-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Windows_3.11.svg
|
|
55
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
50
56
|
|
|
51
|
-
.. |312-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/
|
|
52
|
-
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests.yml
|
|
57
|
+
.. |312-windows| image:: https://raw.githubusercontent.com/PyMoDAQ/PyMoDAQ/badges/pymodaq_data/5.1.x/tests_Windows_3.12.svg
|
|
58
|
+
:target: https://github.com/PyMoDAQ/pymodaq_data/actions/workflows/tests-data.yml
|
|
53
59
|
|
|
54
60
|
|
|
55
61
|
|
|
@@ -32,19 +32,11 @@ classifiers = [
|
|
|
32
32
|
]
|
|
33
33
|
dependencies = [
|
|
34
34
|
"pymodaq_utils>=0.0.8",
|
|
35
|
-
"multipledispatch",
|
|
36
|
-
"numpy < 2.0.0",
|
|
37
|
-
"packaging",
|
|
38
|
-
"pint",
|
|
39
|
-
"python-dateutil",
|
|
40
35
|
"scipy",
|
|
41
|
-
"toml",
|
|
42
36
|
"tables>=3.10; python_version>=\"3.10\"", # issue with some version of required package blosc2>=2.2.8
|
|
43
37
|
"tables<3.9; python_version<\"3.10\"", # issue with some version of required package blosc2>=2.2.8
|
|
44
38
|
]
|
|
45
39
|
|
|
46
|
-
|
|
47
|
-
|
|
48
40
|
[project.optional-dependencies]
|
|
49
41
|
dev = [
|
|
50
42
|
"hatch",
|
|
@@ -55,20 +47,22 @@ dev = [
|
|
|
55
47
|
"pytest-xdist",
|
|
56
48
|
]
|
|
57
49
|
|
|
58
|
-
|
|
59
50
|
[project.urls]
|
|
60
51
|
Homepage = "http://pymodaq.cnrs.fr"
|
|
61
|
-
Source = "https://github.com/PyMoDAQ/
|
|
62
|
-
Tracker = "https://github.com/PyMoDAQ/
|
|
52
|
+
Source = "https://github.com/PyMoDAQ/PyMoDAQ"
|
|
53
|
+
Tracker = "https://github.com/PyMoDAQ/PyMoDAQ/issues"
|
|
54
|
+
|
|
55
|
+
[tool.hatch.version.raw-options]
|
|
56
|
+
search_parent_directories = true
|
|
57
|
+
fallback_version = "5.1.0"
|
|
58
|
+
git_describe_command = "python git_describe.py packages/pymodaq_data"
|
|
63
59
|
|
|
64
60
|
[tool.hatch.version]
|
|
65
61
|
source = "vcs"
|
|
66
|
-
|
|
62
|
+
|
|
63
|
+
|
|
67
64
|
|
|
68
65
|
[tool.hatch.build.targets.sdist]
|
|
69
66
|
include = [
|
|
70
67
|
"/src",
|
|
71
68
|
]
|
|
72
|
-
|
|
73
|
-
[tool.hatch.build.hooks.vcs]
|
|
74
|
-
version-file = "_version.py"
|
|
@@ -1106,8 +1106,9 @@ class DataLoader:
|
|
|
1106
1106
|
data.create_missing_axes()
|
|
1107
1107
|
return data
|
|
1108
1108
|
|
|
1109
|
-
def load_all(self, where: GROUP, data: DataToExport, with_bkg=False) -> DataToExport:
|
|
1110
|
-
|
|
1109
|
+
def load_all(self, where: GROUP, data: DataToExport = None, with_bkg=False) -> DataToExport:
|
|
1110
|
+
if data is None:
|
|
1111
|
+
data = DataToExport('Loaded data')
|
|
1111
1112
|
where = self._h5saver.get_node(where)
|
|
1112
1113
|
children_dict = where.children()
|
|
1113
1114
|
data_list = []
|
|
@@ -1122,3 +1123,4 @@ class DataLoader:
|
|
|
1122
1123
|
break
|
|
1123
1124
|
data_tmp = DataToExport(name=where.name, data=data_list)
|
|
1124
1125
|
data.append(data_tmp)
|
|
1126
|
+
return data
|
pymodaq_data-5.0.27/_version.py
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# file generated by setuptools-scm
|
|
2
|
-
# don't change, don't track in version control
|
|
3
|
-
|
|
4
|
-
__all__ = [
|
|
5
|
-
"__version__",
|
|
6
|
-
"__version_tuple__",
|
|
7
|
-
"version",
|
|
8
|
-
"version_tuple",
|
|
9
|
-
"__commit_id__",
|
|
10
|
-
"commit_id",
|
|
11
|
-
]
|
|
12
|
-
|
|
13
|
-
TYPE_CHECKING = False
|
|
14
|
-
if TYPE_CHECKING:
|
|
15
|
-
from typing import Tuple
|
|
16
|
-
from typing import Union
|
|
17
|
-
|
|
18
|
-
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
19
|
-
COMMIT_ID = Union[str, None]
|
|
20
|
-
else:
|
|
21
|
-
VERSION_TUPLE = object
|
|
22
|
-
COMMIT_ID = object
|
|
23
|
-
|
|
24
|
-
version: str
|
|
25
|
-
__version__: str
|
|
26
|
-
__version_tuple__: VERSION_TUPLE
|
|
27
|
-
version_tuple: VERSION_TUPLE
|
|
28
|
-
commit_id: COMMIT_ID
|
|
29
|
-
__commit_id__: COMMIT_ID
|
|
30
|
-
|
|
31
|
-
__version__ = version = '5.0.27'
|
|
32
|
-
__version_tuple__ = version_tuple = (5, 0, 27)
|
|
33
|
-
|
|
34
|
-
__commit_id__ = commit_id = None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/plotting/plotter/plotters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pymodaq_data-5.0.27 → pymodaq_data-5.1.3}/src/pymodaq_data/post_treatment/process_to_scalar.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|