<div dir="ltr">Dear FieldTrip community,<div><br></div><div>I have encountered a little problem inverse-MNI-warping the grids of my individual subjects for the purpose of averaging my beamformer results, in line with: <a href="http://www.fieldtriptoolbox.org/example/create_single-subject_grids_in_individual_head_space_that_are_all_aligned_in_mni_space?s[]=grid">http://www.fieldtriptoolbox.org/example/create_single-subject_grids_in_individual_head_space_that_are_all_aligned_in_mni_space?s[]=grid</a></div><div><br></div><div>When I visually checked the resultant individual grids, I found that 6 out of 25 subjects had severely distorted grids. See attached examples. A bit of distortion could be expected, but IMHO this is too much. It is the result of nonlinear warping (done in the example script mentioned above) and solved by using cfg.grid.nonlinear = 'no, in the following part of the script:</div><div><br><div><div>cfg = [];</div><div>cfg.grid.warpmni = 'yes';</div><div>cfg.grid.template = template_scm;</div><div>cfg.grid.nonlinear = 'no';</div><div>cfg.mri = mri_segmented;</div><div>grid = ft_prepare_sourcemodel(cfg);</div></div><div><br></div><div>Ofcourse this is not a Fieldtrip bug in any way, but just something to be aware of, and a warning I wanted to share. And it really shows that it is important to check all of the warped individual grids!</div></div><div><br></div><div>I will redo only these subjects with linear instead of nonlinear warping. That is, unless anyone has a better solution?<br></div><div><br></div><div>All the best,</div><div>Stephen Whitmarsh<br></div></div>