Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Remove bad metadata input from ds_goodvoxels_mask (#3037)
Currently we're creating the following `.json` file for `goodvoxels_mask`: ```json { "keys": [ "fsaverage5", "fsnative" ] } ``` This is not serving any useful purpose and needs to be deleted. Looking up masks, we can put in some recommended metadata, such as the type of mask it is. I don't want to figure out sources right now. Closes #3035.
- Loading branch information