This website requires JavaScript.
5a9a67b7b6
fixed it, almost
master
augustin_s
2026-02-10 15:59:35 +01:00
ea14faff14
the syntax of the screen panel cli was changed
augustin_s
2026-02-09 14:13:31 +01:00
67c8c1e93d
use KNOWN_TYPES in on change comparison
augustin_s
2026-02-06 19:10:46 +01:00
8bc33c790c
do not emit EVT_TEXT in set value
augustin_s
2026-02-06 19:10:02 +01:00
e442fc9f0f
initialize and handle missing
augustin_s
2026-02-06 18:57:16 +01:00
e303b7349e
turn save button read if there is unsafed entries
augustin_s
2026-02-06 18:28:45 +01:00
26097c16fd
added a few entries to fake config; added set method to fake client
augustin_s
2026-02-06 18:28:18 +01:00
ebc4f82b39
added dict of known types; create correct entries for those
gac-maloja
2023-10-07 20:32:06 +02:00
29b7648cae
added enable/disable and clear method
gac-maloja
2023-10-07 20:29:52 +02:00
2d5116c935
added clear method; return None for empty boxes
gac-maloja
2023-10-07 20:29:33 +02:00
d3f300e7a5
do not sort entries alphabetically
augustin_s
2023-05-31 20:50:45 +02:00
08f788f7c2
added radial projection
augustin_s
2023-05-31 20:40:26 +02:00
91ee639093
updated fake PipelineClient
augustin_s
2023-05-31 20:40:15 +02:00
9ab4adbcc4
updated comment
gac-maloja
2022-10-19 19:48:19 +02:00
e0ae4f06ad
moved active/offline pipeline logic out; removed show_offline_pipelines CLI switch, instead show active/offline in one list indicating by symbol and text what the state is
gac-maloja
2022-10-19 19:33:04 +02:00
cdbe675818
added option to configure offline pipelines; show ROI entries in numpy order (y, x)
gac-maloja
2022-07-10 13:41:41 +02:00
c948942a12
renamed tt.py -> SARES11-SPEC125-M1-tt.py; updates
gac-alvra
2022-03-24 13:33:11 +01:00
61d892f83b
added a first version of the time tool processing script
gac-alvra
2022-02-24 13:21:02 +01:00
98f4ee3349
added some paramters; transpose the images; run a first processing outside the profiler
gac-alvra
2022-02-24 13:20:12 +01:00
7247e37d7f
added error on missing camera name; print raw shape
gac-alvra
2022-02-24 13:10:36 +01:00
1186890fe4
ignore output files
augustin_s
2022-02-22 20:39:29 +01:00
f63e5c6ae1
fixed typo
augustin_s
2022-02-22 20:38:57 +01:00
2cbeae72bd
added readme
augustin_s
2022-02-22 20:36:17 +01:00
f140256e37
processing profiler
augustin_s
2022-02-22 19:59:38 +01:00
361ad22ee6
replaced subprocess.run with Popen to not block GUI; load pipeline list on every _get_roi call
gac-maloja
2021-10-04 15:10:28 +02:00
3d7e6c8ffd
added button that opens ScreenPanel for selected camera
gac-maloja
2021-10-02 19:16:04 +02:00
3e4decb4c9
moved .Disable() calls together
gac-maloja
2021-10-02 18:39:27 +02:00
4c7cb24aa8
added buttons to get current ROI selected in screenpanel and insert for signal or background
gac-maloja
2021-10-02 18:32:18 +02:00
69f76e4832
(re-)layout the sizer after adding new entries
gac-maloja
2021-10-02 18:29:49 +02:00
92b737ec31
use method of Setting, and not method of Setting.text
gac-maloja
2021-10-02 18:22:22 +02:00
34b03658da
store ListEntry enabled/disabled state, honor state when creating new entries
gac-maloja
2021-10-02 18:21:14 +02:00
8745c65607
ensure background name is always set
gac-maloja
2021-10-02 11:41:00 +02:00
3c091acb82
added __getitem__ to SettingsList; added set_value to Setting
gac-maloja
2021-10-02 11:40:48 +02:00
772dbeb79f
title
gac-maloja
2021-10-02 11:23:33 +02:00
4a5221b703
added "Expert Mode" to the title if -a is given
gac-maloja
2021-10-02 11:21:20 +02:00
83f2cc47ae
do not limit selection of pipelines when -a is given
gac-maloja
2021-09-30 17:58:49 +02:00
d8e6d0a05f
made function (i.e., script name) enforced; clear entries on error
gac-maloja
2021-09-30 14:50:13 +02:00
d7d766057f
a little more refactor
gac-maloja
2021-09-30 11:49:44 +02:00
545c27bb54
a bit of refactor
gac-maloja
2021-09-30 11:41:26 +02:00
2ecd9b3e90
made image_threshold an enforced setting, transfer value to threshold if useful; add missing settings as None
gac-maloja
2021-09-30 11:06:24 +02:00
2df1aa9c3f
made image_background_enable an enforced setting
gac-maloja
2021-09-30 10:47:21 +02:00
15233e68f6
added readable labels
gac-maloja
2021-09-29 20:30:50 +02:00
ff7b34bf20
added distinction between label and name of setting, read mapping from dict
gac-maloja
2021-09-29 20:26:48 +02:00
83de90b1a7
moved SettingsList to separate file
gac-maloja
2021-09-29 19:38:15 +02:00
e0751e965d
command line args for all/restricted settings; use fake PipelineClient if there is no cam_server_client; take background and save config to pipeline
gac-maloja
2021-09-29 18:59:13 +02:00
9ab77080a3
handle None (albeit in an ugly way); also handle TypeError when converting values back to original type; update value type also in SetValue
gac-maloja
2021-09-29 18:56:36 +02:00
4988469bf1
added EntryButton widget
gac-maloja
2021-09-29 18:54:47 +02:00
400cbdbd92
first prototype
augustin_s
2021-09-29 16:10:29 +02:00
653be355d7
Initial commit
augustin_s
2021-09-29 13:41:51 +00:00