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

ciftify_peaktable x,y,z coordinates missing #148

Closed
mlueckel opened this issue Feb 24, 2021 · 1 comment
Closed

ciftify_peaktable x,y,z coordinates missing #148

mlueckel opened this issue Feb 24, 2021 · 1 comment

Comments

@mlueckel
Copy link

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

@edickie
Copy link
Owner

edickie commented May 11, 2021

Sorry - you should use ciftify_statclust_report it's a newer version with the proper flag you need.

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_statclust_report
--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
--output-peaks
--debug
/data/rest/"$Subject"/"$Subject"_mergedData_clean_smooth"$SmoothingKernel"_seedCorr_masked.dscalar.nii
```

@edickie edickie closed this as completed May 11, 2021
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

No branches or pull requests

2 participants