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

progress log in `gen_sqw` when analyzing input files #1663

Closed abuts closed 4 months ago

abuts commented 4 months ago

when gen_sqw reads initial nxspe files to evaluate file range it reports no progress. For user it feels like program hungs-up for some time until starts to report something useful. This is especially important if IDAAAS playing games and file access speed becomes unconsistent or exreamly slow.

I think adding progress for opening and evaluating nxspe files would be beneficial user experience.

abuts commented 4 months ago

fixed through Re #1669