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

build_list_v2 : changed user_flag for 'collection_dir_old','detsizeu','detsizev'


Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>
parent bb14b6de
No related branches found
No related tags found
No related merge requests found
......@@ -131,9 +131,9 @@ list.acq{end+1,1} = 'rotation_direction'; list.acq{end,2} = 'Horizo
list.acq{end+1,1} = 'detector_definition'; list.acq{end,2} = 'Definition of the detector type (''inline''/''vertical'')';
list.acq{end,3} = 'char';
list.acq{end,4} = 1;
list.acq{end+1,1} = 'collection_dir_old'; list.acq{end,2} = 'Old collection directory';
list.acq{end+1,1} = 'collection_dir_old'; list.acq{end,2} = '[Computed] Old collection directory';
list.acq{end,3} = 'char';
list.acq{end,4} = 2;
list.acq{end,4} = 0;
list.acq{end+1,1} = 'rotu'; list.acq{end,2} = 'U coordinate of rotation axis projection in image [computed] ??? equals to rotx ???';
list.acq{end,3} = 'double'; % scalar
list.acq{end,4} = 0;
......@@ -364,10 +364,10 @@ list.labgeo{end+1,1} = 'deflabZ'; list.labgeo{end,2} = 'Des
list.labgeo{end,4} = 1;
list.labgeo{end+1,1} = 'detsizeu'; list.labgeo{end,2} = 'Number of pixels along the u direction';
list.labgeo{end,3} = 'double'; % scalar
list.labgeo{end,4} = 0;
list.labgeo{end,4} = 1;
list.labgeo{end+1,1} = 'detsizev'; list.labgeo{end,2} = 'Number of pixels along the v direction';
list.labgeo{end,3} = 'double'; % scalar
list.labgeo{end,4} = 0;
list.labgeo{end,4} = 1;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......@@ -846,7 +846,7 @@ list.oar{end+1,1} = 'njobs'; list.oar{end,2} = 'Number
list.oar{end+1,1} = 'walltime'; list.oar{end,2} = 'Walltime for OAR? (in seconds)';
list.oar{end,3} = 'double'; % scalar
list.oar{end,4} = 1;
list.oar{end+1,1} = 'mem'; list.oar{end,2} = 'Memory required? (Mb)';
list.oar{end+1,1} = 'mem'; list.oar{end,2} = 'Total memory required? (Mb)';
list.oar{end,3} = 'double'; % scalar
list.oar{end,4} = 1;
......
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