Skip to content
Snippets Groups Projects
Commit c4e0a1eb authored by Laura Nervo's avatar Laura Nervo Committed by Nicola Vigano
Browse files

gtOptimizePlotUVW : Hard coded labgeo.detsizeu and labgeo.detsizev to 2048

HARD CODED!!!

Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@631 4c865b51-4357-4376-afb4-474e03ccb993
parent 54345c43
No related branches found
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ end
N=size(uv,1);
detsizeu = geo.detsizeu;
detsizev=geo.detsizev;
detsizeu = 2048;
detsizev=2048;
beamdir=geo.beamdir';
detdiru=geo.detdiru';
detdirv=geo.detdirv';
......
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