mrcImagePrint

Usage

Usage: mrcImagePrint
Options:
    [-i[nput]            In                  (NULL      )] :Essential :InputImageFile
    [-o[utput]           Out                 (stdout    )] :Optional  :OutputImageFile
    [-H[ighThreshold]    thresHigh           (0.0       )] :Optional  :High Threshold
    [-L[owThreshold]     thresLow            (1.0       )] :Optional  :Low Threshold
    [-Section            section             (z         )] :Optional  :[z|x|y]Section: Def: z-section
    [-x[Section]         xMin                (0         )xMax                (0         )] :Optional  :x section
    [-y[Section]         yMin                (0         )yMax                (0         )] :Optional  :y section
    [-z[Section]         zMin                (0         )zMax                (0         )] :Optional  :z section
    [-S[cale]            Scale               (1.0       )] :Optional  :Scale(Centre is Bottom Left): -S 1 := 1 mm/pixel
    [-A[bsolute]S[cale]  AbScale             (1.0       )] :Optional  :Scale(Centre is Bottom Left): -AS 1 := 1 mm/A (Real) or 1 mm/A-1 (Fourier Space)
    [-E[nlarge]          Enlarge             (1.0       )] :Optional  :Enlargement(image center is center)
    [-center             cx                  (0.0/* in case of FT or N.x/2.0 in case of Image*/)cy                  (0.0/* in case of FT or N.y/2.0 in case of Image */)] :Optional  :Center of a printed image
    [-C[ontour]          contourLevel        (1.0       )... ] :Variable  :ContourLevel
    [-I[nverse]          ] :Optional  :Black is High Density.
    [-A[uto]             ] :Optional  :HighThres=Mean-SD, LowThres=Mean+SD
    [-AC[ontour]         AutoContour         (10        )] :Optional  :Auto Contour(thresHigh <-> mean)
    [-PC[ontour]         PeakContour         (10        )] :Optional  :Peak Contour(thresHigh <-> (mean+thresHigh)/2
    [-AC[ontour]2        AutoContour2        (10        )] :Optional  :Auto Contour2(thresHigh <-> thresLow)
    [-Y[expand]          Yexpand             (1         )] :Optional  :Y-axis expanding
    [-RGB                Red                 (0         )Green               (0         )Blue                (0         )] :Optional  :Contour Color Mode: RGB
    [-RGBGradient        RedFirst            (0         )GreenFirst          (0         )BlueFirst           (0         )RedLast             (0         )GreenLast           (0         )BlueLast            (0         )] :Optional  :Contour Color GradientMode: RGB
    [-HSB                Hue                 (0         )Saturation          (0         )Brightness          (0         )] :Optional  :Contour Color Mode: HSB
    [-HSBGradient        HueFirst            (0         )SaturationFirst     (0         )BrightnessFirst     (0         )HueLast             (0         )SaturationLast      (0         )BrightnessLast      (0         )] :Optional  :Contour Color GradientMode: HSB
    [-LineColourRGB      LineRed             (0         )LineGreen           (0         )LineBlue            (0         )] :Optional  :Contour Color Mode: RGB
    [-LineColourRGBGradientLineRedFirst        (0         )LineGreenFirst      (0         )LineBlueFirst       (0         )LineRedLast         (0         )LineGreenLast       (0         )LineBlueLast        (0         )] :Optional  :Contour Color GradientMode: RGB
    [-LineColourHSB      LineHue             (0         )LineSaturation      (0         )LineBrightness      (0         )] :Optional  :Contour Color Mode: HSB
    [-LineColourHSBGradientLineHueFirst        (0         )LineSaturationFirst (0         )LineBrightnessFirst (0         )LineHueLast         (0         )LineSaturationLast  (0         )LineBrightnessLast  (0         )] :Optional  :Contour Color GradientMode: HSB
    [-LineChange         LineColorChange     (0.1       )] :Optional  :Contour Color Change
    [-LineWidthStart     LineWidthStart      (0.1       )] :Optional  :Contour Line Width Step
    [-LineWidthStep      LineWidthStep       (0.05      )] :Optional  :Contour Line Width Step
    [-ReverseOrder       ] :Optional  :Reverse Print Order
    [-Untwist            untwist             (0.0       )] :Optional  :Untwist Angle [degree/A], example: (-13,28) = 0.4709576
    [-UpsideDown         ] :Optional  :Upside Down
    [-Centre             ] :Optional  :Image Centre is at the centre of paper.
    [-CircleRadius       CircleRadius        (0.5       )] :Optional  :Radius of circles in the case of imageCircles
    [-m[ode]             mode                (49        )] :Optional  :Mode
----- mode -----
		     1: ImageDensity
		     2: Contour(DiffrentLineWidth)
		     4: Contour(SameLineWidth)
		     8: BlackCircles
		    16: Scale
		    32: Centre Mark
		16777216: Amplitude by AsciiFile
		33554432: Log of Amplitude by AsciiFile
		67108864: Phase by AsciiFile
----- Attention !! -----
				-C  option is stronger than -AC and -PC
				-PC option is stronger than -AC
					-AC: (i+1)*(max-maen)  /(AC+1) + mean 
					-PC: (i  )*(max+mean)/2)/AC     + (max+mean)/2
----- Attention 2!! -----
				-AS option is stronger than -S option
				The default value of -AS option is ignored.
				The default value of -S option is used.
				Both options are applied to y-axis.