「llDatarMaxLimit」の版間の差分

提供: Eospedia
移動: 案内検索
(ページの作成:「'''llDatarMaxLimit'''とはEosコマンドである。 == オプション一覧 == ===メインオプション=== <table border="1"> <tr> <th>オ...」)
 
行68: 行68:
  
  
===rMax Limit のアルゴリズム===
+
===アルゴリズム===
 
<pre>
 
<pre>
 
Default  
 
Default  

2013年11月19日 (火) 06:03時点における版

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


オプション一覧

メインオプション

オプション 必須項目/選択項目 説明 デフォルト
-i 必須 入力ファイル NULL
-o 必須 出力ファイル NULL
-r 選択 rMax [A] 100.0
-rMin 選択 rMaxMin [A] 100.0
-c 選択 コンフィグファイル設定 NULL
-m 選択 モードを設定 0
-h 選択 ヘルプを表示  

モードの詳細

モード 説明
0


アルゴリズム

Default 
     R < (|n|-2)/(2*PI*rMax): Intensity = 0; 
If -rMin option
     R < RR:    (|n|-2)/(2*PI*rMax)   : Intensity = 0.0; 
     R < RRMin: (|n|-2)/(2*PI*rMaxMin): Intensity = (R - RR)/(RRMin - RR)*Intensity; 

実行例