Back to the main page.
Bug 1935 - extra field: inside after ft_volumereslice
Status | CLOSED FIXED |
Reported | 2013-01-17 12:36:00 +0100 |
Modified | 2013-04-23 12:06:30 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P3 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Lilla Magyari - 2013-01-17 12:36:52 +0100
hi, I resliced an mri volume (common/matlab/fieldtrip/data/Subject01.mri) like this: cfg=[]; cfg.dim=mri.dim; mri2 =ft_volumereslice(cfg,mri); And my mri2 is looking like this: % disp(mri2) % inside: [256x256x256 logical] % anatomy: [256x256x256 double] % dim: [256 256 256] % transform: [4x4 double] % coordsys: 'ctf' % unit: 'mm' % cfg: [1x1 struct] Is the field inside there by mistake (it hasn't got removed)? or is it there by purpose? If it is there by purpose then why? What does it mean? thanks for the help. Lilla
Robert Oostenveld - 2013-01-21 14:05:42 +0100
it is there by accident. I fixed it mac001> svn commit ft_volumereslice.m Sending ft_volumereslice.m Transmitting file data . Committed revision 7365.
Robert Oostenveld - 2013-04-23 12:05:54 +0200
closed various bugs