[MINC-users] Usage of mincconcat

Andrew Wood andrew at biospective.com
Wed Sep 4 21:43:56 EDT 2013


Hi All,

I'm trying to use mincconcat to stitch some images together.

For example, I have A.mnc:

    dimension name         length         step        start
    --------------         ------         ----        -----
    yspace                      1          0.1         -5.7
    zspace                    750   0.00295238      15.5531
    xspace                    750  -0.00295238      33.3619

and B.mnc:
    dimension name         length         step        start
    --------------         ------         ----        -----
    yspace                      1          0.1         -5.7
    zspace                    750   0.00295238      15.5531
    xspace                    750  -0.00295238      31.1476


I've tried concating them along x with something like this:

mincconcat -concat_dimension xspace A.mnc B.mnc C.mnc

This comes back with an error:
"Don't use an image dimension as a loop dimension."

Is there a way to concat these images to make one image with
xspace:length=1500?

Thanks,
Andrew


More information about the MINC-users mailing list