Commit Graph

15 Commits

Author SHA1 Message Date
1598ce64e6 using correct start time now 2024-03-12 09:14:29 +01:00
2f0fe82c67 first, uncomplete version.... 2024-03-07 12:15:55 +01:00
4235666d7e increased readebility 2024-03-06 13:35:21 +01:00
146743673c Add numba implementation of some event functions, yielding x2 speed improvement, also some small general speedups 2024-03-05 15:49:15 +01:00
43313841d6 minor 2024-03-05 14:33:41 +01:00
ac9a03c97e Speed up merge_frames by 45% using combined scalar offsets instead of full array operations 2024-03-05 14:14:51 +01:00
736ce0b2e9 Add alternative histogram function, but did not improve performance for the size of lambda binning used 2024-03-05 14:09:09 +01:00
7274e1bc85 Add profiling to tests and separate read_individual_data into sub-methods 2024-03-05 10:19:21 +01:00
8300e842dc Add test cases for full reduction with and w/o slicing (data to be stored in "test_data" folder) 2024-03-04 17:39:10 +01:00
363710c95c Rename to file_reader and add annotations to AmorData 2024-03-04 16:55:51 +01:00
6cee00adaa Move startTime to ReaderConfig, separte Header into module, AmorData class to read directly (clearify scope) 2024-03-04 16:39:30 +01:00
44ab8fb211 Start refactoring reduction into multiple methods 2024-03-04 15:26:29 +01:00
a56b10ae9a Separate reader from experiment config 2024-03-04 13:48:13 +01:00
3f97c16c65 Move all reduction code to AmorReducer class and options to dataclasses, all command line handling separated 2024-03-04 13:31:23 +01:00
a18b820712 Separate code into multiple modules within libeos package 2024-03-04 12:10:34 +01:00