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
console.log(colors.red("The directory "+dir+" failed an initial Quick Test. This means the basic names and structure of the files and directories do not comply with BIDS specification. For more info go to http://bids.neuroimaging.io/"));
Copy file name to clipboardExpand all lines: utils/issues/list.js
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -302,4 +302,9 @@ module.exports = {
302
302
severity: 'error',
303
303
reason: 'sform_code and qform_code in the image header are 0. The image/file will be considered invalid or assumed to be in LAS orientation.'
304
304
},
305
+
61: {
306
+
key: 'QUICK_VALIDATION_FAILED',
307
+
severity: 'error',
308
+
reason: 'Quick validation failed - the general folder structure does not resamble a BIDS dataset. Have you chosen the right folder (with "sub-*/" subfolders)? Check for structural/naming issues and presence of at least one subject.',
0 commit comments