% the following variables are being used and must exist % - map: MAP object (fitting FMR!) % - fmr: FMR object % - afs: collection of TRF/TAL objects % the following settings are used % - no VMP filename (requires manual saving) % - high quality interpolation (lanczos3) % - 1mm resolution (best for going to SRF/SMP later) % - large bounding box (covering ALL TAL space) % - no df override vmp = map.CreateVMP(fmr, afs, '', 'lanczos3', 1, [44, 44, 38; 212, 242, 194]); vmp.SaveAs;