Entities in CuBIDS.change_filename
are not comprehensive/up-to-date
#271
Labels
bug
Something isn't working
CuBIDS.change_filename
are not comprehensive/up-to-date
#271
I was running
cubids-apply
on a dataset with complex-valued, multi-echo BOLD data, and it looks likeCuBIDS.change_filename
is not aware of certain entities, because those entities are not hardcoded into the function.In my case, it tried to rename
sub-03_ses-1_task-rest_acq-multiecho_run-02_echo-1_part-mag_bold.nii.gz
tosub-03_ses-1_task-rest_acq-multiechoVARIANTNumVolumes_run-002_bold.nii.gz
.We may want to grab config info from PyBIDS or the BIDS schema.
Of course, users may want to provide their own configuration files, in order to support entities or suffixes that are not yet covered by BIDS. In my case, I have
_noRF
files, which are associated with a currently open PR in the BIDS repo (bids-standard/bids-specification#1451).The text was updated successfully, but these errors were encountered: