fix merge error missing method calls
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user