|
|
d5d8157514
|
switch from PUB to PUSH
|
2026-03-04 14:09:05 +01:00 |
|
|
|
8c9326349d
|
Update dap/algos/addmask.py
|
2026-02-26 09:12:46 +01:00 |
|
|
|
55b9af8bf4
|
Update dap/algos/addmask.py
killed longer line
|
2026-02-24 16:36:35 +01:00 |
|
|
|
8f23cc8110
|
added switch to enable/disable bsread sender
|
2026-02-06 12:10:59 +01:00 |
|
|
|
a58015b278
|
peak_list_* is not a numpy array
|
2026-02-05 18:36:36 +01:00 |
|
|
|
aef6933fab
|
adjust to new import logic
|
2025-11-24 19:19:08 +01:00 |
|
|
|
a89a6aded6
|
handle equals case correctly (i.e., like indices)
|
2025-11-19 18:53:40 +01:00 |
|
|
|
4de0c8b7d7
|
allow vmin/vmax = None for "no limit"
|
2025-11-19 18:53:33 +01:00 |
|
|
|
ee79ee98a0
|
actually do send Nones
|
2025-11-04 11:32:15 +01:00 |
|
|
|
c58fbbb8fa
|
added another comment
|
2025-11-04 11:01:22 +01:00 |
|
|
|
5273e0cf46
|
do not send Nones
|
2025-11-04 10:37:12 +01:00 |
|
|
|
e514061173
|
added type
|
2025-11-04 10:34:17 +01:00 |
|
|
|
8e1073cfd1
|
removed skipping erroring cases; added skipping constant entries
|
2025-11-04 10:24:49 +01:00 |
|
|
|
17a739263d
|
bsread cannot handle object arrays
|
2025-11-03 22:10:45 +01:00 |
|
|
|
a69b795450
|
convert lists to numpy arrays (in order to handle non-1D lists)
|
2025-11-03 21:31:09 +01:00 |
|
|
|
10701994ec
|
removed all manual array.tolist() conversions (and similar) that were needed for json serializability
|
2025-11-03 19:45:37 +01:00 |
|
|
|
deb9253acf
|
this is not a package
|
2025-11-03 16:57:09 +01:00 |
|
|
|
cce141423d
|
use ExtendedJSONEncoder
|
2025-11-03 16:39:47 +01:00 |
|
|
|
941ab51856
|
added ExtendedJSONEncoder
|
2025-11-03 16:39:40 +01:00 |
|
|
|
aac524dd36
|
cooldown of a minute is enough; cache outside cooldown (once cached, no cooldown check needed anymore)
|
2025-11-03 09:41:13 +01:00 |
|
|
|
6a441e8c63
|
added cooldown to avoid checking for a non-existent file at 100 Hz
|
2025-11-02 16:50:16 +01:00 |
|
|
|
46fca4a6b5
|
added custom script
|
2025-11-01 20:10:23 +01:00 |
|
|
|
28f7248500
|
de-duplicated calc_apply_threshold
|
2025-10-31 18:38:58 +01:00 |
|
|
|
603f9215e8
|
added replacement value as argument
|
2025-10-31 18:35:11 +01:00 |
|
|
|
36c61c7b8e
|
added boolean copy switch
|
2025-10-31 18:32:07 +01:00 |
|
|
|
32adb370cd
|
order
|
2025-10-31 18:20:51 +01:00 |
|
|
|
701d90ae78
|
fixed TODOs regarding numpy index start > stop
|
2025-10-31 18:16:01 +01:00 |
|
|
|
59cb9a8235
|
added TODO note regarding ROI index order
|
2025-10-31 17:51:45 +01:00 |
|
|
|
0230176c97
|
fixed comment
|
2025-10-31 17:45:57 +01:00 |
|
|
|
45085abfb6
|
early exit
|
2025-10-31 17:25:27 +01:00 |
|
|
|
e1c1054977
|
some comments
|
2025-10-31 17:22:23 +01:00 |
|
|
|
d327bf7d29
|
reordered some functions
|
2025-10-31 16:41:59 +01:00 |
|
|
|
6665b9ae7e
|
cleaned up comment
|
2025-10-31 16:37:11 +01:00 |
|
|
|
a9a73f0d3f
|
renamed: pf_pixel_mask -> pixel_mask
|
2025-10-25 21:33:35 +02:00 |
|
|
|
c75158aa27
|
removed unused (but checked?!) pixel_mask
|
2025-10-25 21:17:22 +02:00 |
|
|
|
cc94a2b463
|
renamed: pixel_mask_pf -> pixel_mask
|
2025-10-25 21:12:47 +02:00 |
|
|
|
2e2b404f7c
|
renamed: pixel_mask_pf -> pixel_mask
|
2025-10-25 20:54:30 +02:00 |
|
|
|
c1626507ad
|
skip roi_intensities_x
|
2025-10-20 17:42:49 +02:00 |
|
|
|
39cd27d1ab
|
added pulse ID to bsread sending logging; added config file name to worker logging
|
2025-10-20 16:53:35 +02:00 |
|
|
|
ee9c9bbaad
|
print -> logging; fixed "peakfinder parameters"
|
2025-10-20 16:38:05 +02:00 |
|
|
|
bd16a75940
|
log if bsread sending failed
|
2025-10-20 16:31:13 +02:00 |
|
|
|
10257c760d
|
actually skip roi_intensities_proj_x
|
2025-10-20 12:00:33 +02:00 |
|
|
|
07406612b1
|
skip roi_intensities_proj_x
|
2025-10-20 11:52:57 +02:00 |
|
|
|
9414943559
|
allow to skip entries
|
2025-10-20 11:52:46 +02:00 |
|
|
|
c00b362dce
|
renamed: --skip_frames_rate -> --skip_frames, etc.
|
2025-10-19 12:48:51 +02:00 |
|
|
|
351039d831
|
updated readme
|
2025-10-19 12:40:04 +02:00 |
|
|
|
2e89674c97
|
renamed: --peakfinder_parameters -> --config_file, etc.
|
2025-10-19 12:31:48 +02:00 |
|
|
|
e126dd691b
|
allow to set bsread buffer window from CLI
|
2025-10-18 19:06:27 +02:00 |
|
|
|
2adda65b88
|
less redundant naming
|
2025-10-18 19:01:53 +02:00 |
|
|
|
a836039bab
|
added bsread host
|
2025-10-18 19:01:10 +02:00 |
|