ewokstomo 0.1.0__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.
Files changed (38) hide show
  1. ewokstomo-0.1.0/LICENSE.md +20 -0
  2. ewokstomo-0.1.0/PKG-INFO +61 -0
  3. ewokstomo-0.1.0/README.md +7 -0
  4. ewokstomo-0.1.0/pyproject.toml +70 -0
  5. ewokstomo-0.1.0/setup.cfg +4 -0
  6. ewokstomo-0.1.0/src/ewokstomo/__init__.py +0 -0
  7. ewokstomo-0.1.0/src/ewokstomo/tasks/__init__.py +0 -0
  8. ewokstomo-0.1.0/src/ewokstomo/tasks/nxtomomill.py +26 -0
  9. ewokstomo-0.1.0/src/ewokstomo/tasks/sumtask.py +44 -0
  10. ewokstomo-0.1.0/src/ewokstomo/tests/__init__.py +0 -0
  11. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/TestEwoksTomo_0010.h5 +0 -0
  12. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0002/edgetwinmic_0000.h5 +0 -0
  13. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0003/edgetwinmic_0000.h5 +0 -0
  14. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0000.h5 +0 -0
  15. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0001.h5 +0 -0
  16. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0002.h5 +0 -0
  17. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0003.h5 +0 -0
  18. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0004.h5 +0 -0
  19. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0005.h5 +0 -0
  20. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0006.h5 +0 -0
  21. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0007.h5 +0 -0
  22. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0008.h5 +0 -0
  23. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0009.h5 +0 -0
  24. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0010.h5 +0 -0
  25. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0005/edgetwinmic_0000.h5 +0 -0
  26. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0005/edgetwinmic_0001.h5 +0 -0
  27. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0005/edgetwinmic_0002.h5 +0 -0
  28. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0005/edgetwinmic_0003.h5 +0 -0
  29. ewokstomo-0.1.0/src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0005/edgetwinmic_0004.h5 +0 -0
  30. ewokstomo-0.1.0/src/ewokstomo/tests/test_nxtomo.py +64 -0
  31. ewokstomo-0.1.0/src/ewokstomo/tests/test_sumtask.py +9 -0
  32. ewokstomo-0.1.0/src/ewokstomo/tests/workflows/nxtomomill.json +18 -0
  33. ewokstomo-0.1.0/src/ewokstomo.egg-info/PKG-INFO +61 -0
  34. ewokstomo-0.1.0/src/ewokstomo.egg-info/SOURCES.txt +36 -0
  35. ewokstomo-0.1.0/src/ewokstomo.egg-info/dependency_links.txt +1 -0
  36. ewokstomo-0.1.0/src/ewokstomo.egg-info/entry_points.txt +2 -0
  37. ewokstomo-0.1.0/src/ewokstomo.egg-info/requires.txt +17 -0
  38. ewokstomo-0.1.0/src/ewokstomo.egg-info/top_level.txt +1 -0
@@ -0,0 +1,20 @@
1
+ # MIT License
2
+
3
+ **Copyright (c) 2024 European Synchrotron Radiation Facility**
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,61 @@
1
+ Metadata-Version: 2.4
2
+ Name: ewokstomo
3
+ Version: 0.1.0
4
+ Summary: Data processing workflows for Tomography
5
+ Author-email: ESRF <dau-pydev@esrf.fr>
6
+ License: # MIT License
7
+
8
+ **Copyright (c) 2024 European Synchrotron Radiation Facility**
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
11
+ this software and associated documentation files (the "Software"), to deal in
12
+ the Software without restriction, including without limitation the rights to
13
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
14
+ the Software, and to permit persons to whom the Software is furnished to do so,
15
+ subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
22
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
23
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
24
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
25
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
+
27
+ Project-URL: Homepage, https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/
28
+ Project-URL: Documentation, https://ewokstomo.readthedocs.io/
29
+ Project-URL: Repository, https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/
30
+ Project-URL: Issues, https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/issues
31
+ Project-URL: Changelog, https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/-/blob/main/CHANGELOG.md
32
+ Keywords: ewoks
33
+ Classifier: Intended Audience :: Science/Research
34
+ Classifier: License :: OSI Approved :: MIT License
35
+ Classifier: Programming Language :: Python :: 3
36
+ Requires-Python: >=3.8
37
+ Description-Content-Type: text/markdown
38
+ License-File: LICENSE.md
39
+ Requires-Dist: ewokscore
40
+ Requires-Dist: nxtomomill
41
+ Provides-Extra: test
42
+ Requires-Dist: pytest>=7; extra == "test"
43
+ Requires-Dist: ewoks; extra == "test"
44
+ Provides-Extra: dev
45
+ Requires-Dist: ewokstomo[test]; extra == "dev"
46
+ Requires-Dist: black>=25; extra == "dev"
47
+ Requires-Dist: flake8>=4; extra == "dev"
48
+ Provides-Extra: doc
49
+ Requires-Dist: ewokstomo[test]; extra == "doc"
50
+ Requires-Dist: sphinx>=4.5; extra == "doc"
51
+ Requires-Dist: sphinx-autodoc-typehints>=1.16; extra == "doc"
52
+ Requires-Dist: pydata-sphinx-theme; extra == "doc"
53
+ Dynamic: license-file
54
+
55
+ # ewokstomo
56
+
57
+ Data processing workflows for Tomography
58
+
59
+ ## Documentation
60
+
61
+ https://ewokstomo.readthedocs.io/
@@ -0,0 +1,7 @@
1
+ # ewokstomo
2
+
3
+ Data processing workflows for Tomography
4
+
5
+ ## Documentation
6
+
7
+ https://ewokstomo.readthedocs.io/
@@ -0,0 +1,70 @@
1
+ [build-system]
2
+ requires = [
3
+ "setuptools>=61",
4
+ ]
5
+ build-backend = "setuptools.build_meta"
6
+
7
+ [project]
8
+ name = "ewokstomo"
9
+ version = "0.1.0"
10
+ keywords = [
11
+ 'ewoks'
12
+ ]
13
+
14
+ authors = [{name = "ESRF", email = "dau-pydev@esrf.fr"}]
15
+ description = "Data processing workflows for Tomography"
16
+ readme = {file = "README.md", content-type = "text/markdown"}
17
+ license = {file = "LICENSE.md"}
18
+ classifiers = [
19
+ 'Intended Audience :: Science/Research',
20
+ 'License :: OSI Approved :: MIT License',
21
+ 'Programming Language :: Python :: 3',
22
+ ]
23
+ requires-python = ">=3.8"
24
+ dependencies = [
25
+ 'ewokscore',
26
+ 'nxtomomill',
27
+ ]
28
+
29
+ [project.urls]
30
+ Homepage = "https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/"
31
+ Documentation = "https://ewokstomo.readthedocs.io/"
32
+ Repository = "https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/"
33
+ Issues = "https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/issues"
34
+ Changelog = "https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/-/blob/main/CHANGELOG.md"
35
+
36
+ [project.optional-dependencies]
37
+ test = [
38
+ 'pytest >=7',
39
+ 'ewoks',
40
+ ]
41
+ dev = [
42
+ "ewokstomo[test]",
43
+ 'black >=25',
44
+ 'flake8 >=4',
45
+ ]
46
+ doc = [
47
+ "ewokstomo[test]",
48
+ 'sphinx >=4.5',
49
+ 'sphinx-autodoc-typehints >=1.16',
50
+ 'pydata-sphinx-theme',
51
+ ]
52
+
53
+ [tool.setuptools]
54
+ package-dir = {''= 'src'}
55
+
56
+ [tool.setuptools.packages.find]
57
+ where = ["src"]
58
+ namespaces = false
59
+
60
+ [tool.setuptools.package-data]
61
+ "ewokstomo.tests" = ['data/**/*', 'workflows/*.json']
62
+
63
+ [project.entry-points."ewoks.tasks.class"]
64
+ "ewokstomo.tasks.*" = "ewokstomo"
65
+
66
+
67
+ [tool.coverage.run]
68
+ omit = [
69
+ "*/tests/*"
70
+ ]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
File without changes
File without changes
@@ -0,0 +1,26 @@
1
+ from ewokscore import Task
2
+ import subprocess
3
+ from pathlib import Path
4
+
5
+
6
+ class H5ToNx(
7
+ Task, input_names=["bliss_hdf5_path", "output_dir"], output_names=["result"]
8
+ ):
9
+
10
+ def run(self):
11
+ """
12
+ Executes a subprocess that runs nxtomomill to convert the input_scan to nx format
13
+ :return: The path to the created nx file
14
+ """
15
+
16
+ command = [
17
+ "nxtomomill",
18
+ "h52nx",
19
+ self.inputs.bliss_hdf5_path,
20
+ self.inputs.output_dir,
21
+ ]
22
+ subprocess.run(command, capture_output=True, text=True, check=True)
23
+ input_path = Path(self.inputs.bliss_hdf5_path)
24
+ output_dir = Path(self.inputs.output_dir)
25
+ new_filename = input_path.stem + ".nx"
26
+ self.outputs.result = str(output_dir / new_filename)
@@ -0,0 +1,44 @@
1
+ import time
2
+ from ewokscore import Task
3
+
4
+
5
+ class SumTask(
6
+ Task,
7
+ input_names=["a"],
8
+ optional_input_names=["b", "delay"],
9
+ output_names=["result"],
10
+ ):
11
+ """Add two numbers"""
12
+
13
+ def run(self):
14
+ result = self.inputs.a + self.get_input_value("b", 0)
15
+ time.sleep(self.get_input_value("delay", 0))
16
+ self.outputs.result = result
17
+
18
+
19
+ class SumTask1(
20
+ Task,
21
+ input_names=["a"],
22
+ optional_input_names=["b", "delay"],
23
+ output_names=["result"],
24
+ ):
25
+ """Add two numbers"""
26
+
27
+ def run(self):
28
+ result = self.inputs.a + self.get_input_value("b", 0)
29
+ time.sleep(self.get_input_value("delay", 0))
30
+ self.outputs.result = result
31
+
32
+
33
+ class SumTask2(
34
+ Task,
35
+ input_names=["a"],
36
+ optional_input_names=["b", "delay"],
37
+ output_names=["result"],
38
+ ):
39
+ """Add two numbers"""
40
+
41
+ def run(self):
42
+ result = self.inputs.a + self.get_input_value("b", 0)
43
+ time.sleep(self.get_input_value("delay", 0))
44
+ self.outputs.result = result
File without changes
@@ -0,0 +1,64 @@
1
+ import pytest
2
+ import sys
3
+ from ewokstomo.tasks.nxtomomill import H5ToNx
4
+ from ewoks import execute_graph
5
+ from pathlib import Path
6
+ import importlib.resources as pkg_resources
7
+
8
+
9
+ def get_json_file(file_name):
10
+ if sys.version_info >= (3, 10):
11
+ file_path = pkg_resources.files("ewokstomo.tests.workflows").joinpath(file_name)
12
+ else:
13
+ file_path = Path(__file__).parent / "workflows" / file_name
14
+ return file_path
15
+
16
+
17
+ def get_data_file(file_name):
18
+ if sys.version_info >= (3, 10):
19
+ file_path = pkg_resources.files(f"ewokstomo.tests.data.{file_name}").joinpath(
20
+ f"{file_name}.h5"
21
+ )
22
+ else:
23
+ file_path = Path(__file__).parent / "data" / file_name / f"{file_name}.h5"
24
+ return file_path
25
+
26
+
27
+ @pytest.mark.parametrize("Task", [H5ToNx])
28
+ def test_nxtomomill(Task, tmpdir):
29
+ output_dir = tmpdir / "output"
30
+ output_dir.mkdir()
31
+ h5_file_path = get_data_file("TestEwoksTomo_0010")
32
+
33
+ task = Task(
34
+ inputs={
35
+ "bliss_hdf5_path": h5_file_path,
36
+ "output_dir": str(output_dir),
37
+ }
38
+ )
39
+ task.run()
40
+ expected_output = output_dir / "TestEwoksTomo_0010.nx"
41
+ assert str(Path(task.outputs.result).resolve()) == str(expected_output)
42
+ # assert Path(expected_output).is_file()
43
+
44
+
45
+ @pytest.mark.parametrize("workflow", ["nxtomomill.json"])
46
+ def test_nxtomomill_workflow(workflow, tmpdir):
47
+ output_dir = tmpdir / "output"
48
+ output_dir.mkdir()
49
+ h5_file_path = get_data_file("TestEwoksTomo_0010")
50
+ workflow_file_path = get_json_file(workflow)
51
+
52
+ output = execute_graph(
53
+ workflow_file_path,
54
+ inputs=[
55
+ {
56
+ "name": "bliss_hdf5_path",
57
+ "value": h5_file_path,
58
+ },
59
+ {"name": "output_dir", "value": str(output_dir)},
60
+ ],
61
+ )
62
+ expected_output = output_dir / "TestEwoksTomo_0010.nx"
63
+ assert str(Path(output["result"]).resolve()) == str(expected_output)
64
+ # assert Path(expected_output).is_file()
@@ -0,0 +1,9 @@
1
+ import pytest
2
+ from ewokstomo.tasks.sumtask import SumTask, SumTask1, SumTask2
3
+
4
+
5
+ @pytest.mark.parametrize("Task", [SumTask, SumTask1, SumTask2])
6
+ def test_sum_task(Task):
7
+ task = Task(inputs={"a": 1, "b": 2})
8
+ task.run()
9
+ assert task.outputs.result == 3
@@ -0,0 +1,18 @@
1
+ {
2
+ "directed": true,
3
+ "multigraph": false,
4
+ "graph": {
5
+ "id": "nxtomomill",
6
+ "schema_version": "1.1",
7
+ "requirements": [
8
+ ]
9
+ },
10
+ "nodes": [
11
+ {
12
+ "task_type": "class",
13
+ "task_identifier": "tasks.nxtomomill.H5ToNx",
14
+ "id": "nxtomomill_task"
15
+ }
16
+ ],
17
+ "links": []
18
+ }
@@ -0,0 +1,61 @@
1
+ Metadata-Version: 2.4
2
+ Name: ewokstomo
3
+ Version: 0.1.0
4
+ Summary: Data processing workflows for Tomography
5
+ Author-email: ESRF <dau-pydev@esrf.fr>
6
+ License: # MIT License
7
+
8
+ **Copyright (c) 2024 European Synchrotron Radiation Facility**
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
11
+ this software and associated documentation files (the "Software"), to deal in
12
+ the Software without restriction, including without limitation the rights to
13
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
14
+ the Software, and to permit persons to whom the Software is furnished to do so,
15
+ subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
22
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
23
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
24
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
25
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
+
27
+ Project-URL: Homepage, https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/
28
+ Project-URL: Documentation, https://ewokstomo.readthedocs.io/
29
+ Project-URL: Repository, https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/
30
+ Project-URL: Issues, https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/issues
31
+ Project-URL: Changelog, https://gitlab.esrf.fr/workflow/ewoksapps/ewokstomo/-/blob/main/CHANGELOG.md
32
+ Keywords: ewoks
33
+ Classifier: Intended Audience :: Science/Research
34
+ Classifier: License :: OSI Approved :: MIT License
35
+ Classifier: Programming Language :: Python :: 3
36
+ Requires-Python: >=3.8
37
+ Description-Content-Type: text/markdown
38
+ License-File: LICENSE.md
39
+ Requires-Dist: ewokscore
40
+ Requires-Dist: nxtomomill
41
+ Provides-Extra: test
42
+ Requires-Dist: pytest>=7; extra == "test"
43
+ Requires-Dist: ewoks; extra == "test"
44
+ Provides-Extra: dev
45
+ Requires-Dist: ewokstomo[test]; extra == "dev"
46
+ Requires-Dist: black>=25; extra == "dev"
47
+ Requires-Dist: flake8>=4; extra == "dev"
48
+ Provides-Extra: doc
49
+ Requires-Dist: ewokstomo[test]; extra == "doc"
50
+ Requires-Dist: sphinx>=4.5; extra == "doc"
51
+ Requires-Dist: sphinx-autodoc-typehints>=1.16; extra == "doc"
52
+ Requires-Dist: pydata-sphinx-theme; extra == "doc"
53
+ Dynamic: license-file
54
+
55
+ # ewokstomo
56
+
57
+ Data processing workflows for Tomography
58
+
59
+ ## Documentation
60
+
61
+ https://ewokstomo.readthedocs.io/
@@ -0,0 +1,36 @@
1
+ LICENSE.md
2
+ README.md
3
+ pyproject.toml
4
+ src/ewokstomo/__init__.py
5
+ src/ewokstomo.egg-info/PKG-INFO
6
+ src/ewokstomo.egg-info/SOURCES.txt
7
+ src/ewokstomo.egg-info/dependency_links.txt
8
+ src/ewokstomo.egg-info/entry_points.txt
9
+ src/ewokstomo.egg-info/requires.txt
10
+ src/ewokstomo.egg-info/top_level.txt
11
+ src/ewokstomo/tasks/__init__.py
12
+ src/ewokstomo/tasks/nxtomomill.py
13
+ src/ewokstomo/tasks/sumtask.py
14
+ src/ewokstomo/tests/__init__.py
15
+ src/ewokstomo/tests/test_nxtomo.py
16
+ src/ewokstomo/tests/test_sumtask.py
17
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/TestEwoksTomo_0010.h5
18
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0002/edgetwinmic_0000.h5
19
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0003/edgetwinmic_0000.h5
20
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0000.h5
21
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0001.h5
22
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0002.h5
23
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0003.h5
24
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0004.h5
25
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0005.h5
26
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0006.h5
27
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0007.h5
28
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0008.h5
29
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0009.h5
30
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0004/edgetwinmic_0010.h5
31
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0005/edgetwinmic_0000.h5
32
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0005/edgetwinmic_0001.h5
33
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0005/edgetwinmic_0002.h5
34
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0005/edgetwinmic_0003.h5
35
+ src/ewokstomo/tests/data/TestEwoksTomo_0010/scan0005/edgetwinmic_0004.h5
36
+ src/ewokstomo/tests/workflows/nxtomomill.json
@@ -0,0 +1,2 @@
1
+ [ewoks.tasks.class]
2
+ ewokstomo.tasks.* = ewokstomo
@@ -0,0 +1,17 @@
1
+ ewokscore
2
+ nxtomomill
3
+
4
+ [dev]
5
+ ewokstomo[test]
6
+ black>=25
7
+ flake8>=4
8
+
9
+ [doc]
10
+ ewokstomo[test]
11
+ sphinx>=4.5
12
+ sphinx-autodoc-typehints>=1.16
13
+ pydata-sphinx-theme
14
+
15
+ [test]
16
+ pytest>=7
17
+ ewoks
@@ -0,0 +1 @@
1
+ ewokstomo