spunt / bspmview

MATLAB program for viewing 3D fMRI statistical images
http://www.bobspunt.com/software/bspmview
53 stars 25 forks source link

clusterwise FWE #12

Closed sjgershm closed 8 years ago

sjgershm commented 8 years ago

I've noticed that clusterwise FWE correction doesn't seem to be working properly. When I select clusterwise correction, it doesn't appear to change the results from the uncorrected threshold.

spunt commented 8 years ago

It's possible I'm not understanding what you're seeing, but if by "uncorrected threshold" you mean the voxelwise height threshold (e.g., the values in the "Thresh" and "P-Value" edit boxes), then this would be the expected behavior. Clusterwise FWE uses the existing uncorrected threshold for the cluster-forming threshold, computes the minimum cluster size necessary for clusterwise FWE correction, and then automatically populates the "Extent" edit box with the resulting value. If this isn't what is happening, perhaps you can give me more information about the data you're working with and we can go from there.