Author: rick reynolds (---.nimh.nih.gov)
Date: 10-08-08 14:35
Hi Cinly,
I'm not sure what you mean by changing nifti_image_load_bricks to
match nifti_image_read_bricks. The 'load' function is meant to be
called from 'read', and it is assumed to return the entire set of
(requested) data, where the nifti_image structure will be modified
to reflect the list that was requested.
If I were to write this again, I might make the 'load' function
static, the intention is for people to use the 'read' function.
Some clarifications have been made in the function header, and
the '11' typo is fixed.
Thanks,
- rick
|
|