Loading Scripts/pg3_calib_mon.py +0 −4 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ class RobustFileContentHandler(FileSystemEventHandler): self.last_hash = self.get_file_hash() self.last_mtime = self.get_file_mtime() self.run_script = '/SNS/PG3/shared/CALIBRATION/pg3_cal' self.slk_script = '/SNS/PG3/shared/autoreduce/utils/slack_msg_pre.py' # Set up logging log_dir = '/SNS/PG3/shared/CALIBRATION/Scripts/log_files' Loading Loading @@ -155,9 +154,6 @@ class RobustFileContentHandler(FileSystemEventHandler): cmd_list.append(self.run_script) cmd_list.append(self.filepath) _ = subprocess.Popen(cmd_list) cmd_list = list() cmd_list.append(self.slk_script) _ = subprocess.Popen(cmd_list) except Exception as e: self.logger.error(f"Error handling content change: {e}") Loading autoreduce/PG3_MAG_d61796_2025-11-17.h5 (551 KiB) File changed.No diff preview for this file type. View original file View changed file pg3_cal +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ source /SNS/PG3/shared/Utils/.venv/bin/activate > /dev/null 2>&1 python /SNS/NOM/shared/Dev/mantid_v6p8p0/build/bin/AddPythonPath.py > /dev/null 2>&1 python /SNS/PG3/shared/CALIBRATION/pg3_cal_legacy.py 2> /dev/null /SNS/PG3/shared/autoreduce/utils/slack_msg_pre.py pg3_cal_local +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ source /SNS/PG3/shared/Utils/.venv/bin/activate # > /dev/null 2>&1 python /SNS/NOM/shared/Dev/mantid_v6p8p0/build/bin/AddPythonPath.py # > /dev/null 2>&1 python /SNS/PG3/shared/CALIBRATION/pg3_cal_legacy_local.py $1 # 2> /dev/null /SNS/PG3/shared/autoreduce/utils/slack_msg_pre.py Loading
Scripts/pg3_calib_mon.py +0 −4 Original line number Diff line number Diff line Loading @@ -18,7 +18,6 @@ class RobustFileContentHandler(FileSystemEventHandler): self.last_hash = self.get_file_hash() self.last_mtime = self.get_file_mtime() self.run_script = '/SNS/PG3/shared/CALIBRATION/pg3_cal' self.slk_script = '/SNS/PG3/shared/autoreduce/utils/slack_msg_pre.py' # Set up logging log_dir = '/SNS/PG3/shared/CALIBRATION/Scripts/log_files' Loading Loading @@ -155,9 +154,6 @@ class RobustFileContentHandler(FileSystemEventHandler): cmd_list.append(self.run_script) cmd_list.append(self.filepath) _ = subprocess.Popen(cmd_list) cmd_list = list() cmd_list.append(self.slk_script) _ = subprocess.Popen(cmd_list) except Exception as e: self.logger.error(f"Error handling content change: {e}") Loading
autoreduce/PG3_MAG_d61796_2025-11-17.h5 (551 KiB) File changed.No diff preview for this file type. View original file View changed file
pg3_cal +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ source /SNS/PG3/shared/Utils/.venv/bin/activate > /dev/null 2>&1 python /SNS/NOM/shared/Dev/mantid_v6p8p0/build/bin/AddPythonPath.py > /dev/null 2>&1 python /SNS/PG3/shared/CALIBRATION/pg3_cal_legacy.py 2> /dev/null /SNS/PG3/shared/autoreduce/utils/slack_msg_pre.py
pg3_cal_local +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ source /SNS/PG3/shared/Utils/.venv/bin/activate # > /dev/null 2>&1 python /SNS/NOM/shared/Dev/mantid_v6p8p0/build/bin/AddPythonPath.py # > /dev/null 2>&1 python /SNS/PG3/shared/CALIBRATION/pg3_cal_legacy_local.py $1 # 2> /dev/null /SNS/PG3/shared/autoreduce/utils/slack_msg_pre.py