0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00
Commit Graph

226 Commits

Author SHA1 Message Date
87d5467643 fix: moved mask as a last step of image processing 2023-09-08 16:27:23 +02:00
43f03b5430 fix: update_signal typo fixed 2023-09-08 16:22:54 +02:00
ef42921c9a fix: path to mask fixed 2023-09-08 16:18:06 +02:00
33d1193c96 feat: added functionality to load mask 2023-09-08 16:16:02 +02:00
ae8fc94979 fix: added missing .ui file to git 2023-09-08 15:57:57 +02:00
acd7a3bc92 feat: added rotate and transpose logic 2023-09-08 14:39:48 +02:00
6733371c2c fix: rotation logic fixed 2023-09-08 14:36:25 +02:00
00385abbf9 fix: rotation always counter-clockwise 2023-09-08 14:33:35 +02:00
327f6b3df3 feat: rotation of the image to the left/right by 90, 180, 270 degree 2023-09-08 14:24:17 +02:00
4fa8d46631 feat: simulation stream with Gaussian peak in 1st quadrant 2023-09-08 14:14:04 +02:00
5cbedec5d9 feat: eiger_plot.py in example folder with new GUI 2023-09-08 13:57:37 +02:00
ba5a7f1248 Merge branch 'master' of https://gitlab.psi.ch/bec/bec-widgets 2023-09-08 11:43:19 +02:00
70d74c774d feat: eigerplot added 2023-09-08 11:42:19 +02:00
46a3981e7d fix: start_device_consumer changed from EP device_status to scan_status 2023-09-08 08:45:33 +02:00
fb52b2a8e5 feat: console arguments added for Redis port, device, and sub_device tag 2023-09-07 16:43:04 +02:00
c368871919 feat: plot flips every second row 2023-09-07 16:35:13 +02:00
9271b91113 feat: device_consumer is getting scanID and initialise stream_consumer 2023-09-07 16:33:41 +02:00
b7136e769f refactor: functionalities separated to different methods 2023-09-07 15:43:44 +02:00
7d996ec8e7 refactor: project cleaned up 2023-09-07 15:29:49 +02:00
bfef71382e feat: simulation and simple 2D plot for mca card stream 2023-09-07 15:27:33 +02:00
b62509a28e fix: self.limit_map_data fixed to be initialised only with integers from limits 2023-09-06 17:24:39 +02:00
a1264fe4e2 fix: limit spinBoxes morphed to doubleSpinBoxes 2023-09-06 17:20:20 +02:00
2397af140f docs: pyqtGraph controls in help 2023-09-06 17:08:18 +02:00
63744b0fbf refactor: code cleaned up 2023-09-06 16:58:19 +02:00
197ebad765 refactor: code cleaned up 2023-09-06 16:55:10 +02:00
f45512e0ae fix: x and y motor can be linked again 2023-09-06 16:51:21 +02:00
8a6e2daaf9 fix: default values fixed from .yaml 2023-09-06 16:39:10 +02:00
9fba0334a0 fix: help extended 2023-09-06 16:05:53 +02:00
2087d19d3c feat: added help button 2023-09-06 16:02:14 +02:00
bf12963247 fix: table loads number of columns correctly 2023-09-06 15:51:43 +02:00
15d995f66b feat: table can be loaded from .csv 2023-09-06 15:38:58 +02:00
772f18fa09 feat: table can be exported to csv 2023-09-06 15:38:57 +02:00
74884a3707 fix: content always aligned to centre 2023-09-06 15:03:55 +02:00
3132b4fb4d refactor: change order of columns 2023-09-06 15:02:46 +02:00
1235294b03 feat: additional extra rows takes values from previous row 2023-09-06 14:46:45 +02:00
fa76acbd6d feat: additional columns can be added through .yaml 2023-09-06 14:35:27 +02:00
7e6244c5d3 fix: table checkbox fixed 2023-09-06 14:07:10 +02:00
75f5c8fcd6 fix: partial fix to table checkBox 2023-09-06 13:30:08 +02:00
1241fc7516 refactor: code cleaned up 2023-09-06 11:27:47 +02:00
0aa667b70d fix: coordinates markers are updated on the map, if X, Y in table manually is changed 2023-09-06 11:22:33 +02:00
ca099eced3 refactor: DoubleValidationDelegate moved to qt_utils 2023-09-06 10:37:38 +02:00
be1bd81d60 fix: added float validator to the table 2023-09-06 10:33:59 +02:00
9d83a455e8 fix: table bug, when deleted multiple rows 2023-09-06 10:02:13 +02:00
63e6d61c2e fix: table bug, when user deleted row and wanted to go to the previous position 2023-09-06 09:55:18 +02:00
9beaa8f8cf refactor: sync_step_sizes generalised to one function 2023-09-05 16:29:30 +02:00
aede1988ec refactor: change_step_size generalised to one function 2023-09-05 16:21:15 +02:00
16ab746f54 feat: step for x and y can be linked or separated 2023-09-05 16:15:05 +02:00
b9920f3b6c refactor: init_ui separated into multiple sections for each ui functionality 2023-09-05 15:47:54 +02:00
6324199299 feat: user can choose if to save coordinates when moving to absolute coordinates 2023-09-05 15:13:56 +02:00
b7a1b8bca1 fix: bec_config initialisation by command line argument 2023-09-05 14:46:41 +02:00