neutrons / mantid_total_scattering

Implementing total neutron scattering data reduction using the Mantid Framework
GNU General Public License v3.0
2 stars 8 forks source link

Add cross-correlation chopper capability to reduction #17

Open marshallmcdonnell opened 5 years ago

marshallmcdonnell commented 5 years ago

Need to add http://docs.mantidproject.org/v3.5.1/algorithms/CorelliCrossCorrelate-v1.html algorithm to reduction for processing some Corelli data to extract only the elastic-line PDF [ S'(Q) where S'(Q) is from detla_omega=0, not the S(Q) from integration over S(Q,omega)]

For background, see: https://corelli.pages.ornl.gov/cc

marshallmcdonnell commented 5 years ago

Will probably be inserted at this line: https://github.com/marshallmcdonnell/mantid_total_scattering/blob/9a2737209b9e2c0e86bee1a1ca63b059afa79ce4/file_handling/load.py#L14

marshallmcdonnell commented 5 years ago

This is the script that can help determine the TimingOffset in the CorelliCrossCorrelate algorithm: https://github.com/rosswhitfield/corelli/blob/master/calc_tdc_offset/corelli_calc_tdc_offset_func.py