This App currently outputs mask registered to the freesurfer space (256x256x256). I believe most of Brianlife App that receives "mask" are expecting it to be in anatomy (t1/dwi) space instead. I've added "freesurfer" datatype tag for this App so that user can distinguish, but right now, I believe all "mask" datasets should be in the anatomy(t1/dwi)? space to be consistent across all Apps.
The ensembletracking App generates an output mask by doing the following ..
https://github.com/brain-life/app-ensembletracking/blob/master/convertfiles.sh#L18
mri_label2vol --seg $fsurfer/mri/aparc+aseg.mgz --temp $input_nii_gz --regheader $fsurfer/mri/aparc+aseg.mgz --o aparc+aseg_anat.nii.gz
Could/should this App be updated to do something similar? I am really not sure on what to do with mask when it comes to registration.. If you have any suggestions, or enlighten me with something basic that I am missing, please let me know.
This App currently outputs mask registered to the freesurfer space (256x256x256). I believe most of Brianlife App that receives "mask" are expecting it to be in anatomy (t1/dwi) space instead. I've added "freesurfer" datatype tag for this App so that user can distinguish, but right now, I believe all "mask" datasets should be in the anatomy(t1/dwi)? space to be consistent across all Apps.
The ensembletracking App generates an output mask by doing the following ..
Could/should this App be updated to do something similar? I am really not sure on what to do with mask when it comes to registration.. If you have any suggestions, or enlighten me with something basic that I am missing, please let me know.