fix: online changes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
2
bin/setup_bec.sh
Normal file → Executable file
2
bin/setup_bec.sh
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
|
||||
if [ "pc15543" != "$hostname" ]; then
|
||||
if [! "pc15543" == "$hostname" ]; then
|
||||
echo "Please run this script on pc15543"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user