@takuya-hayashi
I am testing the operation of NHPPipelines, and I need MacaqueYerkes19/wmskeleton.nii.gz for the following part of the runNormalize2 () process in FreeSurferPipelineNHP.sh.
|
if [[ $SPECIES =~ Marmoset || $SPECIES =~ Macaque ]] ; then |
|
applywarp -i "$GCAdir"/wmskeleton.nii.gz -r ../../T1w_acpc_dc_restore.nii.gz -w \ |
|
../../../MNINonLinear/xfms/standard2acpc_dc.nii.gz -o wmskeleton.nii.gz --interp=nn |
|
"$PipelineScripts"/MakeDimto1mm.sh Marmoset wmskeleton.nii.gz |
|
fslmaths wmskeleton_1mm.nii.gz -thr 0.2 -bin -mul 255 wmskeleton_1mm.nii.gz |
|
mri_convert -ns 1 -odt uchar wmskeleton_1mm.nii.gz wmskeleton_1mm_conform.nii.gz --conform |
|
fslmaths wmskeleton_1mm_conform.nii.gz -mul 110 -max wm.nii.gz wm.nii.gz |
|
fi |
Is it possible for you to share the necessary files with us?
By the way, GCAdir is set in SetUpHCPPipelineNHP.sh as follows.
export GCAdir="${HCPPIPEDIR_Templates}/MacaqueYerkes19" #Template Dir with FreeSurfer NHP GCA and TIF files
@takuya-hayashi
I am testing the operation of NHPPipelines, and I need MacaqueYerkes19/wmskeleton.nii.gz for the following part of the runNormalize2 () process in FreeSurferPipelineNHP.sh.
NHPPipelines/FreeSurfer/FreeSurferPipelineNHP.sh
Lines 312 to 319 in cb237b1
Is it possible for you to share the necessary files with us?
By the way, GCAdir is set in SetUpHCPPipelineNHP.sh as follows.