Skip to content
Snippets Groups Projects
Commit 36cee35a authored by Nicola Vigano's avatar Nicola Vigano
Browse files

build_list: fixed field name for absorption reconstruction

parent f3f61469
No related branches found
No related tags found
No related merge requests found
...@@ -859,17 +859,17 @@ list.rec{end+1,1} = 'sample'; list.rec{end,2} = 'Sample ...@@ -859,17 +859,17 @@ list.rec{end+1,1} = 'sample'; list.rec{end,2} = 'Sample
list.rec{end+1,1} = 'grains'; list.rec{end,2} = 'Grains volume reconstruction information'; list.rec{end+1,1} = 'grains'; list.rec{end,2} = 'Grains volume reconstruction information';
list.rec{end,3} = 'struct'; list.rec{end,3} = 'struct';
list.rec{end,4} = 0; list.rec{end,4} = 0;
list.rec__sample = []; list.rec__absorption = [];
list.rec__sample{end+1,1} = 'algorithm'; list.rec{end,2} = 'Algorithm for the absorption reconstruction ''SIRT''/''2DFBP'''; list.rec__absorption{end+1,1} = 'algorithm'; list.rec{end,2} = 'Algorithm for the absorption reconstruction ''SIRT''/''2DFBP''';
list.rec{end,3} = 'char'; list.rec{end,3} = 'char';
list.rec{end,4} = 1; list.rec{end,4} = 1;
list.rec__sample{end+1,1} = 'num_iter'; list.rec{end,2} = 'Number of iterations used in SIRT reconstruction of absorption volume'; list.rec__absorption{end+1,1} = 'num_iter'; list.rec{end,2} = 'Number of iterations used in SIRT reconstruction of absorption volume';
list.rec{end,3} = 'double'; % scalar list.rec{end,3} = 'double'; % scalar
list.rec{end,4} = 1; list.rec{end,4} = 1;
list.rec__sample{end+1,1} = 'interval'; list.rec{end,2} = 'Interval between radiographs used for reconstruction of absorption scan'; list.rec__absorption{end+1,1} = 'interval'; list.rec{end,2} = 'Interval between radiographs used for reconstruction of absorption scan';
list.rec{end,3} = 'double'; % scalar list.rec{end,3} = 'double'; % scalar
list.rec{end,4} = 1; list.rec{end,4} = 1;
list.rec__sample{end+1,1} = 'options'; list.rec{end,2} = 'Reconstruction algorithm''s options'; list.rec__absorption{end+1,1} = 'options'; list.rec{end,2} = 'Reconstruction algorithm''s options';
list.rec{end,3} = 'struct'; list.rec{end,3} = 'struct';
list.rec{end,4} = 0; list.rec{end,4} = 0;
......
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