Commit Graph

353 Commits

Author SHA1 Message Date
augustin_s 17a739263d bsread cannot handle object arrays 2025-11-03 22:10:45 +01:00
augustin_s a69b795450 convert lists to numpy arrays (in order to handle non-1D lists) 2025-11-03 21:31:09 +01:00
augustin_s 10701994ec removed all manual array.tolist() conversions (and similar) that were needed for json serializability 2025-11-03 19:45:37 +01:00
augustin_s deb9253acf this is not a package 2025-11-03 16:57:09 +01:00
augustin_s cce141423d use ExtendedJSONEncoder 2025-11-03 16:39:47 +01:00
augustin_s 941ab51856 added ExtendedJSONEncoder 2025-11-03 16:39:40 +01:00
augustin_s 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
augustin_s 6a441e8c63 added cooldown to avoid checking for a non-existent file at 100 Hz 2025-11-02 16:50:16 +01:00
augustin_s 46fca4a6b5 added custom script 2025-11-01 20:10:23 +01:00
augustin_s 28f7248500 de-duplicated calc_apply_threshold 2025-10-31 18:38:58 +01:00
augustin_s 603f9215e8 added replacement value as argument 2025-10-31 18:35:11 +01:00
augustin_s 36c61c7b8e added boolean copy switch 2025-10-31 18:32:07 +01:00
augustin_s 32adb370cd order 2025-10-31 18:20:51 +01:00
augustin_s 701d90ae78 fixed TODOs regarding numpy index start > stop 2025-10-31 18:16:01 +01:00
augustin_s 59cb9a8235 added TODO note regarding ROI index order 2025-10-31 17:51:45 +01:00
augustin_s 0230176c97 fixed comment 2025-10-31 17:45:57 +01:00
augustin_s 45085abfb6 early exit 2025-10-31 17:25:27 +01:00
augustin_s e1c1054977 some comments 2025-10-31 17:22:23 +01:00
augustin_s d327bf7d29 reordered some functions 2025-10-31 16:41:59 +01:00
augustin_s 6665b9ae7e cleaned up comment 2025-10-31 16:37:11 +01:00
augustin_s a9a73f0d3f renamed: pf_pixel_mask -> pixel_mask 2025-10-25 21:33:35 +02:00
augustin_s c75158aa27 removed unused (but checked?!) pixel_mask 2025-10-25 21:17:22 +02:00
augustin_s cc94a2b463 renamed: pixel_mask_pf -> pixel_mask 2025-10-25 21:12:47 +02:00
augustin_s 2e2b404f7c renamed: pixel_mask_pf -> pixel_mask 2025-10-25 20:54:30 +02:00
augustin_s c1626507ad skip roi_intensities_x 2025-10-20 17:42:49 +02:00
augustin_s 39cd27d1ab added pulse ID to bsread sending logging; added config file name to worker logging 2025-10-20 16:53:35 +02:00
augustin_s ee9c9bbaad print -> logging; fixed "peakfinder parameters" 2025-10-20 16:38:05 +02:00
augustin_s bd16a75940 log if bsread sending failed 2025-10-20 16:31:13 +02:00
augustin_s 10257c760d actually skip roi_intensities_proj_x 2025-10-20 12:00:33 +02:00
augustin_s 07406612b1 skip roi_intensities_proj_x 2025-10-20 11:52:57 +02:00
augustin_s 9414943559 allow to skip entries 2025-10-20 11:52:46 +02:00
augustin_s c00b362dce renamed: --skip_frames_rate -> --skip_frames, etc. 2025-10-19 12:48:51 +02:00
augustin_s 351039d831 updated readme 2025-10-19 12:40:04 +02:00
augustin_s 2e89674c97 renamed: --peakfinder_parameters -> --config_file, etc. 2025-10-19 12:31:48 +02:00
augustin_s e126dd691b allow to set bsread buffer window from CLI 2025-10-18 19:06:27 +02:00
augustin_s 2adda65b88 less redundant naming 2025-10-18 19:01:53 +02:00
augustin_s a836039bab added bsread host 2025-10-18 19:01:10 +02:00
augustin_s 571b2749f2 removed some empty lines 2025-10-18 00:42:12 +02:00
augustin_s 37a86ba423 move bsread_port check into make_bsread_sender 2025-10-18 00:41:19 +02:00
augustin_s 0568f6be07 moved bsread utils into utils 2025-10-17 21:05:07 +02:00
augustin_s a6c68aa5b7 send everything, but sort out the problem cases 2025-10-17 19:52:49 +02:00
augustin_s 3424258ac6 added back drop_old_entries as well as a test case for it, only trigger it after a skip 2025-10-17 17:14:07 +02:00
augustin_s 2733be493b moved channel names into constant 2025-10-16 21:11:54 +02:00
augustin_s 23fec33a66 results has all tuples converted to lists -- bsread wants a tuple 2025-10-16 21:06:27 +02:00
augustin_s 71a1e5d488 make bsread timestamp already in worker; do not send timestamp(s) and pulse ID 2025-10-16 20:58:53 +02:00
augustin_s 3e9787aecf added prefix 2025-10-16 18:40:08 +02:00
augustin_s 56c649c87f cannot send tuple 2025-10-16 18:37:34 +02:00
augustin_s e692349df5 cannot send tuple 2025-10-16 18:36:42 +02:00
augustin_s da9cf22bc0 also send the bsread timestamp 2025-10-16 18:35:13 +02:00
augustin_s 2db5c7d503 typo 2025-10-16 18:31:40 +02:00