Skip to content
Snippets Groups Projects
Commit d261ba47 authored by Laura Nervo's avatar Laura Nervo
Browse files

General commenting of the headers


Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>
parent aaeaa667
No related branches found
No related tags found
No related merge requests found
function hf = gtPlotUVW(im,uv,geo)
% hf = gtPlotUVW(im,uv,geo)
%
% <<<<< DEPRECATED >>>>>
% Use instead
% noiseuv=gtOptimizePlotUVW(im,uv,color,geo,scale,titlename,debug,noise,numnoise)
% or
% [h_figure, ha] = gtPlotMultiScatter3DMatrix(data, varargin)
%
%
% INPUT:
% im = output from gtPlaceDifspotsinfull <double 2048x2048>
% uv = u,v list to plot <double Nx2>
......
......@@ -10,10 +10,10 @@ function [allshkls, allhklinds, mult, hklsp, thtype] = gtCrystSignedHKLs(hkl, s
% --------------------------------------------------------------------------
%
% INPUT:
% hkl = <double> plane families (one in a column) as in
% hkl = <double> plane families (one in a row) as in
% parameters.cryst
% (3,n) for cubic lattices
% (4,n) for hexagonal lattices
% (n,3) for cubic lattices
% (n,4) for hexagonal lattices
% symm = <struct> structure containing .g3/.g with symmetry
% operators
%
......
......@@ -74,7 +74,7 @@ if ~isscalar(m) || ~isscalar(n)
error('Gird dimensions must be scalar values.')
end
if m < 0 || n < 0
error('Grid dimensions must be greator than zero.')
error('Grid dimensions must be greater than zero.')
end
if any(p > m*n)
error('Position value exceeds grid size.')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment