tof.ComponentReading#
- class tof.ComponentReading[source]#
Data reading for a component placed in the beam path. The reading will have a record of the arrival times and wavelengths of the neutrons that passed through it.
- __init__()#
Methods
Attributes
Birth time of the neutrons at the source.
Event time offset of the neutrons at the component (= toa modulo pulse period).
Speed of the neutrons at the component.
Time of arrival of the neutrons at the component.
Wavelength of the neutrons at the component.
- property birth_time: ReadingField#
Birth time of the neutrons at the source.
- property eto: ReadingField#
Event time offset of the neutrons at the component (= toa modulo pulse period).
- property speed: ReadingField#
Speed of the neutrons at the component.
- property toa: ReadingField#
Time of arrival of the neutrons at the component.
- property wavelength: ReadingField#
Wavelength of the neutrons at the component.