arrhenius_plot_argparse 実行例

help出力 arrhenius_plot_argparse.py --help

time at startup: 26/05/07 11:41:53
usage: arrhenius_plot_argparse.py [-h] [--infile INFILE] [--model MODEL]
                                  [--Tlabel TLABEL] [--Plabel PLABEL]
                                  [--Ttype {T(K),T(C),1/T,1000/T}]
                                  [--Ptype {P,log10(P),log_e(P)}]
                                  [--xmin XMIN] [--xmax XMAX] [--Tmin TMIN]
                                  [--Tmax TMAX] [--Tcalmin TCALMIN]
                                  [--Tcalmax TCALMAX] [--ncal NCAL]
                                  [--xlsm_template XLSM_TEMPLATE]
                                  [--plot_ci PLOT_CI]
                                  [--plot_sigma_param PLOT_SIGMA_PARAM]
                                  [--plot_sigma_pred PLOT_SIGMA_PRED]
                                  [--plot_sigma_combined PLOT_SIGMA_COMBINED]
                                  [--figsize FIGSIZE FIGSIZE]
                                  [--fontsize FONTSIZE]
                                  [--fontsize_legend FONTSIZE_LEGEND]
                                  [--pause | --no-pause]

Arrhenius plot と多項式フィット

options:
  -h, --help            show this help message and exit
  --infile INFILE       Input file
  --model MODEL         モデル選択
  --Tlabel TLABEL       T関連データ列ラベル
  --Plabel PLABEL       P関連データ列ラベル
  --Ttype {T(K),T(C),1/T,1000/T}
                        Tデータ変換方法
  --Ptype {P,log10(P),log_e(P)}
                        Pデータ変換方法
  --xmin XMIN           フィットする x の下限
  --xmax XMAX           フィットする x の上限
  --Tmin TMIN           フィットする T の下限
  --Tmax TMAX           フィットする T の上限
  --Tcalmin TCALMIN     計算用する の下限('*' で自動)
  --Tcalmax TCALMAX     計算用する の上限('*' で自動)
  --ncal NCAL           Number of points in xcal grid
  --xlsm_template XLSM_TEMPLATE
                        Excel template path
  --plot_ci PLOT_CI     Plot confidence interval
  --plot_sigma_param PLOT_SIGMA_PARAM
                        Plot parameter uncertainty band
  --plot_sigma_pred PLOT_SIGMA_PRED
                        Plot prediction uncertainty band
  --plot_sigma_combined PLOT_SIGMA_COMBINED
                        Plot combined uncertainty band
  --figsize FIGSIZE FIGSIZE
                        プロット figsize, 例: --figsize 8 8
  --fontsize FONTSIZE   Font size for plots
  --fontsize_legend FONTSIZE_LEGEND
                        Legend font size
  --pause               Pause on terminate
  --no-pause            Do not pause on terminate


生成されたデータファイル

(データファイルが見つかりませんでした)

生成された画像一覧

(画像ファイルが見つかりませんでした)