Skip to content

Commit

Permalink
Re #1707 minor comments to kick-on the build
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Jul 4, 2024
1 parent 575a229 commit c249c34
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions horace_core/sqw/axes_blocks/@AxesBlockBase/AxesBlockBase.m
Original file line number Diff line number Diff line change
Expand Up @@ -116,24 +116,24 @@
single_bin_defines_iax;
end
properties(Dependent,Hidden)
% the step in each pax dimension in units of img_range units,
% the step in each pax dimension in units of img_range units,
% defined by img_range(pax) and nbins_all_dims(pax) properties
step;
% maximal range the image can have
max_img_range
step;
%
max_img_range; % maximal range the image can have. Infinity for linear
% but have limits for some dimensions in spherical or
% cylindrical projections.
%
img_scales %The scales to convert img_range in image-appropriate units,i.e.
% number to transform to A^{-1} for linear axes, to rad/deg
% for angular and to meV for energy transfer
img_scales; %The scales to convert img_range in image-appropriate units,i.e.
% number to transform to A^{-1} for linear axes, to rad/deg
% for angular and to meV for energy transfer
type; % units of axes, retrieved from projection. Not currently
% used by linear_axes but may is deployed in curvilinear
% axes to convert from
% degrees to radians and vice versa
% used by linear_axes but is deployed in curvilinear
% axes to convert from degrees to radians and vice versa.
%
% property defines if appropriate axes block presented on
% picture changes aspect ratio of a 2D image, so that equal
% physical ranges along axes occupy equal pixel ranges on the image
%
% May be set up locally on an object but have defaults specific for
% each axes block
changes_aspect_ratio;
Expand Down

0 comments on commit c249c34

Please sign in to comment.