Commit Graph
260 Commits
Author SHA1 Message Date
appleb_m 2021cf8cf0 DAQ/GUI - debug statements to check mlbox prediciton streamadn revert to usign mx-aare-test until mx-ml issue resolved. 2025-11-12 08:46:14 +01:00
appleb_m 0ed47e7d4a DAQ/GUI: feature added - fluorimeter panel and device 2025-11-11 11:43:31 +01:00
appleb_m 209b0a279b DAQ: attempted fix to save raw data in /raw/data and chjange start omega in automation 2025-11-11 11:42:43 +01:00
appleb_m e5db4a7419 DAQ: attempted fix to set spreadsheet_params to None so simple params will be used 2025-11-11 11:35:18 +01:00
appleb_m 3ba6009b7b DAQ: added a check to see if curp or target_pos is Nonem as they are set to None when abr crashes 2025-11-11 11:34:34 +01:00
martinappleby fab7d95a22 DAQ: fix to handle automated raster parameters 2025-11-07 14:07:58 +01:00
appleb_m bbaf12c9d5 DAQ: add some logic to automation parameters for raster. 2025-11-06 14:05:55 +01:00
appleb_m e72f37d7ab DAQ: Update dtz between raster and rotation. Wired transmission from params to scans. Added more verbose debug statements to automation. 2025-11-06 13:49:03 +01:00
appleb_m f071ad6a88 DAQ: Update dtz between raster and rotation. Wired transmission from params to scans. Added more verbose debug statements to automation. 2025-11-06 13:48:41 +01:00
appleb_m 9d19c2c961 DAQ: correctly format logger 2025-11-06 13:47:02 +01:00
appleb_m 64053bdeec DAQ; raster defaults for automation updated 2025-11-06 10:00:19 +01:00
martinappleby 9e4e6a3180 DAQ: added a function to set parameters during automation between smart parameters, spreadsheeta dn defaults 2025-11-05 14:34:08 +01:00
martinappleby 190858e1fc DAQ: added a function to get parameters from the database for a given sample 2025-11-05 14:21:44 +01:00
martinappleby d61a94b48b DAQ: updated pyproject.toml to latest version of aaredb 2025-11-04 11:35:40 +01:00
appleb_m b12d60e27e DAQ: mlbox.py updated to mx-ml stream 2025-11-03 16:27:22 +01:00
appleb_m 3185df5d40 DAQ: added all p group request 2025-11-03 16:26:06 +01:00
appleb_m 82a478925a aareDB: added resolution to detector_data 2025-11-03 16:25:19 +01:00
leonarski_f 482fac3431 DAQ: updated status so that DAQ status is masked by user level. WIP 2025-10-31 16:41:05 +01:00
leonarski_f 2d5f0160c6 DAQ: added logging to server.py 2025-10-31 16:40:00 +01:00
leonarski_f 7dcafe1288 DAQ: fix bug where if target None we get an error 2025-10-31 16:35:30 +01:00
leonarski_f bb59e3fe96 DAQ: added face dtecetion correction in Y 2025-10-30 16:57:38 +01:00
leonarski_f d8bc6feeef AAREDB: added send_msg_to_db function - needs testing 2025-10-29 14:58:39 +01:00
leonarski_f 9adf90a203 aaredb: ADDED LOGGER 2025-10-29 14:58:10 +01:00
leonarski_f 7d4dd0ebf5 DAQ: ALC failed message, if objects are detected send to server which objects were detected and how many times 2025-10-29 13:54:41 +01:00
leonarski_f ecf6bf0dac DAQ: updated ALC to use updated mlbox.py and to give more information to the DB 2025-10-29 13:38:12 +01:00
leonarski_f 48ff0d1274 TELL: get event from Tell when going to dry or if gripper detects no sample and then handle it correctly in the DAQ. Added protection to get_mounted_sample if repsonse is None or if fails to decode response 2025-10-29 13:36:20 +01:00
leonarski_f 26c18de825 DAQ/GUI: updated face_detection.py, refactored mlbox.py to use pydantic models and to allow more functionality to be added to the analysis of the boxes 2025-10-29 13:34:09 +01:00
leonarski_f 0a59b41644 Tell: check gripper state (only want to check for failure but needs more testing first) 2025-10-27 17:03:38 +01:00
leonarski_f f7f5a7aa1f Tell: added error hadnling and check_smart_magent_mounted class 2025-10-27 17:03:05 +01:00
leonarski_f 7eb838fd17 DAQ: added logging in sample and removed a check that was surpresssing errors and leading to incorrect information. This section needs to be checked 2025-10-27 16:58:15 +01:00
leonarski_f 89bf7cd36f DAQ: added check in mount to see if sample is mounted. may not be needed if tell work is successful 2025-10-27 16:56:35 +01:00
leonarski_f 7de48e2b8f DAQ: added back tell check motion enable and wait mount complete 2025-10-27 16:56:00 +01:00
leonarski_f 79e736055d AAREDB: updated event functions. WIP: combine into one function! 2025-10-27 16:52:28 +01:00
leonarski_f e1f353f611 DAQ: temporarily added timing log statements to evaluate how long steps take during automation 2025-10-24 17:34:34 +02:00
leonarski_f 68fafa6b4e MlBOX: added logging statment to MLBOX to debug time 2025-10-24 17:33:51 +02:00
leonarski_f 8893a109dd TELL: added check for drying if samples are loaded from dewer 2025-10-24 17:33:22 +02:00
leonarski_f 6bef211af0 DAQ: connected daq and GUI face detection panel 2025-10-24 17:32:40 +02:00
leonarski_f 883d04e7cd daq: removed print statement from devices.py 2025-10-24 17:31:49 +02:00
leonarski_f 28f7369a86 GUI: added face_detection hadnling to daq_worker.py 2025-10-24 17:31:21 +02:00
leonarski_f d658fe4336 DAQ: updated face detection code and included more logging statements 2025-10-24 17:30:54 +02:00
leonarski_f d83fedc7cd TELL: added custom logger to tell_client.py 2025-10-23 14:21:03 +02:00
leonarski_f eebcb3d82c PSHELL: updated pshell_client.py should add pshell as a python module instead 2025-10-23 14:09:58 +02:00
leonarski_f 4c054006c0 DAQ: changed print statements to log statements in mount() 2025-10-23 14:08:16 +02:00
leonarski_f 3c5b193fcc DAQ: workflows.py updated rse2sa - need to test after long park if still operational 2025-10-21 16:49:48 +02:00
leonarski_f 41687a4902 DAQ: bug fix after raster where smargon tried to nudge with None, None. 2025-10-21 16:49:21 +02:00
leonarski_f 08eb442561 DB: correclty multiple beamsize by 1000 instead of 100 for raster and rotation 2025-10-21 15:33:01 +02:00
leonarski_f 7a49de2530 DAQ: removed move to cold when in park 2025-10-21 12:39:42 +02:00
leonarski_f 0f35b559be DAQ: changed default log location to local. 2025-10-21 12:39:30 +02:00
leonarski_f d3ab570b54 MLBOX: updated model to v8_20102025 2025-10-21 12:38:10 +02:00
leonarski_f 5334d6c2c3 WORKFLOWS: removed manual move to cold in rse2sa and from dh2sa 2025-10-21 12:37:46 +02:00