Commit Graph
578 Commits
Author SHA1 Message Date
augustin_s 672f49fcab Update README.md 2021-07-19 10:40:31 +02:00
augustin_s 6c46efebd2 add a note on sf_daq 2021-07-19 10:39:27 +02:00
augustin_s 5c9f71429a added furka 2021-07-05 16:15:12 +02:00
augustin_s af96e85c86 added preliminary JF pedestal taking 2021-06-27 15:13:30 +02:00
augustin_s 9f0a113ed6 fixed PVAdjustable._is_close() to return True if there's no accuracy defined (before, it returned None) 2021-06-27 10:52:31 +02:00
augustin_s fd9762271e print offline channels before acquisitions 2021-06-27 10:46:43 +02:00
augustin_s 16dfcdd43c added color to and cleaned up BSChannels.check() 2021-06-27 10:45:49 +02:00
augustin_s a7ad4165eb set wait=True for PV.put() during active move 2021-06-23 18:59:54 +02:00
augustin_s 5871073782 added physical units to scan info 2021-06-22 11:31:20 +02:00
augustin_s 2b1a1f0ecc added data_base_dir="static_data" to SFAcquisition, allow changing it in acquire(), use that changing in scans to switch to "scan_data" 2021-06-22 11:26:11 +02:00
augustin_s d6e143cbed made which panels are visible configurable 2021-06-22 10:11:24 +02:00
augustin_s 1745db98ea added CDCMEWTC to slic.devices 2021-06-18 16:37:04 +02:00
augustin_s 46d6ed293b updated DCM PV names, added accuracy, fixed moving PV bool logic 2021-06-18 12:23:36 +02:00
augustin_s 3b08091f80 made Huber more general (works for flex and prime) 2021-06-18 12:21:49 +02:00
augustin_s 0382afdfae adapting to https://github.com/paulscherrerinstitute/sf_daq_broker/commit/605d863396efb9ad3611a457dc63d92f2cbbbf93 2021-05-26 18:12:09 +02:00
augustin_s e9393cab7b made contains test case insensitive 2021-05-21 20:58:50 +02:00
augustin_s 51064d4a3f added "string contains string" search for adjustable combobox 2021-05-21 16:30:48 +02:00
augustin_s 5441c8862a added fuzzy search for adjustable combobox 2021-05-21 16:21:18 +02:00
augustin_s 312064afa9 added autocomplete for adjustable combobox 2021-05-21 11:13:10 +02:00
augustin_s f0ca294364 added exception type to MathEntry's error tooltip 2021-05-16 15:58:28 +02:00
augustin_s f85699898e better error message for unsupported operators 2021-05-16 15:57:26 +02:00
augustin_s bf26e376b6 added message for if no values were collected for the check; string formatting 2021-05-15 18:52:46 +02:00
augustin_s a1cf4234fb fixed argument order 2021-05-15 18:50:22 +02:00
augustin_s a3b4c01347 handle unary operators (+1, -1) 2021-05-15 16:52:00 +02:00
augustin_s bb3a5746da added label to values 2021-05-14 22:05:57 +02:00
augustin_s 12c3733099 refactor 2021-05-14 21:41:10 +02:00
augustin_s 9b47e27884 naming consistency 2021-05-14 20:12:36 +02:00
augustin_s e119d5c5e6 naming consistency 2021-05-14 20:12:12 +02:00
augustin_s b44025e074 refactor 2021-05-14 20:10:01 +02:00
augustin_s c3f0761bbb persistence contains widget name and uses json 2021-05-14 19:32:16 +02:00
augustin_s 5ded5f20d7 added "marker" class for persistability instead of list of widgets 2021-05-14 18:05:27 +02:00
augustin_s b550cabd50 Labeled* widgets use label as name for TextCtrl 2021-05-14 17:29:50 +02:00
augustin_s 04af6afefc refactor of NotebookPanel into MainPanel and NotebookDX 2021-05-14 11:31:55 +02:00
augustin_s 51a79154ee added relative scans to special 2021-05-11 16:12:02 +02:00
augustin_s c0fe63b24e quick try on a special scan panel where the values can be specified 2021-05-11 15:51:24 +02:00
augustin_s b8dd131fb5 made a quick copy of Scan panel 2021-05-11 10:47:32 +02:00
augustin_s 629b4a9446 named some delay stages; changed M444 from 'autocorr delay' to 'variable OD filter' 2021-05-10 19:13:31 +02:00
augustin_s a76a3a2206 named the sample manipulators 2021-05-10 19:12:01 +02:00
augustin_s 9391608201 fixed task creation in set_target_value; some string formatting 2021-05-10 19:09:51 +02:00
augustin_s 3b8eb94371 Delay is in femtoseconds instead of seconds; DelayStage can be named 2021-05-10 19:08:27 +02:00
augustin_s f482fac174 made attenuator provisional adjustable 2021-05-10 16:21:43 +02:00
augustin_s 84aff64c89 start merging two variants of attenuator class 2021-05-10 16:15:49 +02:00
augustin_s be7c8a52e3 added quick protoype for persitence 2021-05-10 14:58:53 +02:00
augustin_s d79f87611d update comments 2021-05-10 12:27:18 +02:00
augustin_s ec47a3c791 split on_change_adj into on_update_adj/_abs, trigger both for dropdown event but only on_update_adj for timer event 2021-05-10 12:22:01 +02:00
augustin_s c58f7459f3 added optional jitter to dummy adj 2021-05-10 12:20:32 +02:00
augustin_s e0691dd71c handle step size == 0 2021-05-10 11:57:13 +02:00
augustin_s 5ea9affc3b update filename for repeated scans also in the scan_info 2021-05-09 14:32:16 +02:00
augustin_s 8a73138c01 always strip spaces from filenames 2021-03-30 17:55:07 +02:00
augustin_s 2266fc67fe added timer event to update current value of selected adjustable 2021-03-26 13:18:55 +01:00