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
(base) [robbwh@badger scripts]$ Rscript doPTFCE.R
oro.nifti 0.11.0
* Estimating smoothness based on the data...
|======================================================================| 100%
* Performing pTFCE...
|======================================================================| 100%
Warning message:
In ptfce(Z, MASK) : NAs detected and replaced with zero!
[1] "pTFCE_Z.nii.gz"
Although my mask excludes all nan values in the z-stat image, I get this warning message.
Further, when looking at the output pTFCE_Z.nii.gz image, areas which should be masked out have a value of -8.2...
Is the masking not functioning as expected?
The text was updated successfully, but these errors were encountered:
I have the same question. Besides the voxels outside the mask, I found -8.2 in some voxels inside the mask too. Apparently all these voxels are connected. So the mask is probably not working as expected.
Hello,
I am trying to run ptfce on a skeletonized DTI z-stat image.
In the future, I will use residuals in my call. Currently, my script looks like this
The output is:
Although my mask excludes all nan values in the z-stat image, I get this warning message.
Further, when looking at the output pTFCE_Z.nii.gz image, areas which should be masked out have a value of -8.2...
Is the masking not functioning as expected?
The text was updated successfully, but these errors were encountered: