History of AFNI updates  

|
May 30, 2006 10:47AM
Hi Colm,

It looks like mricron is not filling dim[] quite correctly.

This line is not consistent:

dim 40 8 3 80 80 32 142 1 1 1

The 8 dim values (3 80 80 32 142 1 1 1) say that the dataset is
3 dimensional, yet it has dimensions of 80, 80, 32, 142.

If this is 142 time points of 32 slices of 80x80 images, then
that 3 should be a 4. So try to fix it with the command:

nifti_tool -mod_hdr -mod_field dim '4 80 80 32 142 1 1 1' \
-prefix em0001.run1.new.nii -infiles em0001.run1.nii

That should correct the dim[] array, creating a new dataset
em0001.run1.new.nii .

- rick

Subject Author Posted

functional files shown as abuc files

Colm Connolly May 30, 2006 10:12AM

Re: functional files shown as abuc files

rick reynolds May 30, 2006 10:26AM

Re: functional files shown as abuc files

Colm Connolly May 30, 2006 10:37AM

Re: functional files shown as abuc files

rick reynolds May 30, 2006 10:47AM

Re: functional files shown as abuc files

Colm Connolly May 30, 2006 12:07PM

Re: functional files shown as abuc files

dlftmd1580 May 25, 2021 05:35PM

Re: functional files shown as abuc files

dlftmd1580 May 25, 2021 08:16PM

Re: functional files shown as abuc files

Daniel Glen May 26, 2021 04:57PM