kschan0214 / sepia

Matlab GUI pipeline application for quantitative susceptibility mapping (QSM)
MIT License
46 stars 10 forks source link

compatibility issue with the new update of FANSI toolbox #13

Closed zashams closed 1 year ago

zashams commented 3 years ago

Hi Kwok-Shing,

There's a function dipole_kernel_fansi in the FANSI toolbox that has been recently modified and is no longer compatible with the way used in the code. You can fix it by just removing the last argument (B0_dir) :)

Zahra

kschan0214 commented 3 years ago

Hi Zahra,

Thanks for your report!

Carlos mentioned that there are few changes in FANSI v2.0 (commit d97a20b1 and onwards). At the moment SEPIA v0.8.0 and v0.8.1 should run without problem with FANSI commit dc68c306.

FANSI v2.0 will be supported in the next major update of SEPIA (v1.0). :)

Many thanks!

Kwok