Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entities in CuBIDS.change_filename are not comprehensive/up-to-date #271

Open
tsalo opened this issue Sep 19, 2023 · 2 comments
Open

Entities in CuBIDS.change_filename are not comprehensive/up-to-date #271

tsalo opened this issue Sep 19, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@tsalo
Copy link
Member

tsalo commented Sep 19, 2023

I was running cubids-apply on a dataset with complex-valued, multi-echo BOLD data, and it looks like CuBIDS.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 to sub-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).

@tsalo tsalo added the bug Something isn't working label Sep 19, 2023
@tsalo
Copy link
Member Author

tsalo commented Sep 19, 2023

It's probably easier for the average CuBIDS user with BIDS noncompliant data to write a PyBIDS JSON config file than a set of BIDS schema files. However, PyBIDS is going to swap out its JSON-based config files for the BIDS schema files at some point, though I don't know when that'll actually happen.

@tsalo tsalo changed the title Entities in CuBIDS.change_filename are not comprehensive Entities in CuBIDS.change_filename are not comprehensive/up-to-date Sep 19, 2023
@tsalo
Copy link
Member Author

tsalo commented Jan 23, 2024

@mattcieslak BIDS makes the schema available as a single JSON file (https://bids-specification.readthedocs.io/en/stable/schema.json). I wonder if we could use that here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants