We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8fb08b + 161818e commit b028f81Copy full SHA for b028f81
src/ibex_bluesky_core/plan_stubs/__init__.py
@@ -17,6 +17,10 @@
17
from ibex_bluesky_core.plan_stubs.time_channels_wrapper import _with_time_channels
18
from ibex_bluesky_core.utils import NamedReadableAndMovable
19
20
+from ibex_bluesky_core.plan_stubs.dae_table_wrapper import _with_dae_tables
21
+from ibex_bluesky_core.plan_stubs.num_periods_wrapper import _with_num_periods
22
+from ibex_bluesky_core.plan_stubs.time_channels_wrapper import _with_time_channels
23
+
24
logger = logging.getLogger(__name__)
25
26
P = ParamSpec("P")
@@ -37,6 +41,9 @@
37
41
"prompt_user_for_choice",
38
42
"redefine_motor",
39
43
"redefine_refl_parameter",
44
+ "_with_dae_tables",
45
+ "_with_num_periods",
46
+ "_with_time_channels",
40
47
]
48
49
0 commit comments