Differences between revisions 4 and 5
Revision 4 as of 2019-11-01 16:26:40
Size: 440
Editor: AyakaShoda
Comment:
Revision 5 as of 2019-11-01 16:28:56
Size: 648
Editor: AyakaShoda
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * If crashed, go to k1ctr7 and run from the command:
{{{{
> conda activate django-env
> cd /kagra/Dropbox/Personal/Shoda/src/AppTest/
> nohup python manage.py runserver 0.0.0.0:8000 > nohup.out &
}}}}

Noise Budgetter

Users manual

  • It plots DARM signal from K1:CAL-CS_PROC_DARM_DISPLACEMENT_DQ
  • If crashed, go to k1ctr7 and run from the command:

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

Manual

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/

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