Open WillForan opened 4 years ago
doesn't look promising. looks like LR flip and maybe need to try integtype==3
from sid3_MRRC/IntegrateSI.m
sum = sum + sqrt((SI(a,sipos).*SI(a,sipos))+(SI(a+sipts,sipos).*SI(a+sipts,sipos)));
bone=plt.get_cmap("bone").copy(); bone.set_bad(color="black")
plt.imshow( np.ma.masked_where(abs(intgrl) < 1, adjust(intgrl,0,100,5)), cmap=bone,vmax=30 )
/Volumes/Hera/Projects/7TBrainMech/scripts/mri/MRSI_roi
autosid3 11868_20211025
confirm matlab gui using type == 3
>> eh = findobj(gcf,'Tag','IntegrateType');
>> eh.Value
ans =
3
check matrix orientation and integral calc