Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2022-08-04 18:37:47
Size: 166
Comment:
Revision 3 as of 2022-08-04 18:46:10
Size: 915
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:

 || '''''Name of script''''' || '''''Location''''' || '''''Arguments ''''' || '''''What it does ''''' || '''''Docker container name ''''' ||
 || [[https://git.ligo.org/40m/scripts/-/blob/main/MC/autolockMC.py| autolockMC.py]] || {{{ /opt/rtcds/caltech/c1/Git/40m/scripts/MC/ }}} || Uses configuration file [[https://git.ligo.org/40m/scripts/-/blob/main/MC/ALConfigMC.yml|ALConfigMC.yml]]|| Keeps IMC locked. || scripts_AL_MC_1 ||
 || [[https://git.ligo.org/40m/scripts/-/blob/main/PSL/PMC/autolockPMC.py| autolockPMC.py]] || {{{ /opt/rtcds/caltech/c1/Git/40m/scripts/PSL/PMC/ }}} || Uses configuration file [[https://git.ligo.org/40m/scripts/-/blob/main/PSL/PMC/ALConfigPMC.yml|ALConfigPMC.yml]]|| Keeps PMC locked. || scripts_AL_PMC_1 ||

Always Running Scripts

On Optimus through docker

On the computer optimus mounted at 1X4, following scripts run inside docker containers perpetually:

  • ||

    Name of script || Location || Arguments || What it does || Docker container name ||

    autolockMC.py

     /opt/rtcds/caltech/c1/Git/40m/scripts/MC/ 

    Uses configuration file ALConfigMC.yml

    Keeps IMC locked.

    scripts_AL_MC_1

    autolockPMC.py

     /opt/rtcds/caltech/c1/Git/40m/scripts/PSL/PMC/ 

    Uses configuration file ALConfigPMC.yml

    Keeps PMC locked.

    scripts_AL_PMC_1

Computers_andScripts/AlwaysRunningScripts (last edited 2022-11-18 00:59:19 by AnchalguptaATligoDOTorg)