Commit Graph

64 Commits

Author SHA1 Message Date
7662f8604d naming, cleanup 2024-07-31 11:21:03 +02:00
55a719fa6c removed useless copy/conversion 2024-07-31 11:16:20 +02:00
a834d23f42 typos 2024-07-31 11:12:35 +02:00
abeab715dd consistent naming 2024-07-31 11:12:10 +02:00
a25bd23b67 cleaned/restructured 2024-07-31 11:09:46 +02:00
1db20f8b82 moved additional checks inside function 2024-07-30 22:23:28 +02:00
12e008aeba moved additional checks inside function 2024-07-30 21:25:30 +02:00
26913abbd5 removed useless copy 2024-07-30 20:20:25 +02:00
1dd37e1684 moved additional checks inside function; unpack variables from results dict 2024-07-30 20:06:12 +02:00
629d2c84bb de-arrow 2024-07-30 19:57:36 +02:00
a4918c989c more pythonic 2024-07-30 19:53:57 +02:00
7b2a1c3935 cleanup; logic also works correctly for number_of_spots == 0 2024-07-30 19:48:32 +02:00
96878e1b67 cleanup 2024-07-30 18:59:40 +02:00
8a72928a20 renamed variable pfdata to data 2024-07-30 18:57:40 +02:00
3c52784d48 cleanup 2024-07-30 18:57:08 +02:00
d4575a6656 de-arrow 2024-07-30 18:56:11 +02:00
3e3916b786 moved ROI algo out of work function 2024-07-30 18:55:02 +02:00
56a5f94805 added todo note 2024-07-30 18:11:49 +02:00
5d714e1fa3 moved spi_analysis out of work function 2024-07-30 18:09:56 +02:00
c3044653c2 renamed variable pfdata to data 2024-07-30 17:51:57 +02:00
6a926bcede moved peakfinder_analysis out of work function 2024-07-30 17:51:08 +02:00
a01a6e6ed5 renamed variable d to pfdata 2024-07-30 17:27:04 +02:00
399b887516 added/use json_load and read_bit utils 2024-07-30 17:02:57 +02:00
1e7d4a0a02 moved zmq receiving/sending into separate class 2024-07-30 15:58:56 +02:00
444bf1de06 moved zmq receiving/sending into separate class 2024-07-30 15:57:57 +02:00
57e22c01b5 spaces 2024-07-30 15:25:25 +02:00
cd76af01fa DRY 2024-07-30 15:13:41 +02:00
a96a5d6423 removed unused True path 2024-07-30 15:05:42 +02:00
b78f4a61fd de-duplicate sending 2024-07-30 14:56:10 +02:00
e567e3f406 tried to group bad masked regions a bit better 2024-07-30 14:26:35 +02:00
49aa4bad14 moved apply_additional_mask out of work function 2024-07-30 14:25:27 +02:00
0ec91cd5d9 moved apply_additional_mask out of work function 2024-07-30 14:18:37 +02:00
15d634bb82 moved radial_integration algo out of work function 2024-07-30 13:58:16 +02:00
4daa054bda actually fixed mix-up of filename and loaded contents 2024-04-12 16:38:36 +02:00
2db79041b5 fixed mix-up of filename and loaded contents; algos is not a relative import 2024-04-11 17:41:54 +02:00
6f4bcadd6d less nesting 2024-03-25 18:22:27 +01:00
b1a8064f20 cleanup 2024-03-25 12:11:35 +01:00
ddcecc4fac split work function out of main function 2024-03-25 12:08:39 +01:00
36612ec82e started to separate algorithms out of main file 2024-03-25 10:23:43 +01:00
94b1202256 consistent naming of command line args 2024-03-23 19:27:21 +01:00
6947b90614 booleans 2024-03-22 23:06:35 +01:00
a22fc651f1 removed unused variables 2024-03-22 22:56:43 +01:00
69745e34bc removed if True 2024-03-22 22:45:02 +01:00
c94d6943d4 consistent quotation; whitespace; cleanup 2024-03-22 22:21:40 +01:00
1f96f3c242 CONST 2024-03-22 21:05:48 +01:00
9513f3aa5a removed unused consts 2024-03-22 21:04:16 +01:00
95138a3bdb removed unused imports, a no-op function; use SystemExit to exit on missing argument; do not hide error message; cleanup 2024-03-22 21:02:48 +01:00
7c5f5198c9 cleanup 2024-03-22 19:23:50 +01:00
a33b0a693a cleanup 2024-03-22 18:58:34 +01:00
5bb00e5e6a cleanup 2024-03-22 18:46:54 +01:00