subhashis / fibernavigator

Automatically exported from code.google.com/p/fibernavigator
0 stars 1 forks source link

glyph display #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. load a t1/fa 1x1x1  (e.g. MPI dataset)
2. load a tensors file 2x2x2 (e.g. MPI dataset)
3. look carrefully

What is the expected output? What do you see instead?
-Tensors are not correctly aligned the the t1/fa. There is a displacement to 
the bottom-left.

everything is alright if anatomy/glyph files are the same dimentions.

Original issue reported on code.google.com by Girard.G...@gmail.com on 14 Jun 2011 at 2:44

GoogleCodeExporter commented 9 years ago
Probably caused because the Glyph class uses its own DatasetHelper, instead of 
the main one, so if files dimensions disagree, there is no warning, but a 
visual effect.

Jean-François Lévesque's refactoring should fix this.

Original comment by Jean.Chr...@gmail.com on 9 Feb 2012 at 7:09