Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ess/isissans/data.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2024 Scipp contributors (https://github.com/scipp)
from ess.sans.data import Registry
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
from ess.reduce.data import Registry
from ess.sans.types import (
BackgroundRun,
DirectBeamFilename,
Expand Down
6 changes: 3 additions & 3 deletions src/ess/loki/data.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2023 Scipp contributors (https://github.com/scipp)
# Copyright (c) 2025 Scipp contributors (https://github.com/scipp)
from pathlib import Path

from ess.sans.data import Registry
from ess.reduce.data import Registry
from ess.sans.types import (
BackgroundRun,
DirectBeamFilename,
Expand Down Expand Up @@ -152,7 +152,7 @@ def loki_tutorial_mask_filenames() -> list[PixelMaskFilename]:

def loki_tutorial_poly_gauss_I0() -> Path:
"""Analytical model for the I(Q) of the Poly-Gauss sample."""
return Path(_registry.get_path('PolyGauss_I0-50_Rg-60.h5'))
return _registry.get_path('PolyGauss_I0-50_Rg-60.h5')


def loki_tutorial_direct_beam_all_pixels() -> DirectBeamFilename:
Expand Down
44 changes: 0 additions & 44 deletions src/ess/sans/data.py

This file was deleted.

Loading