Size: 2471
Comment:
|
Size: 3832
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
* https://gwdet.icrr.u-tokyo.ac.jp/~controls/summary/today/ | |
Line 6: | Line 7: |
== How to update == | |
Line 7: | Line 9: |
== Trouble shooting == | === How to test your updated ini files. === * Login to k1sum0. * Check on the test directory or your personal directory that your ini file is working well or not before applying your update. {{{ k1sum0> cd /home/controls/public_html/test-summary ### Edit configuration file }}} * Activate conda environment {{{ k1sum0> conda activate ligo-summary-3.7 (ligo-summary-3.7) k1sum0> }}} * Set the name of configuration file to run_test.sh script {{{ ### Modify the following line of run_test.sh INIFILE='k1global.ini,your_ini_file.ini' }}} * Execute the script {{{ (ligo-summary-3.7) k1sum0> ./run_test.sh }}} * When your ini file is working well, you can see the message "All done. Thank you." on the console, and see the result on [[http://k1sum0/~controls/test-summary/summary1/]] === How to add a new ini file or apply your update. === * Check your ini file is working well! * Before you upload ini file, please contact to DetChar group. * Put your ini file in `${HOME}/etc/summary/configurations/k1/` {{{ k1sum0> cd /home/controls/public_html/test-summary k1sum0> cp -i k1foo.ini /home/controls/etc/summary/configurations/k1/ }}} == Q&A == |
Line 15: | Line 49: |
*'''How to test your updated ini files.''' * Check on your personal directory that your ini file is working well or not before applying your update. {{{ k1sum0> cd /somewhere/your/directory/ k1sum0> cp ${HOME}/etc/summary/configurations/k1/k1foo.ini /somewhere/your/directory/ |
* The error {{{gw_summary: error: unrecognized arguments: k1vis-guardian.ini,/home/controls/etc/summary/configurations/defaults.ini}}} occurred in the test. * In `run_test.sh`, there is unexpected space between the ini files, such as {{{INIFILE='k1global.ini,k1vis.ini, k1vis-guardian.ini'}}} |
Line 21: | Line 52: |
### After edit k1sum0> ~/bin/test.sh k1foo.ini }}} * When your ini file is working well, you can see the message "All done. Thank you." on the console, and see the result on ''ttp://k1sum0/~controls/test/k1foo.ini/'' * Clean the test directory after you finish the check. {{{ k1sum0> ~/bin/test.sh k1foo.ini clean }}} *'''How to add a new ini file or apply your update.''' * Check your ini file is working well! * Put your ini file in `${HOME}/etc/summary/configurations/k1/` {{{ k1sum0> cd /somewhere/your/directory/ k1sum0> cp -i k1foo.ini ${HOME}/etc/summary/configurations/k1/ }}} |
* Ther error {{{ValueError: no Fr{Adc,Proc,Sim}Data structures with the name K1:VIS-ETMX_MN_DAMP_L_IN1_DQ}}}. * The channel is included in full frame and minutes trend frame, but ./run.sh fail. * The channel needs to be included in science frame. Edit the real time model. * Note that * frametype = K1_C will read the full frame * frametype = K1_R will read the science frame * frametype = K1_M will read the minutes trend frame * frametype = K1_T will read the second frame * Can I use the '''and''' in the definition of state? * please check the '''l1lsc.ini''' {{{ [state-Arms] name = Arms locked key = Arms definition = %(IFO)s:DMT-XARM_LOCK:1&%(IFO)s:DMT-YARM_LOCK:1 }}} |
Line 56: | Line 90: |
[[https://ldas-jobs.ligo.caltech.edu/~duncan.macleod/gwsumm/latest/|Documentation of the SummaryPage]] (not accessible for KAGRA yet.) | [[https://ldas-jobs.ligo.caltech.edu/~duncan.macleod/gwsumm/latest/|Documentation of the SummaryPage]] (required LIGO DCC account) |
LIGO SummaryPage
- Access from CDS network
How to update
How to test your updated ini files.
- Login to k1sum0.
- Check on the test directory or your personal directory that your ini file is working well or not before applying your update.
k1sum0> cd /home/controls/public_html/test-summary ### Edit configuration file
- Activate conda environment
k1sum0> conda activate ligo-summary-3.7 (ligo-summary-3.7) k1sum0>
- Set the name of configuration file to run_test.sh script
### Modify the following line of run_test.sh INIFILE='k1global.ini,your_ini_file.ini'
- Execute the script
(ligo-summary-3.7) k1sum0> ./run_test.sh
When your ini file is working well, you can see the message "All done. Thank you." on the console, and see the result on http://k1sum0/~controls/test-summary/summary1/
How to add a new ini file or apply your update.
- Check your ini file is working well!
Before you upload ini file, please contact to DetChar group.
Put your ini file in ${HOME}/etc/summary/configurations/k1/
k1sum0> cd /home/controls/public_html/test-summary k1sum0> cp -i k1foo.ini /home/controls/etc/summary/configurations/k1/
Q&A
All pages are not updated in automatically.
- Please contact TY.
A part of the tabs are not updated in automatically.
- Please fix your ini files.
The error gw_summary: error: unrecognized arguments: k1vis-guardian.ini,/home/controls/etc/summary/configurations/defaults.ini occurred in the test.
In run_test.sh, there is unexpected space between the ini files, such as INIFILE='k1global.ini,k1vis.ini, k1vis-guardian.ini'
Ther error ValueError: no Fr{Adc,Proc,Sim}Data structures with the name K1:VIS-ETMX_MN_DAMP_L_IN1_DQ.
- The channel is included in full frame and minutes trend frame, but ./run.sh fail.
- The channel needs to be included in science frame. Edit the real time model.
- Note that
- frametype = K1_C will read the full frame
- frametype = K1_R will read the science frame
- frametype = K1_M will read the minutes trend frame
- frametype = K1_T will read the second frame
Can I use the and in the definition of state?
please check the l1lsc.ini
[state-Arms] name = Arms locked key = Arms definition = %(IFO)s:DMT-XARM_LOCK:1&%(IFO)s:DMT-YARM_LOCK:1
Working logs
Work log (yuzurihara) 20181015-16
Work log (yuzurihara) 20181017
Links
Summary Pages
Outline of the SummaryPage (required LIGO DCC account)
Documentation of the SummaryPage (required LIGO DCC account)