Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DCT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
graintracking
DCT
Commits
d261ba47
Commit
d261ba47
authored
11 years ago
by
Laura Nervo
Browse files
Options
Downloads
Patches
Plain Diff
General commenting of the headers
Signed-off-by:
Laura Nervo
<
laura.nervo@esrf.fr
>
parent
aaeaa667
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
6_rendering/gtPlotUVW.m
+7
-1
7 additions, 1 deletion
6_rendering/gtPlotUVW.m
zUtil_Cryst/gtCrystSignedHKLs.m
+3
-3
3 additions, 3 deletions
zUtil_Cryst/gtCrystSignedHKLs.m
zUtil_Drawing/gtSubFigure.m
+1
-1
1 addition, 1 deletion
zUtil_Drawing/gtSubFigure.m
with
11 additions
and
5 deletions
6_rendering/gtPlotUVW.m
+
7
−
1
View file @
d261ba47
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>
...
...
This diff is collapsed.
Click to expand it.
zUtil_Cryst/gtCrystSignedHKLs.m
+
3
−
3
View file @
d261ba47
...
...
@@ -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
%
...
...
This diff is collapsed.
Click to expand it.
zUtil_Drawing/gtSubFigure.m
+
1
−
1
View file @
d261ba47
...
...
@@ -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 great
o
r than zero.'
)
error
(
'Grid dimensions must be great
e
r than zero.'
)
end
if
any
(
p
>
m
*
n
)
error
(
'Position value exceeds grid size.'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment