File tree Expand file tree Collapse file tree
src/binding/python/openpmd_api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ """
2+ This file is part of the openPMD-api.
3+
4+ Copyright 2025 openPMD contributors
5+ Authors: Franz Poeschel, Pawel Ordyna
6+ License: LGPLv3+
7+ """
8+
19import openpmd_api as pmd
210
311
Original file line number Diff line number Diff line change 1+ """
2+ This file is part of the openPMD-api.
3+
4+ Copyright 2025 openPMD contributors
5+ Authors: Franz Poeschel
6+ License: LGPLv3+
7+ """
8+
9+
110def series_to_scipp (series ):
211
312 # lazy import
Original file line number Diff line number Diff line change 66Author:
77 Pawel Ordyna <p.ordyna@hzdr.de>
88
9- License:
10- GPL - 3.0 license. See LICENSE file for details.
9+ License: LGPLv3+
1110"""
1211
1312from .loader import DataLoader as DataLoader # noqa
Original file line number Diff line number Diff line change 55Author:
66 Pawel Ordyna <p.ordyna@hzdr.de>
77
8- License:
9- GPL - 3.0 license. See LICENSE file for details.
8+ License: LGPLv3+
109"""
1110
1211import scipp as sc
Original file line number Diff line number Diff line change 33Author:
44 Pawel Ordyna <p.ordyna@hzdr.de>
55
6- License:
7- GPL - 3.0 license. See LICENSE file for details.
6+ License: LGPLv3+
87"""
98
109import numpy as np
Original file line number Diff line number Diff line change 33Author:
44 Pawel Ordyna <p.ordyna@hzdr.de>
55
6- License:
7- GPL - 3.0 license. See LICENSE file for details.
6+ License: LGPLv3+
87"""
98
109from sys import version_info
You can’t perform that action at this time.
0 commit comments