augustin_s
|
1eb4a17ea5
|
print -> log
|
2025-06-07 18:11:03 +02:00 |
|
augustin_s
|
e8290ec992
|
use StepsEntry.GetValue()
|
2025-06-07 14:07:13 +02:00 |
|
augustin_s
|
7eede0a4aa
|
added GetValue (returns nsteps), use callback_update_visibility
|
2025-06-07 14:06:21 +02:00 |
|
augustin_s
|
0b54fa0a84
|
added callback_update_visibility
|
2025-06-07 14:05:13 +02:00 |
|
augustin_s
|
ba3bdc6433
|
do not cache calculated values
|
2025-06-07 00:12:38 +02:00 |
|
augustin_s
|
a0c65d02a1
|
alternative version since previous did not work on consoles
|
2025-06-04 17:12:03 +02:00 |
|
augustin_s
|
7f5719ea07
|
handle metadata=None in request
|
2025-06-04 16:39:52 +02:00 |
|
augustin_s
|
8d85bbea01
|
added safety check on FPICTURE channels to be added to the epics buffer
|
2025-06-03 09:53:01 +02:00 |
|
augustin_s
|
25300054e3
|
if there is no change, do not upload (force=True allows to force the upload); harmonized order of operation
|
2025-06-02 12:12:50 +02:00 |
|
augustin_s
|
de827bde93
|
less conversion
|
2025-06-02 12:04:57 +02:00 |
|
augustin_s
|
e657b64165
|
if there is no change, do not upload (force=True allows to force the upload)
|
2025-06-02 11:02:44 +02:00 |
|
augustin_s
|
ec44033aad
|
fixed tooltip on entry boxes
|
2025-05-28 15:16:48 +02:00 |
|
augustin_s
|
97d50e8715
|
scan2D_seq should be a grid
|
2025-05-26 16:22:45 +02:00 |
|
augustin_s
|
045f7c6faa
|
switched all StepsRangeEntry and StepsSequenceEntry to StepsEntry
|
2025-05-26 16:21:51 +02:00 |
|
augustin_s
|
3636893c6b
|
added Alternative and StepsEntry
|
2025-05-26 16:20:59 +02:00 |
|
augustin_s
|
2663c09918
|
added StepsEntry as Alternative between StepsRangeEntry and StepsSequenceEntry
|
2025-05-26 16:20:00 +02:00 |
|
augustin_s
|
4ca83030a5
|
added Alternative (sizer that switches between its contents)
|
2025-05-26 16:19:26 +02:00 |
|
augustin_s
|
7d1f9af474
|
wrap StepsRangeEntry widgets into vbox prepending a stretch space to expand consistently with StepsSequenceEntry
|
2025-05-26 00:17:36 +02:00 |
|
augustin_s
|
93c5b036ca
|
added wx debug mode (enable by setting WXDEBUG env var)
|
2025-05-25 23:58:20 +02:00 |
|
augustin_s
|
2fa3568808
|
changed super class of LabeledTweakEntry from wx.BoxSizer to wx.Panel
|
2025-05-25 01:45:56 +02:00 |
|
augustin_s
|
59209a8e07
|
changed super class of StepsRangeEntry and StepsSequenceEntry from wx.BoxSizer to wx.Panel
|
2025-05-24 23:18:30 +02:00 |
|
augustin_s
|
dca164d3a3
|
renamed adj_range and adj_seq -> adj_steps
|
2025-05-23 22:16:21 +02:00 |
|
augustin_s
|
3f632caf2d
|
use StepsSequenceEntry
|
2025-05-23 20:04:17 +02:00 |
|
augustin_s
|
8765f28b8a
|
added StepsSequenceEntry
|
2025-05-23 17:03:23 +02:00 |
|
augustin_s
|
14fe0e42e1
|
changed StepsRangeEntry to return steps; use scan?D_seq; removed unused imports
|
2025-05-23 16:07:10 +02:00 |
|
augustin_s
|
9d27a8499c
|
use relative switch; remove unused import
|
2025-05-23 16:04:36 +02:00 |
|
augustin_s
|
5e666ba433
|
added relative to scan?D_seq
|
2025-05-23 01:15:33 +02:00 |
|
augustin_s
|
420f23b437
|
disable buttons during receive and send
|
2025-05-09 19:52:04 +02:00 |
|
augustin_s
|
c19cb85f23
|
send parameters to daq
|
2025-05-09 19:47:04 +02:00 |
|
augustin_s
|
8e19304dbc
|
added name and timeout; disable everything until dialog is ready
|
2025-05-09 17:30:16 +02:00 |
|
augustin_s
|
445d2ab093
|
some newlines
|
2025-05-08 23:37:15 +02:00 |
|
augustin_s
|
ef052252e7
|
pass acquisition into JFList and get DAP and hardware settings
|
2025-05-08 23:35:56 +02:00 |
|
augustin_s
|
5c9258514c
|
added dummy callbacks
|
2025-05-08 20:34:40 +02:00 |
|
augustin_s
|
f54d394617
|
added buttons for Detector, DAP and Hardware
|
2025-05-08 20:01:55 +02:00 |
|
augustin_s
|
5f2e376205
|
rename on_dclick -> on_config_detector
|
2025-05-08 20:00:36 +02:00 |
|
augustin_s
|
3e8258cae8
|
removed show_list_jf, use JFList directly; removed unused show_list import
|
2025-05-08 19:40:30 +02:00 |
|
augustin_s
|
264e9241a6
|
moved show_list_jf/on_dclick into class
|
2025-05-08 19:38:02 +02:00 |
|
augustin_s
|
80443d3952
|
read selection from list itself, instead of event
|
2025-05-08 19:27:35 +02:00 |
|
augustin_s
|
a2ee2255c2
|
attach buttons to ListDialog; added GetSelectionString to ListDisplay
|
2025-05-08 19:26:17 +02:00 |
|
augustin_s
|
1b6b16b82c
|
removed unused import
|
2025-05-08 19:06:18 +02:00 |
|
augustin_s
|
8401ab17fd
|
attached widgets to parents and replaced the workaround
|
2025-05-08 19:00:32 +02:00 |
|
augustin_s
|
270a712c80
|
allow setting allowed_params from outside
|
2025-05-08 18:47:47 +02:00 |
|
augustin_s
|
7198f31dfd
|
add defaults back to avoid conda-build complaining about missing conda-verify
|
2025-05-07 18:28:53 +02:00 |
|
augustin_s
|
1fa3072445
|
disable error report; remove conda-verify
|
2025-05-07 18:22:49 +02:00 |
|
augustin_s
|
d70bf31353
|
remove the defaults channel
|
2025-05-07 18:05:35 +02:00 |
|
augustin_s
|
0c27526071
|
switch to conda-forge; do not pin python version
|
2025-05-07 18:00:56 +02:00 |
|
augustin_s
|
36b4717e12
|
Revert "debug: search for conda-build builds"
This reverts commit 86853bf459.
|
2025-05-07 17:43:04 +02:00 |
|
augustin_s
|
86853bf459
|
debug: search for conda-build builds
|
2025-05-07 17:37:35 +02:00 |
|
augustin_s
|
df21bc949d
|
allow any conda-build but force python 3.12
|
2025-05-07 17:22:24 +02:00 |
|
augustin_s
|
897143bd28
|
force conda-build to latest version
|
2025-05-07 17:09:46 +02:00 |
|