generalサブパッケージ マニュアル

(The documentation of general sub package)

Last Update: 2024/2/1


generalサブパッケージには 一般的なデータ解析を行うプログラム が格納されている。 このサブパッケージ内のプログラムを以下に示す。 各プログラム(コマンド)の詳細はリンクをクリックして参照のこと。
Programs to perform general data analysis are included in general sub package. Programs in this sub package are listed below. For details of individual programs (commands), click the links.

プログラム(コマンド)名
Program (command) name
機能・用途
Purpose
getdata_on_2D_plane 3変数以上に依存するデータセットを元に 2次元断面上のデータを取得する。
Obtain data on a 2-D plane from a dataset that depends on 3 or more variables.
get_increment 一定間隔で刻まれたデータにおける刻み間隔を取得する。
Obtain the increment of a data that has a constant interval.
linear_fit データを直線でフィットする。
Fit data by a straight line.
spc2tab スペースで区切られたテキストファイルをタブ区切りに変換する。 連続する複数のスペースも1つのタブに置き換える。
Convert a text file separated by spaces to that separated by tabs. Consecutive spaces are replaced by a single tab.
display_binary バイナリファイルの中身を「0」と「1」から文字列として表示する。
Display the content of a binary file as a string composed of “0” and “1”.
look_binary_file バイナリファイルの中身を表示する。
Display the contents of a binary file.
make_arrow_data グラフ上にプロットするための矢印の座標を表すテキストデータを作成する。
Create a text data that represents the coordinates of an arrow that is to be plotted on a graph.
make_circle_data グラフ上にプロットするための円の座標を表すテキストデータを作成する。
Create a text data that represents the coordinates of a circle that is to be plotted on a graph.
make_ellipsoid_data グラフ上にプロットするための楕円の座標を表すテキストデータを作成する。
Create a text data that represents the coordinates of an ellipsoid that is to be plotted on a graph.
make_cylinder_data 円筒の立体模型の2次元平面への投影を表すテキストデータ (グラフのプロット用)を作成する。
Create a text data that represents the coordinates of a 2-D projection of a 3-D cylinder for plotting a graph.
triangle_outerCircle 2次元平面上の三角形の外接円を求める。
Determine the circumscribed circle of a given triangle on a 2-D plane.
IAPWS95 IAPWS-95に基づいてH\(_2\)Oの物性値を計算する。
Compute a physical property of H\(_2\)O based on IAPWS-95.