bids-validator icon indicating copy to clipboard operation
bids-validator copied to clipboard

Throw error about missing `dwi/*_sbref.nii` data file when it is present

Open Remi-Gau opened this issue 4 years ago • 0 comments

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?

Remi-Gau avatar Oct 23 '21 09:10 Remi-Gau