Averaging DEC images

Hi all,

Is there a way to create an average image of DEC images that has a dimension of XxYxZx3?

I tried this line but the output is XxYxZ.

mrcat ./DECs/*.mif - | mrmath -axis 3 - mean ./DECs_mean.mif

Have you tried this?

mrmath ./DECs/*.mif mean ./DECs_mean.mif
1 Like