populse / populse_mia

Multiparametric Image Analysis
Other
10 stars 9 forks source link

[database management] indexed directly bval and bvec in the database #314

Closed manuegrx closed 11 months ago

manuegrx commented 12 months ago

Following an update of mriconv, bvec and bval are now correctly added to the raw_data folder and a 'bvec_bval' tag has been added in the LogExport (= 'yes' if bvec and bval files have been created or copied) (see https://github.com/populse/mri_conv/issues/13)

However, bvec and bval are not indexed in the database because the run method of the ImportWorker class only manage Nifti.

I will try to change this method in order to index bvec and bval