You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bids-validator v1.9.9 on a dataset with PET images.
As per BIDS doc for PET, the field ReconFilterSize is required only when ReconFilterType is not "none".
On my data, there is no recon filter (empty dicom tag), so my json contains: "ReconFilterType": "none"
Still, bids-validator gives me the following error:
1: [ERR] Invalid JSON file. The file is not formatted according the schema. (code: 55 - JSON_SCHEMA_VALIDATION_ERROR)
./sub-001/pet/sub-001_pet.json
Evidence: should have required property 'ReconFilterSize'
Maybe I am not entering the "none" value correctly (I have tried some variations like None, none, "n/a", n/a... without luck), or maybe bids-validator misses this case.
Any guess?
The text was updated successfully, but these errors were encountered:
./sub-001/pet/sub-001_pet.json
Evidence: .ReconFilterSize should be number
./sub-001/pet/sub-001_pet.json
Evidence: .ReconFilterSize should be array
./sub-001/pet/sub-001_pet.json
Evidence: .ReconFilterSize should match some schema in anyOf
bids-validator v1.9.9 on a dataset with PET images.
As per BIDS doc for PET, the field ReconFilterSize is required only when ReconFilterType is not "none".
On my data, there is no recon filter (empty dicom tag), so my json contains:
"ReconFilterType": "none"
Still, bids-validator gives me the following error:
Maybe I am not entering the "none" value correctly (I have tried some variations like None, none, "n/a", n/a... without luck), or maybe bids-validator misses this case.
Any guess?
The text was updated successfully, but these errors were encountered: