All checks were successful
Interpolate neutorn times between chopper pulses and assign by ToF. If ToF too short (long wavelengths from previous pulse), assign them to the previous sub-pulse. Reviewed with Jochen Reviewed-on: #4 Co-authored-by: Artur Glavic <artur.glavic@psi.ch> Co-committed-by: Artur Glavic <artur.glavic@psi.ch>
7 lines
149 B
Python
7 lines
149 B
Python
"""
|
|
Package to handle data redction at AMOR instrument to be used by __main__.py script.
|
|
"""
|
|
|
|
__version__ = '3.2.6'
|
|
__date__ = '2026-03-10'
|