Files
eos/eos/__init__.py
Artur Glavic 5e96a20f23
All checks were successful
Unit Testing / test (3.10) (push) Successful in 54s
Unit Testing / test (3.11) (push) Successful in 49s
Unit Testing / test (3.8) (push) Successful in 50s
Unit Testing / test (3.12) (push) Successful in 55s
Unit Testing / test (3.9) (push) Successful in 54s
Evaluating ToF to extract sub-frames and assign to correct neutron pulse not chopper pulse (#4)
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>
2026-03-10 15:00:10 +01:00

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'