mrcImageShrink

Usage

Usage: mrcImageShrink
Options:
    [-i[nput]            In                  (NULL      ).as(inFile              ) ] :Essential :InputDataFile
    [-o[utput]           Out                 (NULL      ).as(outFile             ) ] :Essential :OutputDataFile
    [-S[hrink]           S                   (2         ).as(Integer             ) ] :Optional  :Shrink(1/S)
    [-S[hrink]x          Sx                  (2         ).as(Integer             ) ] :Optional  :Shrink(1/S) for x axis.
    [-S[hrink]y          Sy                  (2         ).as(Integer             ) ] :Optional  :Shrink(1/S) for y axis.
    [-S[hrink]z          Sz                  (2         ).as(Integer             ) ] :Optional  :Shrink(1/S) for z axis.
    [-c[onfig]           configFile          (NULL      ).as(inFile              ) ] :Optional  :ConfigurationFile
    [-m[ode]             mode                (0         ).as(Integer             ) ] :Optional  :Mode
---- Note -----
If S = 2, N.x -> N.x/2 and Length.x -> 2*Length.x.
Image 0 0 1 1 -> Image 0   1 
      0 0 1 1                
      0 0 1 1          0   1 
      0 0 1 1                
Option S is stronger than option Sx, Sy, Sz