bids-validator
bids-validator copied to clipboard
Throw error about missing `dwi/*_sbref.nii` data file when it is present
I am getting this type of error:
Type: Error
File: sub-ctrl01_sbref.json
Location: olf_blind_raw/sub-ctrl01/dwi/sub-ctrl01_sbref.json
Reason: A json sidecar file was found without a corresponding data file
Although the file is here.
╰─⠠⠵ tree sub-ctrl01/dwi
sub-ctrl01/dwi
├── sub-ctrl01_dwi.bval
├── sub-ctrl01_dwi.bvec
├── sub-ctrl01_dwi.json
├── sub-ctrl01_dwi.nii
├── sub-ctrl01_sbref.json
└── sub-ctrl01_sbref.nii <-- file is present
Am I missing something or is this a bug? If so is it reproducible?