Commit Graph

648 Commits

Author SHA1 Message Date
augustin_s 1b1af4e70e use line enumeration 2021-08-23 15:48:41 +02:00
augustin_s 51a5310df0 added line enumeration to table 2021-08-23 15:48:25 +02:00
augustin_s 920efb3d43 print adjustable(s) values as table 2021-08-23 15:17:59 +02:00
augustin_s 786b07f544 added printable_table 2021-08-23 15:17:13 +02:00
augustin_s b7bff450d7 fix for non-string keys 2021-08-23 14:54:11 +02:00
augustin_s 1c79dd6d67 added repr to ScanBackend to provide a scan summary 2021-08-23 13:10:41 +02:00
augustin_s 4901b02560 simpler name 2021-08-23 13:09:58 +02:00
augustin_s d4de75ce90 use header in itemize 2021-08-16 13:48:15 +02:00
augustin_s df4d50922b added header to itemize 2021-08-16 13:43:20 +02:00
NichtJens f50e4ba8a7 updated dependency list 2021-07-29 14:07:41 +02:00
NichtJens 407d4edad6 replaced assert with logged warning 2021-07-29 14:02:02 +02:00
NichtJens 74f40815fd added print on failure for check(); added silent switch to cleanup() 2021-07-29 13:20:52 +02:00
NichtJens 026af4562b import requests.exceptions.ConnectionError so that it can be easier caught 2021-07-29 13:19:45 +02:00
NichtJens c53cf5c686 made it easier to test SFAcquisition by allowing fake PIDs again (a warning will be logged for each call) 2021-07-29 13:07:30 +02:00
NichtJens 8f14996202 added missing asterisk 2021-07-29 13:03:26 +02:00
NichtJens 2fb15abe82 apply forwards_to decorator and added docstrings to all scan methods; better repr 2021-07-28 21:18:26 +02:00
NichtJens 997d47e8d3 added utility decorator for better function signatures 2021-07-28 21:14:13 +02:00
NichtJens 5864e92b23 better repr 2021-07-28 21:13:38 +02:00
NichtJens cf898c808b fixed that ipython help for classes that use the Registry functionality show the signature of RegistryMeta.__call__ instead of that of their constructor 2021-07-27 17:42:38 +02:00
NichtJens 274280c1bd added internal=bool switch to adjustables, take switch into account for GUI dropdown 2021-07-27 14:55:28 +02:00
NichtJens 1996a3d011 handle empty Adjustable dropdown 2021-07-27 14:19:15 +02:00
augustin_s 54d6368f36 Update READMORE.md 2021-07-26 19:53:54 +02:00
augustin_s 4ccea4e9ce renamed helper -> exc2warn 2021-07-26 17:20:29 +02:00
augustin_s 7a87b6f9fc renamed plotwidgets -> plotting 2021-07-26 17:19:02 +02:00
augustin_s fa877662fe moved ADJUSTMENTS and fname imports from tools to entries 2021-07-26 17:16:25 +02:00
augustin_s e543e95cbd moved PersistableWidget marker class to other persistence code 2021-07-26 17:10:25 +02:00
augustin_s b71f14a004 split widgets into several files 2021-07-26 17:03:19 +02:00
augustin_s 13e56a2425 split daqpanels into several files 2021-07-26 16:27:19 +02:00
augustin_s 07620d6810 cleanup 2021-07-26 15:47:45 +02:00
augustin_s 036ac554c6 created some folders for better structuring the code 2021-07-26 15:07:14 +02:00
augustin_s 09c484f2a4 fixed figures on github mirror 2021-07-26 12:04:48 +02:00
augustin_s 832c9b244b Update READMORE.md 2021-07-26 12:02:01 +02:00
augustin_s f20c0c56f5 more to read 2021-07-26 11:45:14 +02:00
augustin_s aa8532da76 Update README.md 2021-07-25 22:39:31 +02:00
augustin_s c32f8373e7 added some FAQs 2021-07-25 22:38:01 +02:00
augustin_s e8a6623d2b renamed parse_channel_list_file -> load_channels; deprecated slic.utils.channels.Channels 2021-07-25 18:53:42 +02:00
augustin_s 37d931b556 adjusted import 2021-07-25 18:17:00 +02:00
augustin_s d4373f5c2f import BSChannels/PVChannels 2021-07-25 18:16:26 +02:00
augustin_s be3e0179ef adjusted channels display dialogs to new BSChannels/PVChannels 2021-07-25 16:52:56 +02:00
augustin_s f40aa9ef82 need to ensure channel order for all steps, results should be unique 2021-07-25 16:43:33 +02:00
augustin_s 80ba7ade24 separated base class Channels from BSChannels, added PVChannels 2021-07-25 16:26:39 +02:00
augustin_s 6abbbd7a57 add a message if no Marker or Shortcut is defined 2021-07-24 19:38:02 +02:00
augustin_s 65c75720cf Label headers and seperator line are shown as needed; Shortcuts show source code as tooltip 2021-07-24 15:40:21 +02:00
augustin_s b84aae724f Shortcuts know their functions source code 2021-07-24 15:38:55 +02:00
augustin_s d65b30e888 added Shortcuts to GoTo panel 2021-07-24 13:14:19 +02:00
augustin_s 9d0980c2b4 added Shortcut class 2021-07-24 12:42:10 +02:00
augustin_s ccde0f0230 simplified __call__ 2021-07-23 20:34:16 +02:00
augustin_s 7a31af1101 made Marker callable 2021-07-23 20:32:03 +02:00
augustin_s 2d46d7e842 show flags for all tabs; better default tab logic 2021-07-23 18:23:21 +02:00
augustin_s 972235b509 allow updating kwargs on call 2021-07-23 18:22:28 +02:00