「mrcImagePrint」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「'''mrcImagePrint'''とはEosコマンドである。 == オプション一覧 == ===メインオプション=== <table border="1"> <tr> <th>オプ...」)
 
行150: 行150:
 
</tr>  
 
</tr>  
 
<tr>  
 
<tr>  
<td>-</td>  
+
<td>-LineColourRGB</td>  
 
<td>選択</td>  
 
<td>選択</td>  
 +
<td>Contour Color Mode: RGB:(LineRed, LineGreen, LineBlue)</td>
 +
<td>(0, 0, 0)</td>
 +
</tr>
 +
<tr>
 +
<td>-LineColourRGBGradient</td>
 +
<td>選択</td>
 +
<td>Contour Color GradientMode: RGB:(LineRedFirst, LineGreenFirst, LineBlueFirst, LineRedLast, LineGreenLast, LineBlueLast)</td>
 +
<td>(0, 0, 0, 0, 0, 0)</td>
 +
</tr>
 +
<tr>
 +
<td>-LineColourHSB</td>
 +
<td>選択</td>
 +
<td>Contour Color Mode: HSB:(LineHue, LineSaturation, LineBrightness)</td>
 +
<td>(0, 0, 0)</td>
 +
</tr>
 +
<tr>
 +
<td>-LineColourHSBGradient</td>
 +
<td>選択</td>
 +
<td>Contour Color GradientMode: HSB:(LineHueFirst, LineSaturationFirst, LineBrightnessFirst, LineHueLast, LineSaturationLast, LineBrightnessLast)</td>
 +
<td>(0, 0, 0, 0, 0, 0)</td>
 +
</tr>
 +
<tr>
 +
<td>-LineChange</td>
 +
<td>選択</td>
 +
<td>Contour Color Change</td>
 +
<td>0.1</td>
 +
</tr>
 +
<tr>
 +
<td>-LineWidthStart</td>
 +
<td>選択</td>
 +
<td>Contour Line Width Start</td>
 +
<td>0.1</td>
 +
</tr>
 +
<tr>
 +
<td>-LineWidthStep</td>
 +
<td>選択</td>
 +
<td>Contour Line Width Step</td>
 +
<td>0.05</td>
 +
</tr>
 +
<tr>
 +
<td>-ReverseOrder</td>
 +
<td>選択</td>
 +
<td>Reverse Print Order</td>
 
<td></td>  
 
<td></td>  
 +
</tr>
 +
<tr>
 +
<td>-Untwist</td>
 +
<td>選択</td>
 +
<td>Untwist Angle [degree/A], example: (-13,28) = 0.4709576</td>
 +
<td>0.0</td>
 +
</tr>
 +
<tr>
 +
<td>-UpsideDown</td>
 +
<td>選択</td>
 +
<td>Upside Down</td>
 
<td></td>  
 
<td></td>  
 +
</tr>
 +
<tr>
 +
<td>-Centre</td>
 +
<td>選択</td>
 +
<td>Image Centre is at the centre of paper.</td>
 +
<td></td>
 +
</tr>
 +
<tr>
 +
<td>-CircleRadius</td>
 +
<td>選択</td>
 +
<td>Radius of circles in the case of imageCircles</td>
 +
<td>0.5</td>
 
</tr>  
 
</tr>  
 
<tr>  
 
<tr>  

2013年11月6日 (水) 06:15時点における版

mrcImagePrintとはEosコマンドである。


オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-i 必須 入力ファイル: mrcImage NULL
-o 選択 出力ファイル: テキスト stdout
-H 選択 High Threshold 0.0
-L 選択 Low Threshold 1.0
-Section 選択 [z|x|y]Section z
-x 選択 x section:(xMin, xMax) (0, 0)
-y 選択 y section:(yMin, yMax) (0, 0)
-z 選択 z section:(zMin, zMax) (0, 0)
-S 選択 Scale(Centre is Bottom Left): -S 1 := 1 mm/pixel 1.0
-AS 選択 Scale(Centre is Bottom Left): -AS 1 := 1 mm/A (Real) or 1 mm/A-1 (Fourier Space) 1.0
-E 選択 Enlargement(image center is center) 1.0
-center 選択 Center of a printed image(in case of FT or N.x/2.0 in case of Image):(cx, cy) (0.0, 0.0)
-C 選択 ContourLevel 1.0
-I 選択 Black is High Density
-A 選択 HighThres=Mean-SD, LowThres=Mean+SD
-AC 選択 Auto Contour(thresHigh <-> mean) 10
-PC 選択 Peak Contour(thresHigh <-> (mean+thresHigh)/2 10
-AC2 選択 Auto Contour2(thresHigh <-> thresLow) 10
-Y 選択 Y-axis expanding 1
-RGB 選択 Contour Color Mode: RGB:(Red, Green, Blue) (0, 0, 0)
-RGBGradient 選択 Contour Color GradientMode: RGB:(RedFirst, GreenFirst, BlueFirst, RedLast, GreenLast, BlueLast) (0, 0, 0, 0, 0, 0)
-HSB 選択 Contour Color Mode: HSB:(Hue, Saturation, Brightness) (0, 0, 0)
-HSBGradient 選択 Contour Color GradientMode: HSB:(HueFirst, SaturationFirst, BrightnessFirst, HueLast, SaturationLast, BrightnessLast) (0, 0, 0, 0, 0, 0)
-LineColourRGB 選択 Contour Color Mode: RGB:(LineRed, LineGreen, LineBlue) (0, 0, 0)
-LineColourRGBGradient 選択 Contour Color GradientMode: RGB:(LineRedFirst, LineGreenFirst, LineBlueFirst, LineRedLast, LineGreenLast, LineBlueLast) (0, 0, 0, 0, 0, 0)
-LineColourHSB 選択 Contour Color Mode: HSB:(LineHue, LineSaturation, LineBrightness) (0, 0, 0)
-LineColourHSBGradient 選択 Contour Color GradientMode: HSB:(LineHueFirst, LineSaturationFirst, LineBrightnessFirst, LineHueLast, LineSaturationLast, LineBrightnessLast) (0, 0, 0, 0, 0, 0)
-LineChange 選択 Contour Color Change 0.1
-LineWidthStart 選択 Contour Line Width Start 0.1
-LineWidthStep 選択 Contour Line Width Step 0.05
-ReverseOrder 選択 Reverse Print Order
-Untwist 選択 Untwist Angle [degree/A], example: (-13,28) = 0.4709576 0.0
-UpsideDown 選択 Upside Down
-Centre 選択 Image Centre is at the centre of paper.
-CircleRadius 選択 Radius of circles in the case of imageCircles 0.5
-c 選択 コンフィグファイル設定 NULL
-m 選択 モードを設定 0
-h 選択 ヘルプを表示  

モードの詳細

モード 説明
0


実行例