TOF data set
收藏NIAID Data Ecosystem2026-05-01 收录
下载链接:
https://zenodo.org/record/10131631
下载链接
链接失效反馈官方服务:
资源简介:
Complementary Time of Flight data to: 10.5281/zenodo.6611419Published in article: Technique for the measurement of intrinsic pulse-shape discrimination for organic scintillators using tagged neutrons, https://doi.org/10.1016/j.nima.2022.167141
Files:
data_load.py - python script with examples on how to load and visualize the data.
processing_library.py - a library with functions used to load and manipulate data.
NE213A_data.pkl - TOF data for NE213A scintillator in pickle format data to be opened with pandas (50 hour total)
EJ305_data.pkl - TOF data for EJ305 scintillator in pickle format data to be opened with pandas (50 hour total)
The data is sorted in to event-by-event into the following columns:
samples_ch1 - an array with the waveform in units of ns.
qdc_lg_ch1 - integrated pulse values over 500 ns gate
qdc_sg_ch1 - integrated pulse values over 60 ns gate
tof_ch2 - time-of-flight data in units of seconds. Distance given in article.
tofE_ch2 - kinetic energy of neutron converted from TOF tof_ch2 data, in units of MeV.
创建时间:
2023-11-15



