diff --git a/bec_plugins/bec_client/startup/post_startup.py b/bec_plugins/bec_client/startup/post_startup.py index 4ec3488..bdf5c34 100644 --- a/bec_plugins/bec_client/startup/post_startup.py +++ b/bec_plugins/bec_client/startup/post_startup.py @@ -68,9 +68,9 @@ from bec_lib.bl_conditions import ( ShutterCondition, ) -_fast_orbit_feedback_condition = FastOrbitFeedbackCondition(dev.sls_fast_orbit_feedback) +# _fast_orbit_feedback_condition = FastOrbitFeedbackCondition(dev.sls_fast_orbit_feedback) _light_available_condition = LightAvailableCondition(dev.sls_machine_status) _shutter_condition = ShutterCondition(dev.x12sa_es1_shutter_status) -bec.bl_checks.register(_fast_orbit_feedback_condition) +# bec.bl_checks.register(_fast_orbit_feedback_condition) bec.bl_checks.register(_light_available_condition) bec.bl_checks.register(_shutter_condition) diff --git a/bin/cbf_converter/launch_cbf_converter.sh b/bin/cbf_converter/launch_cbf_converter.sh index 90a362a..b55b641 100755 --- a/bin/cbf_converter/launch_cbf_converter.sh +++ b/bin/cbf_converter/launch_cbf_converter.sh @@ -1,4 +1,5 @@ -source ~/Data10/software/bec/bec_venv/bin/activate +source ~/Data10/software/bec_venv/bin/activate module add gcc/9.3.0 module add hdf5_serial/1.12.2 -python ~/Data10/software/cbf_converter/cbf_converter.py +python ./cbf_converter.py +#python ~/Data10/software/cbf_converter/cbf_converter.py diff --git a/bin/setup_bec.sh b/bin/setup_bec.sh old mode 100644 new mode 100755 index 7e75faf..61bfcab --- a/bin/setup_bec.sh +++ b/bin/setup_bec.sh @@ -1,5 +1,5 @@ -if [ "pc15543" != "$hostname" ]; then +if [! "pc15543" == "$hostname" ]; then echo "Please run this script on pc15543" exit 1 fi