引数 Argument |
与える値 Quantity to be given |
第1引数 1st argument |
入力ファイル名。 The input file name. 入力ファイルはタブ区切りのテキストファイルとし、 いずれか1つの列が\(z\)の値(深さまたは標高)を表すものとする。 全ての行で列数が等しく、 \(z\)について昇順または降順でなければならない (順番がばらばらであってはならない)。 The input file must be a text file separated by tabs, and either column of the file must represent the values of \(z\) (depths or altitudes). The number of columns must be consistent throughout all lines, and \(z\) values must be either ascending or descending order (i.e., a random order is not allowed). |
第2引数 2nd argument |
出力ファイル名。 The output file name. |
パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
z_column | 入力ファイルにおいて\(z\)の値が書かれている列番号(先頭を1とする)。 The column number (starting from 1) corresponding to the \(z\) values in the input file. |
入力ファイルの列数以下の自然数。 A natural number less than or equal to the number of columns of the input file. |
1 |
data_columns | 入力ファイルにおいて補間したいデータ(地下構造情報)が書かれている
列番号(先頭を1とする)のリスト。 A list of the column number (starting from 1) corresponding to the data (subsurface structural information) to be interpolated. |
入力ファイルの列数以下の自然数をカンマ(,)で区切って並べた文字列。 A string composed of natural numbers separated by commas (,); each natural number must be less than or equal to the number of columns of the input file. |
2 |
dz | 補間後の\(z\)の間隔\(\Delta z\)。 The interval of \(z\) after the interpolation (\(\Delta z\)). |
正の実数。 A positive real number. |
省略不可 Cannot be omitted |
zmin | 作成するデータの\(z\)の下限\(z_{min}\)。 The lower bound of \(z\) of the data to create (\(z_{min}\)). |
実数。
入力ファイルにおける\(z\)の最小値以上でなければならない。 A real number greater than or equal to the smallest value of \(z\) in the input file. |
入力ファイルにおける\(z\)の最小値以上の、
\(\Delta z\)の整数倍となる最小の値。 The minimum value of the integer multiples of \(\Delta z\) greater than or equal to the smallest value of \(z\) in the input file. |
zmax | 作成するデータの\(z\)の上限\(z_{max}\)。 The upper bound of \(z\) of the data to create (\(z_{max}\)). |
実数。
\(z_{min}\)よりも大きく、
かつ入力ファイルにおける\(z\)の最大値以下でなければならない。
更に、\(z_{max}-z_{min}\)が\(\Delta z\)で割り切れなければならない。 A real number greater than \(z_{min}\) and less than or equal to the largest value of \(z\) in the input file. In addition, \(z_{max}-z_{min}\) must be dividable by \(\Delta z\). |
入力ファイルにおける\(z\)の最大値以下の、
\(\Delta z\)の整数倍となる最大の値。 The maximum value of the integer multiples of \(\Delta z\) less than or equal to the largest value of \(z\) in the input file. |
0.1[TAB]1.2[TAB]2.3[TAB]2.4[TAB]-12.0 0.2[TAB]3.4[TAB]4.5[TAB]6.8[TAB]-34.0 0.3[TAB]5.6[TAB]6.7[TAB]11.2[TAB]-56.0 0.4[TAB]7.8[TAB]8.9[TAB]15.6[TAB]-78.0 0.5[TAB]9.0[TAB]0.1[TAB]18.0[TAB]-90.0 |
2.0[TAB]4.0[TAB]-20.0 3.0[TAB]6.0[TAB]-30.0 4.0[TAB]8.0[TAB]-40.0 5.0[TAB]10.0[TAB]-50.0 6.0[TAB]12.0[TAB]-60.0 7.0[TAB]14.0[TAB]-70.0 8.0[TAB]16.0[TAB]-80.0 9.0[TAB]18.0[TAB]-90.0 |