removed weird standa_mirror

This commit is contained in:
2022-07-07 20:45:18 +02:00
parent 308c6ae6ba
commit dda90bcf6a
@@ -1,22 +0,0 @@
from epics import PV
from slic.devices.general.motor import Motor
class Laser_Exp:
def __init__(self, ID):
self.ID = ID
### Mirrors used in the expeirment ###
try:
self.phi = Motor(ID + "-M517:MOT")
except:
print("No Standa steering phi mirror")
try:
self.th = Motor(ID + "-M518:MOT")
except:
print("No Standa steering theta mirror")