Go to the source code of this file.
| read_Vinci_ROI_stats | ( | varargin | ) |
Function for reading in ROI Statistics Reports from Vinci image tool
ROI-report file.
ROI Statistics Report syntax:
ROI Statistics Report includes ROI evaluations for one image volume but
many ROI sets drawn to many planes. Empty line ends a ROI set, and 'View'
begins a new one. See .m-file for example.
Syntax:
[nr_planes, nr_rois, roi_names_and_data] = read_Vinci_ROI_stats('filename'),
where:
nr_planes = number of planes included in the ROI Statistics Report
nr_rois = number of ROIs in each plane
tmp = roi_names_and_data{1,k} = ROI names and data related to plane k
tmp{1} = ROI names
tmp{2} = ROI values
Copyright (c) 2007 by Turku PET Centre
| varargin |
nr_rois
roi_names_and_data
1.5.2