Skip to content

Commit

Permalink
Re #1750 minor bugs in projections descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Sep 25, 2024
1 parent f5dfe18 commit e54733b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions horace_core/sqw/coord_transform/@sphere_proj/sphere_proj.m
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e54733b

Please sign in to comment.