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

Documentation on switching projections #1637

Closed oerc0122 closed 3 months ago

oerc0122 commented 4 months ago

Need documentation on the effects of switching projections (i.e. cutting to a new projection) particularly with regards to what the meaning of unspecified binning arguments become (e.g. [], [0], ...).

For example:

y = cut(x, line_proj(..), [0 1 10], [0 1 10], [0 1 10], [0 1 10], ..);
z = cut(y, sphere_proj(..), [], [], [], [], ..);

Do we expect $\theta$ to be [0 1 10]? [0 1 360]? Something else entirely? What if one of the axes is integrated?