Note that this reference documentation is identical to the help that is displayed in Matlab when you type “help ft_convert_coordsys”.
FT_CONVERT_COORDSYS changes the coordinate system of the input object to the specified coordinate system. The coordinate system of the input object is determined from the structure field object.coordsys, or need to be determined interactively by the user. Use as [object] = ft_convert_coordsys(object) to only determine the coordinate system, or [object] = ft_convert_coordsys(object, target) to determine and convert the coordinate system. The following input objects are supported anatomical mri, see FT_READ_MRI anatomical or functional atlas, see FT_PREPARE_ATLAS (not yet) electrode definition (not yet) gradiometer array definition (not yet) volume conductor definition (not yet) dipole grid definition Possible target coordinate systems are 'spm'. Note that the conversion will be an automatic one, which means that it will be an approximate conversion, not taking into account differences in individual anatomies/differences in conventions where to put the fiducials. See also FT_DETERMINE_COORDSYS
Share this page: