3a7b8cef55
tests: updated conftest to include qapp fixture
appleb_m2026-04-22 16:59:53 +02:00
6e2023cefa
tests: added more tests, pytest ini options in pyporject toml
appleb_m2026-04-22 16:59:30 +02:00
2fc25cc7f5
spreadsheetupdater.py: only check for password when needing WSHEADERS
appleb_m2026-04-22 16:57:32 +02:00
6db8f281e6
SCRIPTS:moved two scripts and renamed so it does not hit the pytest
appleb_m2026-04-22 16:57:09 +02:00
3ea95367ed
SCRIPTS:moved two scripts and renamed so it does not hit the pytest
appleb_m2026-04-22 16:56:11 +02:00
1b18536699
SCRIPTS: removed old aerotech test script
appleb_m2026-04-22 16:18:14 +02:00
64b7089ed4
GUI: todo note - if we use zmq and pred stream form same source can we combine instead of having two image streams?
appleb_m2026-04-22 16:09:12 +02:00
c398afa6b6
DAQ: organising operation handlers, state changes
appleb_m2026-04-22 16:08:34 +02:00
405806518c
DAQ: trying to tidy up aaredb error communication in raster scans
appleb_m2026-04-22 16:06:41 +02:00
1df0ada163
GUI: added shortcuts and to info to the README.md
appleb_m2026-04-22 16:05:57 +02:00
7e0a27f992
GUI: added shortcuts and a helper
appleb_m2026-04-22 16:05:37 +02:00
2802a72e43
Workflows: added some state changes, trialing auto_exposure, todo how to safely, or more safely import bec macros
appleb_m2026-04-22 16:05:21 +02:00
8698d4e495
DAQ/Server: added auto_exposure end point, removed commented out code from autofocus and started a blower_control function
appleb_m2026-04-22 16:03:31 +02:00
2ccb3aa7ae
TESTS: added some simple tests to the GUI
appleb_m2026-04-22 15:59:55 +02:00
c780a6aedb
tell: added anneal in and out plus blower toggle
appleb_m2026-04-22 13:26:59 +02:00
b9b253f6fb
GUI: improved performance for prediction subscriber, prediction_metrics_panel.py and target_stability_panel.py.
appleb_m2026-04-22 11:35:44 +02:00
3c4a500b4c
GUI: Improved performance of GUI with large reaster grids by throttle Raster grid drawing to 25 Hz, change geometry of the drawn grid only to imrpove speed - draw less lines particulalrly when cells are less than 2 px.
appleb_m2026-04-22 11:27:57 +02:00
c05969a02b
TELL: added http exception hadnling so we don't swallow tell errors. Added pin blower control functions.
appleb_m2026-04-22 10:19:52 +02:00
2920a38647
GUI: wired panels into main_window and added to Qswettings, Qsettings needs tidying
appleb_m2026-04-22 10:19:01 +02:00
80008891ef
GUI: added a target stability panel and a predicition metrics panel - needs tidying!
appleb_m2026-04-22 10:18:39 +02:00
9a1030a2aa
aarelc_infer.py: will eventually use gpu-003
appleb_m2026-04-22 10:17:54 +02:00
a5603918d1
GUI: seperated out show polygons from show detections
appleb_m2026-04-22 10:12:24 +02:00
39e53d65cd
DAQ: changes to ALC to handle Sample ShortInfo instead of sample.db_id. Debugging of ALC logic in progress
appleb_m2026-04-22 10:11:21 +02:00
0d0953c74c
DAQ\/AareDB: centralise message handling to the database
appleb_m2026-04-22 10:10:44 +02:00
a7b83e7a9d
GUI: added legend to the GUI, target position display.
appleb_m2026-04-20 17:26:49 +02:00
5cbc0171f3
GUI: visualisation of target position added to GUI
appleb_m2026-04-20 16:14:18 +02:00
6e5de34d46
BEC: bug in generating the states for the statemanager - fixed
appleb_m2026-04-20 16:14:02 +02:00
a0aff79675
GUI: added protection against smargon and raster moves while camera is off
appleb_m2026-04-20 15:21:43 +02:00
0bbe070776
Logging: suprress sample/reference_tools and sample/spreadsheet success messages but keep failures. Should be disabled when debugging.
appleb_m2026-04-20 12:06:05 +02:00
65e6e22e2d
Exceptions: added an UnmountingFailed exception
appleb_m2026-04-20 12:05:41 +02:00
8f75b466b7
Models: added DAQOperation Enum and LoopCenteringResult dataclass. Corrected some whitespace formatting
appleb_m2026-04-20 11:47:14 +02:00
e8086b9a0e
DAQ: server.py moved LOGGING_CONFIG to logger_config.py, now imported via a function
appleb_m2026-04-20 09:47:48 +02:00
52c90abc70
DAQ: tidied up logging in server.py, added a filter to uvicron access so it does not log successful status access requests, this should be enabled if status debugging is needed, for example if status polling is causing lag.
appleb_m2026-04-20 09:46:53 +02:00
5f05d92e91
DAQ: removed unnessacery imports from server.py
appleb_m2026-04-20 09:45:00 +02:00
8cfb9718e0
GUI: added check to camera thread to handle encoded jpeg or not encoded streams
appleb_m2026-04-20 09:30:57 +02:00
51d8d8aadf
DAQ: bec_worker, now use bec states
appleb_m2026-04-17 17:27:15 +02:00
e5194107d0
DAQ: the mlbox prediction bug fixes and updates, now uses target from aarelc_infer.py
appleb_m2026-04-17 17:27:04 +02:00
f4b5d420cf
DAQ: the big mlbox upgrade
appleb_m2026-04-17 10:59:56 +02:00
b4c14fe950
GUI: fixed camera image bug
appleb_m2026-04-16 11:50:41 +02:00
74c3a9f4ba
DAQ: possible TODOS for daq.py
appleb_m2026-04-15 17:05:37 +02:00
347aea4cb0
DAQ: possible for this filter to affect self.sample_Spreadsheet otuside of funciton, atttempted to fix. needs testing
appleb_m2026-04-15 17:02:21 +02:00
c08377a308
DAQ: bug fixe in face_detection_centre_correction and removed superfluos code in fasce detection sequence
appleb_m2026-04-15 17:01:55 +02:00
4069caa77a
DAQ: bug fixes in setup data collection where it wanted RasterGridRequest or RasterGridRerqust, needed Rotation also
appleb_m2026-04-15 17:01:28 +02:00
16ac939868
DAQ: bug fixes in auto_center - may need rewriting
appleb_m2026-04-15 17:01:02 +02:00
689c4c5474
DAQ: fix bug where execute mount may not throw an error
appleb_m2026-04-15 17:00:45 +02:00
49e2788580
DAQ: bug fixes to __raster
appleb_m2026-04-15 17:00:26 +02:00
72fa8e11ef
DAQ: bug fixes/tidy up of exception calls
appleb_m2026-04-15 16:25:17 +02:00
5c207ed5de
DAQ: After 1D scan, X and Y movement were swapped
leonarski_f2026-04-08 10:43:51 +02:00
9692dab6f7
DAQ: When moving at the end of raster scan nudge was calculated twice
leonarski_f2026-04-08 10:25:46 +02:00
7ae95acd1f
DAQ: Fix magnet position sensor PVs and simplify logic of the check
leonarski_f2026-04-08 08:32:51 +02:00
361b3912b9
DAQ: TELL no longer has motion enable check
leonarski_f2026-04-08 08:31:51 +02:00
6314322352
DAQ: starting to debug magnet sensor pvs and state check
appleb_m2026-04-02 16:20:31 +02:00
9758f7c800
Smargon, added in self.__pos and __pos_aero for simualted mode. Fixed intiializing script.
appleb_m2026-04-02 15:40:34 +02:00
85e67f2f5c
DAQ: added in magnet_positon sensor exception_handler.py
appleb_m2026-04-02 15:40:00 +02:00
ed28f41ee7
DAQ: add back jfjoch calls.
appleb_m2026-04-02 14:42:10 +02:00
2044313864
DAQ: changed routing so that there is a mid layer between automation and manual alls of private functions such as mount, loop_center, rotation and raster. Needs some checking and testing.
appleb_m2026-04-02 14:41:14 +02:00
2c38b9f7ab
CHANGELOG.md updated and added autodocstrings to daq daq_worker and server.py
appleb_m2026-03-31 14:34:47 +02:00
3fd80b94fc
GUI: only initialise workflow SSE client if test flag is True. WIP
appleb_m2026-03-31 14:29:11 +02:00
5b81f7388a
GUI: only initialise workflow SSE client if test flag is True. WIP
appleb_m2026-03-31 13:50:15 +02:00
d7579c4a5f
Status_bar: updated p-group selection. ongoigne ffort to fix bugs in abton system...
appleb_m2026-03-31 13:49:51 +02:00
6dc8c1f303
SEVER: BIG CHANGE. added lifespan function which runs on startup once per thread/worker. initializes core objects, such as devices, daq, config. once. meaning less conflicting redis connections and device connections
appleb_m2026-03-31 13:49:29 +02:00
663f7bed79
Devices: added bec worker and aerotech controller initialization in devices.py
appleb_m2026-03-31 13:48:47 +02:00
f326e1d17e
GUI: fixes to error handling of aerotech, server etc disconnection or http errors
appleb_m2026-03-31 13:48:16 +02:00
e39ad0ea16
STill trying random AI fixes.. I should stop doing this haha
appleb_m2026-03-27 17:22:57 +01:00
ce0fc67867
GUI: Added ui_state_manager to handle Qsettings. Trying to resolve beamline busy and baton conflicts... helpppppp
appleb_m2026-03-27 17:11:11 +01:00
7965960e46
DAQ: feeding a "fake" session rather than an empty one, before it gets populated. This may be causing issues.
appleb_m2026-03-27 17:09:57 +01:00
7ae9889606
BATON: tried to convert from sessions to baton. This appears to be causign many issues. need to unpack them on Monday.
appleb_m2026-03-27 17:09:05 +01:00