Commit Graph

50 Commits

Author SHA1 Message Date
29edbce5bc change iso time offset to include minutes for compatibility with older python 2024-12-03 15:02:25 +01:00
a0b0ff436c replace calculated offset by Iso string 2024-12-03 14:51:09 +01:00
2cae45659c correct for local timezone issues 2024-12-03 14:12:37 +01:00
9693951233 explicitly define utc as timezone for file 2024-12-03 13:52:29 +01:00
7dcede44b6 removed obsolete control output 2024-11-28 09:03:57 +01:00
f6f853e6e4 commented VERY time consuming control output: events per pulse 2024-11-27 08:29:33 +01:00
33b8829a09 check for empty files introduced 2024-11-22 11:24:17 +01:00
1bd1100035 changes in the "pulse generation" - not yet finished 2024-11-08 08:51:56 +01:00
4134e106ff improved algorythm for pulse generation 2024-10-25 15:35:47 +02:00
5cce1bedc9 fixed a bug in the time-monitor calculation and added units 2024-10-24 08:54:43 +02:00
52bd731a3c set startTime to hdf entry start_time 2024-10-23 15:32:46 +02:00
fbb44d435b changed keys for monitorType 2024-10-22 17:46:31 +02:00
9f2bc034e7 debugging output for neutron pulse times and proton current 2024-10-22 15:47:25 +02:00
7f2d5cf765 added monitorType 2024-10-22 09:43:44 +02:00
f5ce5e9d73 format of info output for proton current adapted 2024-10-10 08:06:07 +02:00
b848d66290 changed path variable names + new option lowCurrentThreshold 2024-10-04 15:10:11 +02:00
1f394b0e86 replaced scipy interpolation by dedicated routine (by Artur) 2024-09-27 16:27:50 +02:00
f2ebe5ce0c new method for time / protonCharge normalisation - compatible with old data files 2024-09-26 10:09:15 +02:00
acc508e9ea timestamps are now all of type np.int64 with unit ns 2024-09-25 16:35:31 +02:00
e6578d5bf2 fix merge error missing method calls 2024-09-25 14:06:55 +02:00
c1ccfb039e fix issue with integers on windows where default is 32bit 2024-09-25 11:27:41 +02:00
e7e9094040 fix error from merge and make raw data dir location platform independent 2024-09-25 11:09:58 +02:00
02ee3189f0 Merge branch 'refs/heads/main' into input_update
# Conflicts:
#	libeos/file_reader.py
2024-09-25 10:49:21 +02:00
ec2f98d2bd fix fill_value for interpolation 2024-09-25 10:45:50 +02:00
ee077b19f7 cleaned and filtering for low proton current 2024-09-25 10:37:43 +02:00
a7e88db425 Update test cases and make old datafile work 2024-09-24 14:51:27 +02:00
e9ba48db94 Minor cleanup and proper orso SampleModel class use 2024-09-24 14:15:47 +02:00
f7bbce9d50 defined values outside interpolation range 2024-09-23 17:27:00 +02:00
6c2f9dc28b cleared the stucture, introduction of seriesStertTime 2024-09-20 15:11:28 +02:00
fb8cb6e60a started on normalisation based on beam current per pulse 2024-09-19 15:06:13 +02:00
e0d08b7af2 more info in orso header, fixed typos 2024-09-13 08:06:30 +02:00
af2cb1037a using proton charge as monitor, not tested with norm file 2024-09-05 09:15:13 +02:00
a7587c3d59 adapted monitor path and proton charge value 2024-09-04 10:15:54 +02:00
691536e062 inroduced proton monitor 2024-08-29 16:21:09 +02:00
3170cca457 fixed typo in log 2024-08-16 12:30:26 +02:00
4347ba0571 fixed a bug in nb_helpers.merge_frames 2024-06-25 13:59:16 +02:00
42e4defcca introduced raw data directory path 2024-06-24 08:32:56 +02:00
96772ed72d added new ways to calc alphaI 2024-06-18 17:46:49 +02:00
c433f07324 cach path update 2024-06-13 13:58:17 +02:00
9613027689 new cach path 2024-06-12 16:56:46 +02:00
21259acda4 removed and altered comments 2024-05-31 07:34:45 +02:00
e05fc9e1e1 fixed bug in chopperPhaseOffset use in combination with numba 2024-05-15 16:41:06 +02:00
86fddb4d53 new management of defaults, migration of 'call_string' 2024-03-14 10:12:04 +01:00
1598ce64e6 using correct start time now 2024-03-12 09:14:29 +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
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