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
8 stars 5 forks source link

`SymIdentify` takes substantial time while doing cut without symmetries #1748

Closed abuts closed 1 month ago

abuts commented 1 month ago

Profiling shows that if the cut is perfomed without symmetries, SymopIdentity still runs and takes up to 50% of the pixel processing time.

This can be easy avoided.

abuts commented 1 month ago

fixed throug Re #1749