diff --git a/phoenix_bec/scripts/phoenix.py b/phoenix_bec/scripts/phoenix.py index de406cc..26eeb81 100644 --- a/phoenix_bec/scripts/phoenix.py +++ b/phoenix_bec/scripts/phoenix.py @@ -30,9 +30,10 @@ import sys class PhoenixBL(): """ - General class for PHOENIX beamline from_phoenic_bec_scripts + General class for PHOENIX beamline from phoenix_bec/phoenic_bec/scripts + + """ - """ #define some epics channels #scan_name = "phoenix_base" @@ -61,8 +62,8 @@ class PhoenixBL(): self.path_scripts_local = '/data/test/x07mb-test-bec/bec_deployment/phoenix_bec/phoenix_bec/local_scripts/' - self.path_config_local = self.path_scripts_local + 'ConfigPHOENIX/' # base dir for local configurations - self.path_devices_local = self.path_config_local + 'device_config/' # local yamal file + self.path_config_local = self.path_scripts_local + 'TEST_ConfigPhoenix/' # base dir for local configurations + self.path_devices_local = self.path_config_local + 'Local_device_config/' # local yamal file self.file_device_file_local = self.path_devices_local + 'phoenix_devices.yaml' self.path_phoenix_bec = '/data/test/x07mb-test-bec/bec_deployment/phoenix_bec/'