Skip to content

Commit

Permalink
load_instrument() now includes the aerotech stage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sector 25 ID-C User committed Jan 18, 2024
1 parent 68dff66 commit 1bc7657
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/haven/instrument/load_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from .._iconfig import load_config
from .aps import load_aps_coros
from .area_detector import load_area_detector_coros
from .aerotech import load_aerotech_stage_coros
from .camera import load_camera_coros
from .dxp import load_dxp_coros
from .energy_positioner import load_energy_positioner_coros
Expand Down Expand Up @@ -52,6 +53,7 @@ async def aload_instrument(
coros = (
*load_camera_coros(config=config),
*load_shutter_coros(config=config),
*load_aerotech_stage_coros(config=config),
*load_aps_coros(config=config),
*load_monochromator_coros(config=config),
*load_xray_source_coros(config=config),
Expand Down

0 comments on commit 1bc7657

Please sign in to comment.