<div dir="ltr">Hello all,<div>I am working on source localization of HCP based on the eLoreta. I am trying to extract time series of Atlas AAL116. So firstly I interpolate the source model to AAL 116 by using:</div><div><br></div><div><div>atlas = ft_read_atlas('/Desktop/EEG-1/fieldtrip-20160417/template/atlas/aal/ROI_MNI_V4.nii');</div><div>atlas = ft_convert_units(atlas,'mm');<br></div><div>cfg = [];</div><div>cfg.interpmethod = 'nearest';</div><div>cfg.parameter = 'tissue';</div><div>individual_sourcemodel3d1 = ft_sourceinterpolate(cfg,atlas,individual_sourcemodel3d);</div><div><br></div><div>and afterward interpolate the DATA to the parcellated source model by:</div><div><div>cfg = [];</div><div>cfg.parameter = 'pow';</div><div>cfg.keeptrials = 'yes';</div><div>source_eloreta_disc_int1 = ft_sourceinterpolate(cfg,source_eloreta,individual_sourcemodel3d1);</div></div><div><br></div><div><br></div><div>and finally when I try to visualize the data by :</div><div><div>cfg = [];</div><div>  cfg.method = 'ortho';</div><div>  cfg.funparameter = 'pow';</div><div>  cfg.maskparameter = 'mask';</div><div>  cfg.funcolorlim = 'auto';</div><div>  cfg.opacitylim = 'auto';</div><div>  cfg.opacitymap = 'rampup';</div><div>  cfg.atlas = atlas;</div><div>  ft_sourceplot(cfg,source_eloreta_disc_int1); </div></div><div><br></div><div><br></div><div>I receive an error which says: "there is a mismatch between the coordinate system in the atlas and the coordinate system in the data, which cannot be resolved"</div><div><br></div><div>I was wondering if anyone could possible help me to solve the issue, and also how accurate my approach is </div><div>Thanks</div><div><br></div><div class="gmail_quote"><div dir="ltr"><br></div></div></div></div>