File tree Expand file tree Collapse file tree 3 files changed +5
-51
lines changed Expand file tree Collapse file tree 3 files changed +5
-51
lines changed Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: BSD-3-Clause
2- # Copyright (c) 2024 Scipp contributors (https://github.com/scipp)
3- from ess .sans .data import Registry
2+ # Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
3+ from ess .reduce .data import Registry
44from ess .sans .types import (
55 BackgroundRun ,
66 DirectBeamFilename ,
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: BSD-3-Clause
2- # Copyright (c) 2023 Scipp contributors (https://github.com/scipp)
2+ # Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
33from pathlib import Path
44
5- from ess .sans .data import Registry
5+ from ess .reduce .data import Registry
66from ess .sans .types import (
77 BackgroundRun ,
88 DirectBeamFilename ,
@@ -152,7 +152,7 @@ def loki_tutorial_mask_filenames() -> list[PixelMaskFilename]:
152152
153153def loki_tutorial_poly_gauss_I0 () -> Path :
154154 """Analytical model for the I(Q) of the Poly-Gauss sample."""
155- return Path ( _registry .get_path ('PolyGauss_I0-50_Rg-60.h5' ) )
155+ return _registry .get_path ('PolyGauss_I0-50_Rg-60.h5' )
156156
157157
158158def loki_tutorial_direct_beam_all_pixels () -> DirectBeamFilename :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments