Posted by Ziad Saad on November 01, 2002 at 13:42:38:
In Reply to: sub-brick when combining fim files posted by angela ciccia on November 01, 2002 at 10:19:36:
I am not sure why you need to extract single sub-bricks but you can do so (and a lot more) with the program 3dbucket. To extract the third sub-brick from data set Elvis+orig you can do the following:
3dbucket -prefix test_one_subbrick 'Elvis+orig[2]'
Note that I used index 2 for the third sub-brick because indexing starts at 0.
For more help:
3dbucket -help
-ziad