fix merge error missing method calls

This commit is contained in:
2024-09-25 14:06:55 +02:00
parent 28adb03195
commit e6578d5bf2
2 changed files with 5 additions and 3 deletions

View File

@@ -2,5 +2,5 @@
Package to handle data redction at AMOR instrument to be used by eos.py script.
"""
__version__ = '2.1.0'
__version__ = '2.1.1'
__date__ = '2024-08-25'

View File

@@ -183,12 +183,14 @@ class AmorData:
self.sort_pulses()
self.associate_pulse_with_current()
self.define_monitor()
# sort the events into the related pulses
self.extract_walltime(norm)
self.monitor_threshold()
self.filter_strange_times()
self.merge_frames()