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 |
|
augustin_s
|
73267e22cd
|
added link to Maloja and Furka repos
|
2020-09-11 18:17:06 +02:00 |
|
augustin_s
|
0fcad9fd71
|
Release v0.0.3
0.0.3
|
2020-09-11 18:13:29 +02:00 |
|
augustin_s
|
4424bb1d6c
|
switched from the cam_server to the cam_server_client package
|
2020-09-11 18:10:09 +02:00 |
|
augustin_s
|
9d614521ed
|
updated the docstring
|
2020-09-11 17:07:35 +02:00 |
|
gac-alvra
|
9f325e691c
|
commented KB mode attribute, something seems broken about it
|
2020-09-11 16:58:01 +02:00 |
|
augustin_s
|
94de23df31
|
commented fake PID calc and raise Errors instead
|
2020-09-11 16:35:44 +02:00 |
|
augustin_s
|
7ecc9dc247
|
fixed a bug: pv.connected does NOT wait for the connection to be established, asking to quickly will result in False
|
2020-09-11 16:12:05 +02:00 |
|
augustin_s
|
0fed62e890
|
removed comment
|
2020-08-21 14:18:03 +02:00 |
|
augustin_s
|
0f005cea30
|
renamed SmarActRecord -> SmarActAxis
|
2020-08-21 14:15:20 +02:00 |
|
augustin_s
|
124f2e2be5
|
renamed SmarActRecord -> SmarActAxis
|
2020-08-21 14:14:36 +02:00 |
|
augustin_s
|
eba5808a16
|
added constants for the status return values; some renaming
|
2020-08-21 14:14:02 +02:00 |
|
augustin_s
|
108bae0f0e
|
renamed SmarActRecord -> SmarActAxis
|
2020-08-21 13:13:41 +02:00 |
|
augustin_s
|
1fbc002806
|
refactored SmarActRecord.move()
|
2020-08-21 12:59:19 +02:00 |
|
augustin_s
|
496bbf816a
|
move() docstring typos/consistency
|
2020-08-20 10:47:31 +02:00 |
|
augustin_s
|
c6089e36c8
|
slightly more consistent variable names
|
2020-08-20 10:41:16 +02:00 |
|
augustin_s
|
4f92621123
|
more consistent variable names in limit methods
|
2020-08-20 09:07:26 +02:00 |
|
augustin_s
|
6eb13fabe4
|
try name and Id if docstring not set
|
2020-08-20 08:56:07 +02:00 |
|
augustin_s
|
fb5ce78ae4
|
renamed set_current_value -> reset_current_value_to for consistency
|
2020-08-20 08:55:20 +02:00 |
|
augustin_s
|
70eb1cee9c
|
refactored (almost) everything
|
2020-08-20 08:54:36 +02:00 |
|
augustin_s
|
93624c715d
|
removed duplicate
|
2020-08-19 16:19:27 +02:00 |
|
augustin_s
|
3204f99291
|
merged short and long version of SmarActRecord
|
2020-08-19 16:18:53 +02:00 |
|
augustin_s
|
7dd943aa77
|
removed duplicate
|
2020-08-19 16:06:31 +02:00 |
|
augustin_s
|
51c1adb065
|
merged both longer variants of SmarActRecord: use get_current_value everywhere instead of wm; cleaned up unused/empty methods and useless docstrings; removed SmarAct(pypeics.Device) as it was only really one used PV anyway; removed SmarActDevice as it did nothing at all
|
2020-08-19 16:05:25 +02:00 |
|
augustin_s
|
fc4aa5978b
|
removed unused stuff, fixed some obvious bugs, slight clean up
|
2020-08-18 17:12:13 +02:00 |
|
augustin_s
|
64a9b24eda
|
missed an empty line
|
2020-08-18 16:39:43 +02:00 |
|
augustin_s
|
bb9ee0ac42
|
removed all commented code
|
2020-08-18 16:38:53 +02:00 |
|
augustin_s
|
000edbaf86
|
added a version of the Alvra smaract code with the commented code back in to compare to the bernina equivalent
|
2020-08-18 16:38:46 +02:00 |
|
augustin_s
|
eea73e9372
|
removed deprecated file
|
2020-08-18 15:50:33 +02:00 |
|
augustin_s
|
67ac687437
|
made laser timing classes generic
|
2020-08-17 19:38:26 +02:00 |
|
augustin_s
|
56bc29de31
|
adjusted import
|
2020-08-17 19:11:57 +02:00 |
|
augustin_s
|
5f4e343670
|
made laser timing classes (mostly) generic
|
2020-08-17 19:11:31 +02:00 |
|
augustin_s
|
79767a3ef3
|
typo
|
2020-08-14 16:37:34 +02:00 |
|
augustin_s
|
397eda4ba0
|
moved offset storage logic into mixin (OffsetStorageMixin) for less duplication in PhaseShifter and PockelsTrigger
|
2020-08-14 16:31:56 +02:00 |
|
augustin_s
|
6bebf9f727
|
refactor laser timing classes cont'd
|
2020-08-14 15:49:51 +02:00 |
|
augustin_s
|
fde2ffe1ae
|
made check_pos_type a bit more flexible
|
2020-08-13 13:19:17 +02:00 |
|
augustin_s
|
ce5854ee45
|
refactored ETiming class
|
2020-08-12 15:53:20 +02:00 |
|
augustin_s
|
c5b9a7ab70
|
reordered classes
|
2020-08-12 14:38:25 +02:00 |
|
augustin_s
|
e4afabf1a3
|
cleaned __str__/__repr__
|
2020-08-12 13:10:34 +02:00 |
|
augustin_s
|
06dc411249
|
clean up: moved constants to top, removed some unused pieces
|
2020-08-12 12:33:42 +02:00 |
|
augustin_s
|
a6463b525c
|
renamed laser timing classes for pep8
|
2020-08-12 11:36:46 +02:00 |
|
augustin_s
|
1d4228dcf4
|
adjusted imports to merged laser timing file
|
2020-08-11 23:58:12 +02:00 |
|
augustin_s
|
71772e91f9
|
removed last duplicated timing file
|
2020-08-11 23:55:31 +02:00 |
|
augustin_s
|
f39ca1fbcd
|
merging all laser timing files
|
2020-08-11 23:55:12 +02:00 |
|
augustin_s
|
a6af4af52c
|
removed OTHER duplicated timing file
|
2020-08-11 23:48:08 +02:00 |
|
augustin_s
|
d6ee7cc34e
|
started merging the OTHER timing classes
|
2020-08-11 23:47:40 +02:00 |
|
augustin_s
|
82de280c49
|
removed duplicated timing file
|
2020-08-11 20:03:00 +02:00 |
|