renamed utils/eco_components -> utils/deprecated
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from slic.core.adjustable import PVAdjustable
|
||||
from slic.devices.general.motor import Motor
|
||||
from slic.devices.general.detectors import CameraCA, CameraBS
|
||||
from slic.utils.eco_components.aliases import Alias, append_object_to_object
|
||||
from slic.utils.deprecated.aliases import Alias, append_object_to_object
|
||||
|
||||
|
||||
def addMotorToSelf(self, ID=None, name=None):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from slic.devices.general.motor import Motor
|
||||
from slic.core.adjustable import PVAdjustable
|
||||
from slic.utils.eco_components.aliases import Alias, append_object_to_object
|
||||
from slic.utils.deprecated.aliases import Alias, append_object_to_object
|
||||
|
||||
|
||||
def addMotorToSelf(self, name=None, ID=None):
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from slic.core.task import Task
|
||||
from slic.utils.eco_components.aliases import Alias
|
||||
from slic.utils.deprecated.aliases import Alias
|
||||
import colorama
|
||||
import datetime
|
||||
from slic.core.adjustable.convenience import SpecConvenience
|
||||
|
||||
@@ -7,7 +7,7 @@ import h5py
|
||||
import numpy as np
|
||||
|
||||
from slic.core.task import Task
|
||||
from slic.utils.eco_components.aliases import Alias
|
||||
from slic.utils.deprecated.aliases import Alias
|
||||
from slic.utils.hastyepics import get_pv as PV
|
||||
from slic.utils.pyepics import EnumWrapper
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from slic.devices.general.motor import Motor
|
||||
from slic.utils.eco_components.aliases import Alias, append_object_to_object
|
||||
from slic.utils.deprecated.aliases import Alias, append_object_to_object
|
||||
|
||||
|
||||
def addMotorToSelf(self, name=None, ID=None):
|
||||
|
||||
@@ -7,7 +7,7 @@ import numpy as np
|
||||
from slic.core.adjustable import Adjustable, AdjustableError
|
||||
from slic.core.adjustable.convenience import SpecConvenienceProgress
|
||||
from slic.utils.pyepics import EpicsString
|
||||
from slic.utils.eco_components.aliases import Alias
|
||||
from slic.utils.deprecated.aliases import Alias
|
||||
from slic.utils.rangebar import RangeBar
|
||||
from slic.utils.hastyepics import Motor as EpicsMotor
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from slic.utils.eco_components.aliases import Alias
|
||||
from slic.utils.deprecated.aliases import Alias
|
||||
from slic.devices.general.motor import Motor
|
||||
from ..general.smaract import SmarActAxis
|
||||
from ..general.delay_stage import DelayStage
|
||||
|
||||
@@ -2,7 +2,7 @@ import numpy as np
|
||||
from slic.core.adjustable import PVEnumAdjustable
|
||||
from slic.devices.general.motor import Motor
|
||||
from slic.devices.general.detectors_new import FeDigitizer, PvDataStream
|
||||
from slic.utils.eco_components.aliases import Alias, append_object_to_object
|
||||
from slic.utils.deprecated.aliases import Alias, append_object_to_object
|
||||
from slic.utils.pyepics import EnumWrapper
|
||||
from slic.utils.hastyepics import get_pv as PV
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from slic.devices.general.motor import Motor
|
||||
from slic.devices.general.detectors import CameraCA, CameraBS
|
||||
from slic.utils.eco_components.aliases import Alias, append_object_to_object
|
||||
from slic.utils.deprecated.aliases import Alias, append_object_to_object
|
||||
from slic.core.adjustable import PVEnumAdjustable
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ from psen_processing import PsenProcessingClient
|
||||
from slic.devices.general.motor import Motor
|
||||
from slic.devices.general.delay_stage import DelayStage
|
||||
from slic.devices.loptics.bernina_experiment import DelayTime
|
||||
from slic.utils.eco_components.aliases import Alias, append_object_to_object
|
||||
from slic.utils.deprecated.aliases import Alias, append_object_to_object
|
||||
|
||||
|
||||
class SpectralEncoder:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
from time import sleep
|
||||
from slic.devices.general.motor import Motor
|
||||
from slic.core.task import Task
|
||||
from slic.utils.eco_components.aliases import Alias
|
||||
from slic.utils.deprecated.aliases import Alias
|
||||
from slic.utils.hastyepics import get_pv as PV
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from slic.devices.general.motor import Motor
|
||||
from slic.utils.eco_components.aliases import Alias
|
||||
from slic.utils.deprecated.aliases import Alias
|
||||
|
||||
|
||||
def addMotorToSelf(self, name=None, ID=None):
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from slic.devices.general.motor import Motor
|
||||
from ..general.adjustable import AdjustableVirtual
|
||||
from slic.utils.eco_components.aliases import Alias, append_object_to_object
|
||||
from slic.utils.deprecated.aliases import Alias, append_object_to_object
|
||||
from functools import partial
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user