Differences between revisions 2 and 10 (spanning 8 versions)
Revision 2 as of 2019-11-01 15:13:27
Size: 371
Editor: AyakaShoda
Comment:
Revision 10 as of 2020-03-16 14:56:58
Size: 1123
Editor: AyakaShoda
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * It plots DARM displacement signal from K1:CAL-CS_PROC_DARM_DISPLACEMENT_DQ, i.e. it plots PROC_DARM*(dewhitening filter).
 * If crashed, go to k1ctr7 and run from a button on the medm screen or commands below:
Button:
{{attachment:NBstart.png|text describing image|width=100}}

Commands:
{{{{
> ssh k1ctr7
> conda activate django-env
> cd /kagra/Dropbox/Personal/Shoda/src/AppTest/
> nohup python manage.py runserver 0.0.0.0:8000 > nohup.out &
}}}}
Line 7: Line 19:
=== Hints ===
 * If you cannot observe any update on the plot even after you click the 'plot' button, please wait a moment and reload the top page (click the top left icon labeled 'NoiseBudgetter').
Line 10: Line 24:
* Currently running from k1ctr7 (because k1ctr7 has the vertual environment.)
* The server is running in the environment 'django-env.'
* The scripts are in /kagra/Dropbox/Personal/Shoda/src/AppTest/
 * Currently running from k1ctr7 (because k1ctr7 has the vertual environment.)
 * The server is running in the environment 'django-env.'
 * The scripts are in /kagra/Dropbox/Personal/Shoda/src/AppTest/

== What's new ==
 * Sum of the all noise will be plotted together. (2019/11/12)

Noise Budgetter

Users manual

  • It plots DARM displacement signal from K1:CAL-CS_PROC_DARM_DISPLACEMENT_DQ, i.e. it plots PROC_DARM*(dewhitening filter).
  • If crashed, go to k1ctr7 and run from a button on the medm screen or commands below:

Button: text describing image

Commands:

> ssh k1ctr7
> conda activate django-env
> cd /kagra/Dropbox/Personal/Shoda/src/AppTest/
> nohup python manage.py runserver 0.0.0.0:8000 > nohup.out &

Manual

Hints

  • If you cannot observe any update on the plot even after you click the 'plot' button, please wait a moment and reload the top page (click the top left icon labeled 'NoiseBudgetter').

Developers' manual

  • Currently running from k1ctr7 (because k1ctr7 has the vertual environment.)
  • The server is running in the environment 'django-env.'
  • The scripts are in /kagra/Dropbox/Personal/Shoda/src/AppTest/

What's new

  • Sum of the all noise will be plotted together. (2019/11/12)

KAGRA/Commissioning/NoiseBudgetter (last edited 2022-02-25 19:11:48 by HirotakaYuzurihara)