From e54733bb28f038e9601cba1a3b2666bd3ef0cf5a Mon Sep 17 00:00:00 2001 From: abuts Date: Wed, 25 Sep 2024 11:19:49 +0100 Subject: [PATCH] Re #1750 minor bugs in projections descriptions --- .../sqw/coord_transform/@cylinder_proj/cylinder_proj.m | 4 ++-- .../sqw/coord_transform/@sphere_proj/sphere_proj.m | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/horace_core/sqw/coord_transform/@cylinder_proj/cylinder_proj.m b/horace_core/sqw/coord_transform/@cylinder_proj/cylinder_proj.m index a123920615..1a8720d776 100644 --- a/horace_core/sqw/coord_transform/@cylinder_proj/cylinder_proj.m +++ b/horace_core/sqw/coord_transform/@cylinder_proj/cylinder_proj.m @@ -48,8 +48,8 @@ % directed along the selected e_z axis. % phi -- coordinate 3 is the angle between x-axis of the cylindrical % coordinate system and the projection of the momentum transfer - % (Q_tr) to the xy plane of the cylindircal coordinate - % system + % (Q_tr) to the plane of the cylindircal coordinate + % system defined by vector v and perpendicular to u. % dE -- coordinate 4 the energy transfer direction % % parent's class "type" property describes which scales are avaliable for diff --git a/horace_core/sqw/coord_transform/@sphere_proj/sphere_proj.m b/horace_core/sqw/coord_transform/@sphere_proj/sphere_proj.m index 801a9922f8..a2fe645f18 100644 --- a/horace_core/sqw/coord_transform/@sphere_proj/sphere_proj.m +++ b/horace_core/sqw/coord_transform/@sphere_proj/sphere_proj.m @@ -5,7 +5,7 @@ % Usage (with positional parameters): % % >>sp = sphere_proj(); %default construction - % >>sp = sphere_proj(u,v); + % >>sp = sphere_proj(u,v); % >>sp = sphere_proj(u,v,type); % >>sp = sphere_proj(u,v,type,alatt,angdeg); % >>sp = sphere_proj(u,v,type,alatt,angdeg,offset,label,title); @@ -38,11 +38,11 @@ % Default angular coordinates names and meanings are chosen according % to the conventions of inelastic spectrometry, i.e.: % |Q| -- coordinate 1 is the module of the scattering momentum, - % theta -- coordinate 2, the angle between the beam direction (k_i) + % theta -- coordinate 2, the angle between axis u (k_i) % and the direction of the Q, % phi -- coordinate 3 is the angle between the projection of the - % scattering vector to the instrument plane (perpendicular - % to k_i) and the crystal rotation plane. + % scattering vector to the plane, defined by vector v and + % perpendicular to u. % dE -- coordinate 4 the energy transfer direction % % parent's class "type" property describes which scales are avaliable for