You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running the ciftify_peaktable command, the x,y,z coordinates nearest to a given vertex are missing in the output table. This is the command I'm running:
Hi,
when running the ciftify_peaktable command, the x,y,z coordinates nearest to a given vertex are missing in the output table. This is the command I'm running:
singularity exec --cleanenv
-B "$DataDir"/:/data
/pathtosingularityimage/tigrlab_fmriprep_ciftify_latest-2019-08-16-5bd89f536284.simg
ciftify_peaktable
--min-threshold $(cat $DataDir/rest/"$Subject"/neg_thresh.txt)
--max-threshold $(cat $DataDir/rest/"$Subject"/pos_thresh.txt)
--area-threshold 2
--surface-distance 0
--volume-distance 0
--outputbase /data/rest/"$Subject"/ciftify_peaktable
--left-surface /data/anat/"$Subject"_3T_Structural_preproc/"$Subject"/T1w/fsaverage_LR32k/"$Subject".L.midthickness.32k_fs_LR.surf.gii
--right-surface /data/anat/"$Subject"_3T_Structural_preproc/"$Subject"/T1w/fsaverage_LR32k/"$Subject".R.midthickness.32k_fs_LR.surf.gii
--debug
/data/rest/"$Subject"/"$Subject"_mergedData_clean_smooth"$SmoothingKernel"_seedCorr_masked.dscalar.nii
Am I missing something?
Thanks,
Max
The text was updated successfully, but these errors were encountered: