pace-neutrons / Horace

Horace is a suite of programs for the visualization and analysis of large datasets from time-of-flight neutron inelastic scattering spectrometers.
https://pace-neutrons.github.io/Horace/stable/
GNU General Public License v3.0
7 stars 4 forks source link

User report: `cut_sqw` does not work with `sym` #1657

Closed oerc0122 closed 2 months ago

oerc0122 commented 4 months ago

David and user found that cut-sym functionality didn't work with old cut_sqw syntax:

I think I just figured out what's wrong in our previous script preventing us to fold the data. The syntax shall be "cut(..., sym)" instead of "cut_sqw(..., sym)".

It should pass it through properly.