File tree Expand file tree Collapse file tree 3 files changed +20
-21
lines changed
reflectometry/supermirror Expand file tree Collapse file tree 3 files changed +20
-21
lines changed Original file line number Diff line number Diff line change 55import sciline
66import scipp as sc
77
8-
98from ..reflectometry import providers as reflectometry_providers
109from ..reflectometry import supermirror
1110from ..reflectometry .types import (
11+ BeamDivergenceLimits ,
1212 BeamSize ,
1313 DetectorSpatialResolution ,
1414 NeXusDetectorName ,
1515 RunType ,
1616 SamplePosition ,
17- BeamDivergenceLimits ,
1817)
1918from . import (
2019 conversions ,
20+ figures ,
2121 load ,
22+ normalization ,
2223 orso ,
2324 resolution ,
2425 utils ,
25- figures ,
26- normalization ,
2726 workflow ,
2827)
2928from .instrument_view import instrument_view
@@ -88,25 +87,25 @@ def AmorWorkflow() -> sciline.Pipeline:
8887
8988
9089__all__ = [
91- "supermirror" ,
92- "conversions" ,
93- "load" ,
94- "orso" ,
95- "resolution" ,
96- "instrument_view" ,
97- "providers" ,
98- "default_parameters" ,
99- "WavelengthResolution" ,
90+ "AmorWorkflow" ,
10091 "AngularResolution" ,
101- "SampleSizeResolution" ,
102- "ChopperFrequency" ,
103- "ChopperPhase" ,
10492 "Chopper1Position" ,
10593 "Chopper2Position" ,
94+ "ChopperFrequency" ,
95+ "ChopperPhase" ,
96+ "QThetaFigure" ,
97+ "ReflectivityDiagnosticsView" ,
98+ "SampleSizeResolution" ,
10699 "ThetaBins" ,
100+ "WavelengthResolution" ,
107101 "WavelengthThetaFigure" ,
108102 "WavelengthZIndexFigure" ,
109- "QThetaFigure" ,
110- "ReflectivityDiagnosticsView" ,
111- "AmorWorkflow" ,
103+ "conversions" ,
104+ "default_parameters" ,
105+ "instrument_view" ,
106+ "load" ,
107+ "orso" ,
108+ "providers" ,
109+ "resolution" ,
110+ "supermirror" ,
112111]
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def amor_psi_software_result(number: int | str) -> Filename[SampleRun]:
7878
7979
8080__all__ = [
81+ "amor_psi_software_result" ,
8182 "amor_reference_run" ,
8283 "amor_sample_run" ,
83- "amor_psi_software_result" ,
8484]
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: BSD-3-Clause
22# Copyright (c) 2023 Scipp contributors (https://github.com/scipp)
33# flake8: noqa: F401
4- import scipp as sc
54import numpy as np
5+ import scipp as sc
66
77from .types import Alpha , CriticalEdge , MValue
88
You can’t perform that action at this time.
0 commit comments