removed deprecated file

This commit is contained in:
2020-08-18 15:50:33 +02:00
parent 67ac687437
commit eea73e9372
@@ -1,22 +0,0 @@
from ...general.smaract import SmarActRecord
from epics import PV
class SmaractTower:
def __init__(self, Id):
self.Id = Id
### Mirrors used in the experiment ###
try:
self.x = SmarActRecord(Id + "-ESB1")
except:
print("No Smaract x linear stage")
try:
self.gonio = SmarActRecord(Id + "-ESB2")
except:
print("No Smaract Gonio")