Commit Graph

166 Commits

Author SHA1 Message Date
augustin_s 547b2b7fb1 disentangle 2024-08-20 22:11:16 +02:00
augustin_s d3ac74835e simplified 2024-08-19 13:02:36 +02:00
augustin_s 52e7260fb1 added (commented) an alternative idea 2024-08-19 12:59:07 +02:00
augustin_s cea2b0c741 moved random skip logic into separate file, added some comments on how it works 2024-08-19 12:41:49 +02:00
augustin_s 17e2aa1096 tried to make logic self-explanatory 2024-08-19 12:24:21 +02:00
augustin_s faa774e4dc de morgan 2024-08-15 10:07:50 +02:00
augustin_s c8d9473271 breaking this apart a bit more 2024-08-15 10:00:02 +02:00
augustin_s fd2345c611 aggregator changes are in-place 2024-08-13 13:48:45 +02:00
augustin_s e0e9cf02d7 added ignore list 2024-08-13 09:52:38 +02:00
augustin_s d8b4931a28 added/use Aggregator to encapsulate data_summed and n_aggregated_images 2024-08-13 09:52:24 +02:00
augustin_s a8c73bab0f count correctly: 1, 1, 2, 3, ... -> 0, 1, 2, 3, ... 2024-08-12 10:04:10 +02:00
augustin_s 2acf116709 re-use thresh function 2024-08-09 19:48:48 +02:00
augustin_s dcdacf4bdb re-use function 2024-08-09 19:18:06 +02:00
augustin_s 34eb466622 fixed inconsistent returns 2024-08-09 17:10:00 +02:00
augustin_s 442a7dab28 moved comments out 2024-08-09 15:57:17 +02:00
augustin_s 5f055c8718 flatten the code; early exit 2024-08-09 15:54:54 +02:00
augustin_s 2103583aca moved calc_apply_threshold out of calc_radial_integration 2024-08-09 15:41:46 +02:00
augustin_s 48c6bbe7c7 zero is zero 2024-08-09 15:04:22 +02:00
augustin_s f12a736355 simpler logic 2024-08-09 14:54:30 +02:00
augustin_s a7429115d7 the usual todo note 2024-08-09 12:56:15 +02:00
augustin_s 03b556d61f flatten the code; early exit 2024-08-09 12:46:00 +02:00
augustin_s 74e73c1247 split into functions 2024-08-09 11:33:55 +02:00
augustin_s 2a12864feb removed line that does nothing (nan has no sign, nan always compares to False -> this never overwrites any element) 2024-08-08 16:38:52 +02:00
augustin_s bfaa80c9d0 reorder 2024-08-08 16:30:06 +02:00
augustin_s 93f0702c41 early exit 2 2024-08-08 16:09:36 +02:00
augustin_s a7327ddbf7 early exit 1 2024-08-08 16:07:54 +02:00
augustin_s 7987125bf5 some new lines 2024-08-08 16:07:08 +02:00
augustin_s 779d1e1d77 moved calculation of force_send_visualisation out of work function 2024-08-08 15:40:32 +02:00
augustin_s f77f109ed2 removed the one case of camelCase 2024-08-07 18:27:21 +02:00
augustin_s 474df55969 use the current pid, not the one from the iteration before 2024-08-07 17:30:55 +02:00
augustin_s 0914b8d169 removed commented part and reworded printout; todo notes 2024-08-07 17:27:42 +02:00
augustin_s a184e49eee use that BufferedJSON works for non-existing files 2024-08-07 17:05:30 +02:00
augustin_s 8531f0a28d added BufferedJSON.exists() method, use it in get_time/get_data 2024-08-07 17:02:04 +02:00
augustin_s 3b599164fa file naming 2024-08-07 16:42:58 +02:00
augustin_s bff86898e9 moved json_load to bufjson.py 2024-08-07 16:41:33 +02:00
augustin_s 018fa6cf4b use BufferedJSON 2024-08-07 15:27:13 +02:00
augustin_s 9dbd11d657 added BufferedJSON 2024-08-06 20:59:14 +02:00
augustin_s f1373936c0 added BufferedJSON 2024-08-06 20:56:56 +02:00
augustin_s 9b2fc0efea turned utils into folder 2024-08-06 20:51:45 +02:00
augustin_s 6639b46afb order 2024-08-06 17:01:02 +02:00
augustin_s 159574f4e8 combined a bit more of the logic 2024-08-06 16:37:56 +02:00
augustin_s 9fb9595c83 order 2024-08-06 16:07:04 +02:00
augustin_s 68c7bd7866 moved pedestal_name_saved into JFData 2024-08-06 15:56:28 +02:00
augustin_s 2e80fc0e6e moved the other half of ju_stream_adapter code into separate class 2024-08-06 15:20:09 +02:00
augustin_s 242ec6ff51 moved one half of ju_stream_adapter code into separate class 2024-08-06 14:03:33 +02:00
augustin_s 7b56e45cb6 probably better to limit the cache in size 2024-08-05 18:22:36 +02:00
augustin_s e036e033f9 moved do_radial_integration check inside function for better overview 2024-08-05 18:20:35 +02:00
augustin_s 3a63baf909 dont repack center 2024-08-05 18:18:46 +02:00
augustin_s a6af8ee19c use npmemo 2024-08-05 18:15:31 +02:00
augustin_s 58c18d9b8c added algos/utils folder and npmemo 2024-08-05 18:04:26 +02:00