Skip to content

Eigen decomposition required for bvec averaging #22

@tashrifbillah

Description

@tashrifbillah

bvec averaging may not be correct, should be done based on eigen decomposition:

print('Averaging gradients: ', ind_same)
data_new.append(np.mean(data[...,ind_same], axis= 3))
temp= np.mean(bvecs[ind_same], axis= 0)
bvecs_new.append(temp/np.linalg.norm(temp))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions