Commit Graph

307 Commits

Author SHA1 Message Date
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
augustin_s 4f6246fdd0 use converted timestamp in sending 2025-10-16 18:30:33 +02:00
augustin_s 0b8c734782 added converter to bsread timestamps 2025-10-16 18:30:11 +02:00
augustin_s 96bd27ffbe create timestamp directly after receiving the data 2025-10-16 18:15:30 +02:00
augustin_s 861e61aa0c switch bsread Sender mode to PUB and non-blocking; select specific channels to send; re-pack data before buffering; use the correct pulse ID 2025-10-16 17:26:07 +02:00
augustin_s be2c19411a replace _drop_old_entries by not inserting IDs older than the current next_ID; fix test for the new return value 2025-10-16 17:19:27 +02:00
augustin_s 3100529f7c also store the ID 2025-10-16 12:04:44 +02:00
augustin_s a4b8a2848d missed colon 2025-10-16 09:42:46 +02:00
augustin_s 0a0478accc added first try on sorting the data and sending via bsread 2025-10-15 20:12:06 +02:00
augustin_s f9d9f0f971 adjusted default ports 2025-10-15 19:57:28 +02:00
augustin_s 6358d72717 removed defaults for required arguments 2025-10-15 19:09:47 +02:00
augustin_s e8702f96f3 added Sorter 2025-10-15 16:34:23 +02:00
augustin_s a756678882 clearer comments 2025-10-15 16:19:26 +02:00
augustin_s 33e93c179c added and use make_address; default of accumulator_host changed to "*" 2025-10-15 16:19:26 +02:00
augustin_s 2d737f1b58 reordered arguments 2025-10-15 16:19:26 +02:00
augustin_s 637c779093 update worker/accumulator help output; remove random whitespaces 2025-10-15 16:19:26 +02:00
augustin_s dca1975ceb needed to escape % via %% 2025-10-15 16:19:26 +02:00
augustin_s d901437aa8 reordered arguments; adjusted help text 2025-10-15 16:19:26 +02:00
augustin_s fdd74bf2d3 fixed typo 2025-10-15 16:19:26 +02:00
augustin_s 7a310b9864 make arguments consistently host and port; mark backend host/port as required instead of manual check 2025-10-15 16:19:26 +02:00
augustin_s 6a6287755d removed n_frames_received as it's not used 2025-10-15 16:19:26 +02:00
augustin_s 7230e95e1a naming 2025-10-15 16:19:26 +02:00
augustin_s ebc4f1ebbf moved print to output into output 2025-10-15 16:19:26 +02:00
augustin_s 74c02d781f renamed: run_name -> rounded_pulse_id 2025-10-15 16:19:26 +02:00
augustin_s 4781c344d8 moved old/new filename check into FileHandler; properly None file/filename 2025-10-15 16:19:26 +02:00
augustin_s 74eb489036 nicer fix print to FileHandler 2025-10-15 16:19:26 +02:00
augustin_s 0e8f663fdf names 2025-10-15 16:19:26 +02:00
augustin_s 972e56969e fix print to FileHandler 2025-10-15 16:19:26 +02:00
augustin_s 1de99bf512 moved zmq logic into ZMQSocketsAccumulator 2025-10-15 16:19:26 +02:00
augustin_s d8cdc17860 renamed: ZMQSockets -> ZMQSocketsWorker 2025-10-15 16:19:26 +02:00
augustin_s f968497895 moved FileHandler into utils 2025-10-15 16:19:26 +02:00
augustin_s 65509fd17c order 2025-10-15 16:19:26 +02:00
augustin_s de2d12bd99 added file switch as single operation 2025-10-15 16:19:26 +02:00
augustin_s 0d874afc41 moved file logic into class 2025-10-15 16:19:26 +02:00
augustin_s 687e9644b2 remove creation of very_first_start.dap 2025-10-15 16:19:26 +02:00
augustin_s e03762399c comment cleanup 2025-10-15 16:19:26 +02:00
augustin_s 13631b0124 Merge pull request 'masked 2 modules' edges' (#6) from cirelli_c/dap:main into main
Reviewed-on: #6
2025-09-11 12:59:59 +02:00
cirelli_c 9ffa048d88 masked 2 modules' edges 2025-09-11 12:57:46 +02:00
augustin_s 25c52e5f95 added kwargs support to npmemo 2025-07-31 11:30:36 +09:00
augustin_s 8949a63189 Merge pull request 'Fix memory leak in streak finder' (#3) from ext-dorofe_e/dap:cbd_bugfix into main
Reviewed-on: #3
2025-07-15 10:21:21 +02:00
ext-dorofe_e abae2288e7 Final cleanup 2025-07-15 08:50:35 +02:00
ext-dorofe_e 118b97acfb Restore mask ROI fuctionality; Concentric streaks filter in a function; Cleanup 2025-07-15 08:35:08 +02:00
Dorofeeva Elizaveta (EXT) ad0752aa92 Correct region mask 2025-07-14 23:35:26 +02:00
ext-dorofe_e b2cc1e27a4 TEST: crop data AND mask 2025-07-14 23:10:46 +02:00
ext-dorofe_e d30adf3e14 TEST: try return crop roi; cleanup 2025-07-14 23:04:17 +02:00
ext-dorofe_e 9ed3335021 TEST: use median method for whitefield scale 2025-07-14 22:44:03 +02:00
Dorofeeva Elizaveta (EXT) 90c0b9cf3d No newaxis, still extremely slow method for white field scale; TODO: use median instead 2025-07-14 22:42:05 +02:00