From f91b2d062fa3b589555f35c504f55616af6ea446 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 11 Jul 2022 13:10:47 +0200 Subject: [PATCH] rewrote RefLaser --- devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices.py b/devices.py index 0f91517..56187da 100644 --- a/devices.py +++ b/devices.py @@ -175,7 +175,7 @@ mono = sd.xoptics.dcm.DoubleCrystalMono( # description="Alvra DCM coupled to FEL energy" #) -refLaser = sd.xoptics.reflaser.RefLaser_Aramis( +refLaser = sd.xoptics.aramis_reflaser.RefLaser( "SAROP11-OLAS120", description="Alvra beamline reference laser before KBs (OLAS)" )