This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function covcheck_free() | |
| % COVERAGE CHECKING for SPM ANALYSIS (covcheck_free.m) | |
| % Vanessa Sochat | |
| % | |
| % This script takes in a list of subjects processed in SPM, an ROI mask | |
| % that will be used for group analysis, and a user specified coverage | |
| % percentage. It will calculate the size of a single subject mask and | |
| % determine if the subject has that percentage coverage. | |
| %__________________________________________________________________________ | |
| % |
NewerOlder