subhashis / fibernavigator

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

ODF display #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The is a problem in the ODF calculation. ODF seem to be flip, but it's not a 
simple axe flip. Maybe a wrong matrix manipulation.

Original issue reported on code.google.com by Girard.G...@gmail.com on 28 Feb 2011 at 7:31

GoogleCodeExporter commented 9 years ago
Maxime Descoteaux:[BUG FIXED] The spherical harmonics basis was not set 
properly.

int m_sh_basis: set the basis type:
0 : dmri (and Descoteaux (RR) 2005)
1 : Descoteaux thesis
2 : Tournier
3 : PTK

We should be able to set dynamically the basis in the properties panel of the 
ODF object. Currently hardcode to 0.

Original comment by Girard.G...@gmail.com on 31 Mar 2011 at 6:57

GoogleCodeExporter commented 9 years ago
0,1,2 have been added, PTK still need to be added.

Original comment by Girard.G...@gmail.com on 14 Jun 2011 at 2:13

GoogleCodeExporter commented 9 years ago
On base changed, the odf calculation is done more than once. See output in the 
consol on base change.

Original comment by Girard.G...@gmail.com on 27 Jun 2011 at 1:41

GoogleCodeExporter commented 9 years ago
The Tournier basis problem has been fixed by addin "pow(-1,m+1)*"imag(..) if 
m<0 in the SHMatrix creation function.

We have to check if the problem is present with other basis.

Original comment by Girard.G...@gmail.com on 9 Feb 2012 at 5:10