Size: 4890
Comment:
|
Size: 4950
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Line 37: | Line 36: |
* webブラウザからサマリーページを見るには `http://k1sum0/~controls/yuzu/day/20181011/psl/guardian_pmc/` |
* webブラウザからサマリーページを見るには [[http://k1sum0/~controls/yuzu/day/20181011/psl/guardian_pmc/ | http://k1sum0/~controls/yuzu/day/20181011/psl/guardian_pmc/]] |
* 作業している計算機、実際に走らせる計算機は 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/
- 複数のサブグループを作るときは
まず --no-html でジョブを走らせる
その後ですべてのconfigurationファイルを-fして--html-onlyする - つまり以下のコマンドを走らせればいい
- /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 `
` date
/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のサブグループ用のサマリーページを作成する
- VIS関連のchannel
- - 移植する?
` cat data/latest_ch.txt | grep "VIS" | awk -F: 'BEGIN{i=0} {print i" = %(IFO)s:"$2".mean,m-trend timeseries"; i++}' > hoge.txt `
- groupを使うと、同じgroupのタブをまとめてくれる。これによってVISの種類で分類できる