Three newly released toolboxes: ES Calc, TUMOR, Decom (all beta version), try and have fun!

I, on behalf of all contributors, would like to announce that three toolboxes are released for free downloading. All of them are Matlab-based, thus unzip and setpath is required (we encourage setpath SPM8, REST, DPARSF as well). For more details please see each toolbox's manual. These software are beta version v1.0, so please feel free to pose any comment, feedback, bug report, suggestions. We will make them better accordingly. I'd like to briefly state the usage of them:

1. ES Calc: Toolbox (effect_size.zip) as well as manual (English version and Chinese version).

DPABI中DICOM Sorter出错

之前用REST分类DICOM数据出错,提示ProtocolName出错,试着在REST_DicomSorter.m中分别改成SequenceDescription和SequenceName之后运行还是出错。
之后在DPABI->Utilities->DICOM Sorter做相应修改(改成SequenceName)后再运行,出现一下报错:

??? Index exceeds matrix dimensions.

Error in ==> w_DCMSort at 15
    fprintf('Read %s etc.\n', OneDICOM{1});

Error in ==> DPABI_DCMSORTER_TOOL>ComputeButton_Callback at 227
w_DCMSort(DICOMCells, HierarchyValue, AnonyFlag, OutputDir);

Error in ==> gui_mainfcn at 96
        feval(varargin{:});