Skip to content
Snippets Groups Projects
Commit a1dc3c11 authored by Andrew King's avatar Andrew King Committed by Nicola Vigano
Browse files

fixed x/y images size bug

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@896 4c865b51-4357-4376-afb4-474e03ccb993
parent 3407c96e
No related branches found
No related tags found
No related merge requests found
...@@ -243,7 +243,7 @@ for n = first : last ...@@ -243,7 +243,7 @@ for n = first : last
r_ex = zeros(numspots, 3); % estimated direction of diffracted beam, based on grain & difspot COM positions r_ex = zeros(numspots, 3); % estimated direction of diffracted beam, based on grain & difspot COM positions
U = zeros(numspots, 1); % COM u positions of difspots from difspottable U = zeros(numspots, 1); % COM u positions of difspots from difspottable
V = zeros(numspots, 1); % COM v positions of difspots from difspottable V = zeros(numspots, 1); % COM v positions of difspots from difspottable
full = zeros(acq.xdet, acq.ydet); full = zeros(acq.ydet, acq.xdet);
......
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