Dear antx2 developers,
I would like to ask you about the getBtable.m file.
The script is not working for my current data in the following line:
|
w1=find(~cellfun(@isempty,strfind(s,'##$PVM_DwEffBval='))); |
This is the method file:
ParaVision 360 V3.6
Bruker:DtiEpi
##$PVM_DwEffBval=( 23 )
@11*(24.656361439516672) 774.09002362512456 769.40722886342439
768.44520475609568 766.95435261769489 766.71731362735864 765.58746603337113
1026.774632923388 1021.2105527209635 1021.0548117450053 1019.4089269293032
1019.1352178795455 1017.8305822544817
It seems that the first element "@11*(24.656361439516672)" is not considered in getBtable.m.
Did you have similar issues?
To solve this, should I just get rid off "@11*( "? or actually multiply by 11? I am a bit lost on the actual number here.
By chance, do you know the reason of having this "@11*(xxx) on the method file?
It is also here:
##$PVM_DwGradVec=( 23, 3 )
@18*(0) .............
##$PVM_DwGradSlice=( 23 )
@11*(0) .......................
Thanks in advance!
Best,
Alberto
Dear antx2 developers,
I would like to ask you about the getBtable.m file.
The script is not working for my current data in the following line:
antx2/mritools/ant/stats/getBtable.m
Line 139 in 5894253
This is the method file:
ParaVision 360 V3.6
Bruker:DtiEpi
##$PVM_DwEffBval=( 23 )
@11*(24.656361439516672) 774.09002362512456 769.40722886342439
768.44520475609568 766.95435261769489 766.71731362735864 765.58746603337113
1026.774632923388 1021.2105527209635 1021.0548117450053 1019.4089269293032
1019.1352178795455 1017.8305822544817
It seems that the first element "@11*(24.656361439516672)" is not considered in getBtable.m.
Did you have similar issues?
To solve this, should I just get rid off "@11*( "? or actually multiply by 11? I am a bit lost on the actual number here.
By chance, do you know the reason of having this "@11*(xxx) on the method file?
It is also here:
##$PVM_DwGradVec=( 23, 3 )
@18*(0) .............
##$PVM_DwGradSlice=( 23 )
@11*(0) .......................
Thanks in advance!
Best,
Alberto