Q: Hello list, Is there a way to add a dimension (zspace) to a mincfile? I tried mincedit, but couldn’t get it to save the header without errors.

Example data: http://www.bic.mni.mcgill.ca/users/mishkin/no_zspace.mnc.gz

I ask because I’m trying to resample one minc file to be like another, however, the minc files only have 2 dimensions (xspace,yspace), so mincresample doesn’t work. Is there another way to accomplish “mincresample -like”?
http://www.bic.mni.mcgill.ca/pipermail/minc-users/2009-September/002561.html

A: I’d do this:

mincconcat -concat_dimension zspace -start 0 -step 1 in.mnc in_z.mnc