CuBIDS icon indicating copy to clipboard operation
CuBIDS copied to clipboard

Curation of BIDS (CuBIDS): A sanity-preserving software package for processing BIDS datasets.

Results 32 CuBIDS issues
Sort by recently updated
recently updated
newest added

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...

bug

I'm not sure if array-type metadata fields (e.g., `PostLabelingDelay`) are currently implicitly supported, but it appears that CuBIDS currently tried to extract scalar info from array-type fields (e.g., `NSliceTiming` from...

enhancement

We should switch to importlib.resources.

bug

In addition to `IntendedFor`, which CuBIDS does cover, BIDS has `B0Fieldentifier` and `B0FieldSource` (and potentially other `bids:uri` or path-format fields pointing to files in the dataset) that it doesn't modify....

bug

See how their layout compares, maybe run some speed tests on datalad-enabled bids datasets

Following a discussion in today's informatics scrum, I was thinking that it would be nice to be able to anonymize acquisition datetimes in the scans.tsv files (and potentially in sidecar...

enhancement

I have made a typo in `cubds` so in effect `codespell` was not in effect.

Use case example: pull subject directory into a temp directory run cubids-validate, cubids-group on that subject, do this with all subjects in an S3 bucket, and concatenate them into one...