Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Remove bad metadata input from ds_goodvoxels_mask #3037

Merged
merged 2 commits into from Jun 14, 2023

Conversation

effigies
Copy link
Member

@effigies effigies commented Jun 13, 2023

Changes proposed in this pull request

Currently we're creating the following .json file for goodvoxels_mask:

{
  "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.

@effigies effigies marked this pull request as ready for review June 13, 2023 20:42
@effigies effigies changed the base branch from master to maint/23.1.x June 13, 2023 20:42
@effigies effigies merged commit 73ecb86 into nipreps:maint/23.1.x Jun 14, 2023
14 checks passed
@effigies effigies deleted the fix/goodvoxels_meta branch June 14, 2023 13:59
effigies added a commit that referenced this pull request Jun 14, 2023
23.1.1 (June 14, 2023)

Bug fix release in the 23.1.x series.

This release corrects a small error that prevented the "goodvoxels" mask from
being placed in the output directory if no FreeSurfer output spaces were specified.

* FIX: Remove bad metadata input from ds_goodvoxels_mask (#3037)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants