|
4d3d89fb3a
|
comment examples
|
2023-10-16 13:42:07 +02:00 |
|
|
f7aa055ca1
|
fwd args
|
2023-10-16 13:41:56 +02:00 |
|
|
4417b4bde9
|
added painbow colormap
|
2021-11-27 16:16:14 +01:00 |
|
|
ab4028697d
|
naming
|
2021-06-21 17:22:42 +02:00 |
|
|
ffe02bf3e7
|
added config folder to ignore list
|
2021-06-21 17:10:45 +02:00 |
|
|
f2cf809619
|
check parent folder on save/load
|
2021-06-21 17:10:03 +02:00 |
|
|
efd8a4d835
|
more comprehensive
|
2021-06-21 16:28:14 +02:00 |
|
|
96b8e8d899
|
added Files widget
|
2021-06-21 16:05:37 +02:00 |
|
|
f7bf047863
|
cleanup
|
2021-06-21 15:37:31 +02:00 |
|
|
f1a860a28b
|
do not add fnames to the completions more than once; removed local version of completions list
|
2021-06-21 15:12:05 +02:00 |
|
|
00803262f8
|
first try on a file save/reload widget
|
2021-06-21 12:49:10 +02:00 |
|
|
66fe3b6c7d
|
moved Checkbox into own file, import to widgets
|
2021-06-21 12:32:20 +02:00 |
|
|
2ea73fb410
|
moved widgets into own folder
|
2021-06-21 12:30:25 +02:00 |
|
|
bce33301b6
|
revert attribute name to TextInput (was falsely indicating a Spinner)
|
2021-06-16 12:30:00 +02:00 |
|
|
26e3568e4d
|
correctly log ignored exceptions
|
2021-06-15 18:54:58 +02:00 |
|
|
d40909779b
|
removed unused imports
|
2021-06-15 18:54:35 +02:00 |
|
|
3312494e66
|
fix
|
2021-06-15 18:51:43 +02:00 |
|
|
a0d6afd9e6
|
moved cfg on_click/on_change code to respective dialogs
|
2021-06-15 18:48:09 +02:00 |
|
|
21a189ea8a
|
added logging via logzero; read loglevel from env variable LOGLEVEL
|
2021-06-15 18:14:38 +02:00 |
|
|
8a909e4664
|
refactored on_change logic
|
2021-06-15 16:43:57 +02:00 |
|
|
45bb10f41f
|
refactor
|
2021-06-15 12:41:53 +02:00 |
|
|
134f302c25
|
cleanups
|
2021-06-15 12:27:03 +02:00 |
|
|
a475272407
|
corrected direction
|
2021-06-15 12:26:46 +02:00 |
|
|
177ebe9f6f
|
test plots from string
|
2021-06-15 11:58:39 +02:00 |
|
|
c09d14e9e4
|
split a method in two, some tests on callback performance
|
2021-06-15 11:57:00 +02:00 |
|
|
10b83cad9a
|
turn off hovertool by default
|
2021-06-11 19:03:09 +02:00 |
|
|
efedffee66
|
removed the bokeh logo
|
2021-06-11 18:25:49 +02:00 |
|
|
c8ea2d5fc0
|
added tooltips
|
2021-06-11 17:58:11 +02:00 |
|
|
ea5cf1e9bc
|
added some custom colormaps
|
2021-06-11 15:47:06 +02:00 |
|
|
42c19eeb11
|
todo
|
2021-06-10 13:41:29 +02:00 |
|
|
9d592855f5
|
added some notes on dependencies
|
2021-06-10 13:21:09 +02:00 |
|
|
674192c18e
|
added missing colons in comments
|
2021-06-10 13:20:48 +02:00 |
|
|
fca91d99d3
|
added a few nice colormaps
|
2021-06-10 12:38:28 +02:00 |
|
|
2182463004
|
consistent naming
|
2021-06-10 11:03:48 +02:00 |
|
|
59888c07d4
|
added checkbox to reverse colormap
|
2021-06-10 10:39:20 +02:00 |
|
|
acb3f06682
|
added todo note
|
2021-06-09 16:34:36 +02:00 |
|
|
4aec32bb28
|
slightly better error message
|
2021-06-09 16:34:28 +02:00 |
|
|
411a38e297
|
check if source is connected before adding callback
|
2021-06-09 16:33:51 +02:00 |
|
|
859c970a45
|
made src.is_connected dynamic
|
2021-06-09 16:32:13 +02:00 |
|
|
8fb5893acc
|
wait for connection after PV init (and before attaching cache)
|
2021-06-09 16:07:50 +02:00 |
|
|
80a48babc2
|
store PV name on Camera objects
|
2021-06-09 16:06:57 +02:00 |
|
|
3a311c070f
|
added binning for 2D images
|
2021-06-09 15:53:49 +02:00 |
|
|
35ccbe8764
|
adjust attribute names to TextInput -> Spinner change
|
2021-06-09 14:50:51 +02:00 |
|
|
ecfe4882b4
|
removed debug prints
|
2021-06-09 14:42:47 +02:00 |
|
|
b77cc8e636
|
use repr() in debug output
|
2021-06-09 14:42:29 +02:00 |
|
|
10c28c5904
|
changed TextInput to Spinner for cache sizes
|
2021-06-09 14:39:27 +02:00 |
|
|
bccc2b84c7
|
cleanup
|
2021-06-09 14:30:47 +02:00 |
|
|
881631bdb0
|
added callback util
|
2021-06-09 14:29:21 +02:00 |
|
|
546d5312fb
|
allow setting vmin and vmax
|
2021-06-09 14:04:05 +02:00 |
|
|
159037e825
|
added some todo notes
|
2021-06-09 14:02:34 +02:00 |
|