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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bug fixes
e86d2e1 If the estimated smoothness is below 1, we now increase it to 1 to avoid problems down the line.
04fcd1b Fixed a bug in qdecr_clusters where it assumes that there is always at least 1 cluster significant.
251e668 "w-g.pct" files can now be used as a measure by specifying "qdecr_w_g.pct" (underscore instead of hyphen).
dc81b89 Added fwhm argument to qdecr_fastlm, which was missing before.
New (minor) features
4f024f3 Added cwp_thr argument to qdecr_fastlm and qdecr to set the further cluster-wise p-value adjustment (default is 0.025 due to having 2 hemispheres, thus 0.05 / 2).
08ae63b Automatically output two extra files: "significant_clusters.txt" (the output of summary(vw, annot = TRUE)) and "stack_names.txt" (the output of stacks(vw) and the corresponding stack numbers).
11e2f55 Modified freeview and qdecr_snap. The mask argument is now called sig. Furthermore, the ranges for the overlay colors are determined dynamically. Finally, users can now set any arguments to Freeview for manipulating surface files (see freeview --help on the command line).