Chris Markiewicz
Chris Markiewicz
I'm skeptical of that need. I would expect your `["raw", "project"]` to look like: ``` project/ dataset_description.json # "DatasetType": "project" rawdata/ dataset_description.json # "DatasetType": "raw" derivatives/ preproc/ dataset_description.json # "DatasetType":...
I think this overall needs more specification. What are valid directories in a `project`-type dataset? We should add them to https://github.com/bids-standard/bids-specification/blob/master/src/schema/rules/directories.yaml. I think a project dataset is barely worth specifying...
A functional question for the validator: Should we error if there are no valid BIDS datasets in `sourcedata/`? cc @rwblair @nellh
But what are you validating if there are no valid subdatasets? Why are you running the validator?
It seems like a problem that we're round-tripping a text tree into a Python dict and back. It looks like (#807, #837) the goal was just to convert to tree-style...
Hi @mko010, sorry for the slow response. I don't know quite what you mean by RGB channel. Do you mean that the intent code is `NIFTI_INTENT_RGB`, and to display the...
https://github.com/OpenNeuroDatasets/ds003396 has now been deleted. https://openneuro.org/datasets/ds003396 indicates that the dataset was removed from OpenNeuro for subject privacy reasons. The other datasets are synced. We have a script (https://github.com/OpenNeuroOrg/openneuro/blob/master/scripts/check-github-sync) that we...
That's an interesting question. We used to allow fsaverage5+MNI152NLin2009cAsym, but people did not love that the results were incompatible with HCP-pipelines CIFTI files. Now we are using `space-fsLR` to clearly...
@jaysonjeg Might be a good person to tag as well...