help > add new atlas
Showing 1-1 of 1 posts
Display:
Results per page:
Feb 19, 2018  11:02 AM | boshra shams - INM4 fz-juelich
add new atlas
Dear experts,

I would like to use my own atlas in my processing. Unfortunately I did not get the results properly.
I added the following statements in my batch script both for Setup and Analysis part:

 for nrois = 1
    batch.Setup.rois.names{nrois} = {'roi1.nii'};
    batch.Setup.rois.files{nrois} =fullfile(roipath,'roi1.nii');
    batch.Setup.rois.dimension{nrois} = {1};
 end

 batch.Analysis.sources.names = {'roi1.nii'};
 batch.Analysis.sources.dimension = {1};
 batch.Analysis.sources.driv = {0};

Do i need to change or add any statements in order to use my own roi atlas file?
Many thanks for considering my questions.

I would like also to know whether for every sessions conn give us correlation ROI to ROI matrix for a single subjects?

best regards,
Boshra