Differences between revisions 16 and 17
Revision 16 as of 2018-10-16 18:11:50
Size: 5342
Comment:
Revision 17 as of 2018-10-16 18:12:14
Size: 5344
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
* 作業している計算機、実際に走らせる計算機は {{{k1sum0}}}
* 以下の作業ディレクトリに最新のconfiguration fileを配置する
 * 作業している計算機、実際に走らせる計算機は {{{k1sum0}}}
 * 以下の作業ディレクトリに最新のconfiguration fileを配置する
  • 作業している計算機、実際に走らせる計算機は k1sum0

  • 以下の作業ディレクトリに最新のconfiguration fileを配置する

/home/controls/git/ligo-summary-pages/configurations/k1

* ガーディアンの設定を見るには

ssh -Y controls@k1ctr0
emacs -nw /opt/rtcds/userapps/release/psl/k1/guardian/FSS.py

* archiveオプションを使うと今の計算結果をHDF5形式で書き出してくれる。それを使うには-aオプションを追加すればいい。ファイルを書き出すのに追加の時間がかかることに注意。1GB以上のファイルができることもあるので、ファイルサイズにも注意

Archive options:
    Choose if, and how, to archive data from this run

    -a [FILE_TAG], --archive [FILE_TAG]
                        Read archived data from, and write processed data to,
                        an HDF archive file written with the FILE_TAG. If not
                        given, no archive will be used, if given with no file
                        tag, a default of 'GW_SUMMARY_ARCHIVE' will be used.
                        (default: False)

* gpsモードで走らせるときのコマンドメモ

/home/controls/opt/summary-2.7/bin/gw_summary gps 1223596818 1223597418 -a --nds --verbose --ifo K1 -f /home/controls/git/ligo-summary-pages/configurations/defaults.ini -f /home/controls/git/ligo-summary-pages/configurations/k1/k1vis.ini

* webブラウザからサマリーページを見るには http://k1sum0/~controls/yuzu/day/20181011/psl/guardian_pmc/

* 複数のサブグループを作るときは

  1. まず --no-html でジョブを走らせる

  2. その後ですべてのconfigurationファイルを-fして--html-onlyする

  3. つまり以下のコマンドを走らせればいい

    - /home/controls/public_html/yuzu/run.sh

/home/controls/opt/summary-2.7/bin/gw_summary gps 1223596818 1223597418 -a --nds --verbose --ifo K1 -f /home/controls/git/ligo-summa
ry-pages/configurations/defaults.ini -f /home/controls/git/ligo-summary-pages/configurations/k1/k1psl.ini --no-html

/home/controls/opt/summary-2.7/bin/gw_summary gps 1223596818 1223597418 -a --nds --verbose --ifo K1 -f /home/controls/git/ligo-summa
ry-pages/configurations/defaults.ini -f /home/controls/git/ligo-summary-pages/configurations/k1/k1imc.ini --no-html

/home/controls/opt/summary-2.7/bin/gw_summary gps 1223596818 1223597418 -a --nds --verbose --ifo K1 -f /home/controls/git/ligo-summa
ry-pages/configurations/defaults.ini -f /home/controls/git/ligo-summary-pages/configurations/k1/k1pem.ini --no-html

/home/controls/opt/summary-2.7/bin/gw_summary gps 1223596818 1223597418 -a --nds --verbose --ifo K1 -f /home/controls/git/ligo-summa
ry-pages/configurations/defaults.ini -f /home/controls/git/ligo-summary-pages/configurations/k1/k1psl.ini -f /home/controls/git/ligo
-summary-pages/configurations/k1/k1imc.ini -f /home/controls/git/ligo-summary-pages/configurations/k1/k1pem.ini --html-only

* GPSを指定するのではなくて、デイリーサマリーページを作る方法は次の通り

  • これを30分ごとに自動的にcrontabで走るようにしておくとグラフが自動的にできる。htmlファイルの置き場所は実行した場所なので注意

/home/controls/opt/summary-2.7/bin/gw_summary $DAY $PARA -a --nds --verbose --ifo K1 -f /home/controls/git/ligo-summary-pages/confiurations/defaults.ini -f /home/controls/git/ligo-summary-pages/configurations/k1/k1psl.ini --no-html

/home/controls/opt/summary-2.7/bin/gw_summary $DAY $PARA -a --nds --verbose --ifo K1 -f /home/controls/git/ligo-summary-pages/confiurations/defaults.ini -f /home/controls/git/ligo-summary-pages/configurations/k1/k1imc.ini --no-html

/home/controls/opt/summary-2.7/bin/gw_summary $DAY $PARA -a --nds --verbose --ifo K1 -f /home/controls/git/ligo-summary-pages/confiurations/defaults.ini -f /home/controls/git/ligo-summary-pages/configurations/k1/k1pem.ini --no-html

/home/controls/opt/summary-2.7/bin/gw_summary $DAY $PARA -a --nds --verbose --ifo K1 -f /home/controls/git/ligo-summary-pages/confiurations/defaults.ini -f /home/controls/git/ligo-summary-pages/configurations/k1/k1psl.ini -f /home/controls/git/ligo-summary-pages
configurations/k1/k1imc.ini -f /home/controls/git/ligo-summary-pages/configurations/k1/k1pem.ini --html-only

* 計算時間の測定をした

Tue Oct 16 11:21:24 JST 2018
Tue Oct 16 11:27:58 JST 2018    

* 6分!?!?!? * こんなに早い理由は、fullデータじゃなくてtrendデータを読んでいるから

* VISのconfiguration fileに今、譲原が見ているチャンネルをすべて追加した * groupを使うと、同じgroupのタブをまとめてくれる。これによってVISの種類で分類できる * VISのType別にgroupを設定するようにした

* 最終的にADC, PSL, IMC, VISのデイリーサマリーを30分ごとに走らせるようにcrontabで走らせるようにした

KAGRA/Subgroups/PEM/SummaryPage/memo_20181015_yuzu (last edited 2018-10-17 13:34:28 by HirotakaYuzurihara)