Skip to content

データ読み込み時に分析条件を自前のcsvファイルから読み込む

atusy edited this page Jan 7, 2019 · 10 revisions

点分析データを読み込む

点分析に必要な以下のファイルの内,.cnd/elemw.cnd は機種依存で存在しない場合や書式が異なる場合がある (参考).

  • .qnt/
    • .cnd/elemw.cnd
    • bgm.qnt
    • bgp.qnt
    • elem.qnt
    • elint.qnt
    • mes.qnt
    • net.qnt
    • peak.qnt
    • stg.qnt
    • wt.qnt

そのような場合,以下のように分析条件を表形式に纏めた csv ファイルを用意しておくとよい. Oxide は上から順に 1ルーチン目の1ch, 2ch, 3ch, ...; 2ルーチン目の1ch, 2ch, 3ch, ...といった順にすること.

Oxide Element Bg+ [mm] Bg- [mm] Peak [sec] Bg [sec]
SiO2 Si 1 1 10 5
MgO Mg 1 1 10 5

csv ファイルを例えば "conditions_qnt.csv" として保存しておくと,以下のコマンドにより,.cnd/elemw.cnd の機種依存性を回避した上で,点分析データを読み込むことができる.

read_qnt(wd = ".qnt", conditions = "conditions_qnt.csv")

面分析データを読み込む

以下のような表を csv 形式で作成する.

Element File path Instrument Dwell [msec] Probe current [A] Start X [mm] Start Y [mm] Step size [um] Steps X Steps Y dead time [ns]
Si .map/1/1_map.txt JXA-DUMMY 100 1e-07 0 0 5 100 100 0
Mg .map/1/2_map.txt