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

Add new fields to gtINDEXSetup

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@478 4c865b51-4357-4376-afb4-474e03ccb993
parent d36441d4
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ else ...@@ -79,7 +79,7 @@ else
list = []; list = [];
list{1,1} = 'bbxs'; list{1,2} = 'Max. bounding box X (U) size ratio'; list{1,1} = 'bbxs'; list{1,2} = 'Max. bounding box X (U) size ratio';
list{2,1} = 'bbys'; list{2,2} = 'Max. bounding box Y (V) size ratio'; list{2,1} = 'bbys'; list{2,2} = 'Max. bounding box Y (V) size ratio';
list{3,1} = 'distsf'; list{3,2} = 'Size factor for maximum path distance (max dist = grainsize*distf)'; list{3,1} = 'distf'; list{3,2} = 'Size factor for maximum path distance (max dist = grainsize*distf)';
list{4,1} = 'int'; list{4,2} = 'Max. intensity ratio'; list{4,1} = 'int'; list{4,2} = 'Max. intensity ratio';
parameters.index.strategy.m.end = gtModifyStructure(parameters.index.strategy.m.end, list, header); parameters.index.strategy.m.end = gtModifyStructure(parameters.index.strategy.m.end, list, header);
......
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