[MINC-users] mincreshape [+-][space]direction on >3D volumes?

Alex Zijdenbos zijdenbos at gmail.com
Thu Feb 2 11:46:34 EST 2012


Does anybody know if there is a reason why mincreshape
[-+][space]direction doesn't seem to do what the man page advertises
on volumes with more than 3 dimensions? E.g.:

$ mincinfo zneg.mnc
file: zneg.mnc
image: unsigned short 0 to 4095
image dimensions: time zspace yspace xspace
    dimension name         length         step        start
    --------------         ------         ----        -----
    time                      105            4            0
    zspace                     24           -5     -54.5218
    yspace                     64      -3.4375      104.431
    xspace                     64      -3.4375          110

$ mincreshape -quiet +zdirection zneg.mnc zpos.mnc
$ mincinfo zpos.mnc
file: zpos.mnc
image: unsigned short 0 to 65535
image dimensions: time zspace yspace xspace
    dimension name         length         step        start
    --------------         ------         ----        -----
    time                      105            4            0
    zspace                     24           -5     -54.5218
    yspace                     64      -3.4375      104.431
    xspace                     64      -3.4375          110

so the range of volume changed; but nothing seems to have changed in
the sampling lattice...

Ideas?

-- A


More information about the MINC-users mailing list