Skip to content

Neuroimaging Informatics Technology Initiative

Sections
Personal tools
You are here: Home
phorum - NIfTI Message Board - Re: Size limitations in NIfTI
NIfTI Message Board

 New Topic  |  Go to Top  |  Go to Topic  |  Search   Previous Message  |  Next Message 
 Re: Size limitations in NIfTI
Author: rick reynolds (---.nimh.nih.gov)
Date:   10-25-07 18:49

Hi Ged,

Cinly has good comments, to which I'll try to add.

The restrictions in NIfTI are:

- Each dimension size must be less than 2^15, since dim[]
is an array of shorts. That is a permanent limitation.

- Since nvox is of type size_t, a 32-bit machine is limited
to a 4 GB dataset. However, that isn't really important,
since a file is limited to 2 GB (on a 32-bit machine).

- On a 64-bit machine, each volume (and therefore each dataset)
is only limited by your RAM (though dim[] is still short).

Note that reading and writing datasets via the nifti_brick_list
structure allows handling data as an array of volumes, rather
than one contiguous block of data.

- rick



 Reply To This Message  |  Flat View   Newer Topic  |  Older Topic 

 Topics Author  Date
 Size limitations in NIfTI  
Ged Ridgway 10-25-07 10:22 
 Re: Size limitations in NIfTI  
Cinly Ooi 10-25-07 11:20 
 Re: Size limitations in NIfTI  
Ged Ridgway 10-26-07 10:09 
 Re: Size limitations in NIfTI  
Cinly Ooi 12-07-07 18:00 
 Re: Size limitations in NIfTI  
rick reynolds 10-25-07 18:49 
 Re: Size limitations in NIfTI  
Davide Imperati 01-28-09 13:17 
 Re: Size limitations in NIfTI  
Cinly OOI 01-28-09 22:23 
 Re: Size limitations in NIfTI  
Davide 02-17-09 09:37 
 Re: Size limitations in NIfTI  new
rick reynolds 03-02-09 20:44 
 Re: Size limitations in NIfTI  
Cinly OOI 03-19-09 15:16 
 Re: Size limitations in NIfTI  new
rick reynolds 02-03-09 17:05 


 New Topic  |  Go to Top  |  Go to Topic  |  Search 
 Reply To This Message
 Your Name:
 Your E-mail:
 Subject:
   
 

Powered by Plone

phorum.org

This site conforms to the following standards: