augustin_s
|
2daee02fc6
|
added different length fake channel names
|
2020-11-19 18:51:50 +01:00 |
|
augustin_s
|
0ee7b8cc47
|
disable channel button if respective list is empty
|
2020-11-19 11:30:41 +01:00 |
|
augustin_s
|
46575df345
|
added buttons to print current channels
|
2020-11-19 00:23:49 +01:00 |
|
augustin_s
|
1091d7ff0e
|
added default channels/detectors/PVs to fake acq.
|
2020-11-19 00:22:10 +01:00 |
|
augustin_s
|
4a94b82f59
|
fixed the stretching
|
2020-11-18 21:51:41 +01:00 |
|
augustin_s
|
cea2d81c1f
|
forgot some borders
|
2020-11-18 21:03:06 +01:00 |
|
augustin_s
|
4fc282d1ff
|
added #steps calc and box; several clean ups
|
2020-11-18 20:50:18 +01:00 |
|
augustin_s
|
35d582a1d0
|
color stop buttons red
|
2020-11-18 13:42:12 +01:00 |
|
augustin_s
|
5344b5c09f
|
reset start/stop buttons after successful scan
|
2020-11-18 12:24:52 +01:00 |
|
augustin_s
|
556ee0b991
|
allowed to stop static and scan
|
2020-11-18 12:12:22 +01:00 |
|
augustin_s
|
9a697c8223
|
added a two (mutually exclusive) button widget
|
2020-11-18 12:11:22 +01:00 |
|
augustin_s
|
e0216c0fe9
|
fixed that scan.stop() only stopped the current step but then went on to the next...
|
2020-11-18 12:10:30 +01:00 |
|
augustin_s
|
5215afcea9
|
added a FakeAcquisition for testing (can test scans when combined with DummyAdjustable)
|
2020-11-18 11:53:39 +01:00 |
|
augustin_s
|
f5903ba9e4
|
added an icon
|
2020-11-17 23:11:54 +01:00 |
|
augustin_s
|
f7b29602b8
|
fixed distinction between no channel to be recorded (empty list) and default channels (None)
|
2020-11-17 15:15:00 +01:00 |
|
augustin_s
|
4fb6cb788f
|
moved page selection logic to class
|
2020-11-17 13:11:35 +01:00 |
|
augustin_s
|
bd90eb84a5
|
removed wildcard
|
2020-11-17 12:54:20 +01:00 |
|
augustin_s
|
0866185ed9
|
added a GUI class (just a deferred call to run())
|
2020-11-17 12:54:02 +01:00 |
|
augustin_s
|
e290296087
|
use a less controversial name
|
2020-11-17 12:52:53 +01:00 |
|
augustin_s
|
832a3eb509
|
fixed DAQFrame sizing logic
|
2020-11-17 12:44:36 +01:00 |
|
augustin_s
|
08c2e28f21
|
some clean up
|
2020-11-17 12:15:17 +01:00 |
|
augustin_s
|
a2f4fefe4a
|
fixed call signatures
|
2020-11-16 17:43:30 +01:00 |
|
augustin_s
|
e9d28bf5e2
|
update adjustable repr after scan
|
2020-11-16 17:36:50 +01:00 |
|
augustin_s
|
6048e08edf
|
added adjustable repr below selection
|
2020-11-16 13:50:22 +01:00 |
|
augustin_s
|
59706d06a0
|
connected scanner/acquisition to respective buttons
|
2020-11-16 13:50:22 +01:00 |
|
augustin_s
|
72192c1ad9
|
first prototype for a GUI
|
2020-11-15 18:36:24 +01:00 |
|
augustin_s
|
607756dba0
|
docstring for scan2D; renamed adjustables 0/1 -> 1/2
|
2020-11-14 18:19:09 +01:00 |
|
augustin_s
|
e87750694c
|
added scan1D/scan2D methods: both use step size instead of number of steps, scan2D covers whole 2D plane instead of 1D path through 2D plane
|
2020-11-14 18:12:16 +01:00 |
|
augustin_s
|
4e5351a855
|
use nice_linspace
|
2020-11-14 17:52:01 +01:00 |
|
augustin_s
|
ae787e7cad
|
added helper functions for nicer linspace/arange
|
2020-11-14 17:46:25 +01:00 |
|
augustin_s
|
355fd1ca97
|
flipped the waiting PV value
|
2020-11-13 17:27:24 +01:00 |
|
augustin_s
|
781369b892
|
fall back to Id if name is not given also for smaracts
|
2020-11-12 17:02:51 +01:00 |
|
augustin_s
|
27ae6ae03c
|
stop writing scan_info to /res (sf_daq write it to /raw)
|
2020-11-11 14:10:41 +01:00 |
|
augustin_s
|
54e5fe1e3b
|
renamed DeviceZ (for later usage)
|
2020-10-12 17:07:06 +02:00 |
|
augustin_s
|
de0f9d83d0
|
refactor
|
2020-10-12 12:47:14 +02:00 |
|
augustin_s
|
1da16f20a9
|
cleaned up LaserExp repr(); changed PVs -> PVAdjustables
|
2020-10-12 12:26:46 +02:00 |
|
augustin_s
|
76562c49f3
|
made DelayState a BaseDevice subclass, added __str__ (concatenated str() of devices) in analog to __repr__ (concatenated repr() of devices)
|
2020-10-12 12:25:09 +02:00 |
|
augustin_s
|
2f8b4480c5
|
added __str__ (returns f"{value} {unit}") to Adjustable
|
2020-10-12 12:18:49 +02:00 |
|
augustin_s
|
36cabeb6b0
|
removed "moving" (since adjustables are not only motors): renamed move_back_to_initial_values -> return_to_initial_values
|
2020-10-11 20:31:43 +02:00 |
|
augustin_s
|
bc72deb246
|
cleaned up move-back logic; outsourced trinary check; updated docstring
|
2020-10-11 19:49:19 +02:00 |
|
augustin_s
|
a9e877b517
|
added utility for trinary logic (True/False/None)
|
2020-10-11 19:47:32 +02:00 |
|
augustin_s
|
968c75af59
|
typo
|
2020-10-10 19:46:29 +02:00 |
|
augustin_s
|
76b671007c
|
logic
|
2020-10-10 19:42:22 +02:00 |
|
augustin_s
|
807a903f63
|
quick feature: allow to choose whether or not to return to initial values when starting a scan
|
2020-10-10 19:36:43 +02:00 |
|
augustin_s
|
0d7e0f1a87
|
changed server name from sf-daq-1 to sf-daq
|
2020-10-07 11:25:10 +02:00 |
|
augustin_s
|
7e44cb95b9
|
quick fix: laser repr is more concise; pump_autocorr_delay is not a delay stage
|
2020-09-19 12:38:43 +02:00 |
|
augustin_s
|
71f4a1bb6e
|
added preliminary support for sending ScanInfo to sf_daq, as well as setting detectors/PVs
|
2020-09-13 18:39:12 +02:00 |
|
augustin_s
|
9b392820ab
|
set client_name (to "slic") in SFAcquisition
|
2020-09-12 15:09:20 +02:00 |
|
augustin_s
|
35057d7168
|
added support for client_name to BrokerClient/BrokerConfig
|
2020-09-12 15:08:34 +02:00 |
|
augustin_s
|
81face1a6a
|
added preliminary output of dict as expected by SF_DAQ to ScanInfo
|
2020-09-12 15:05:46 +02:00 |
|