Fermilab Test Beam Run » History » Version 2
David Flay, 01/16/2021 10:41 PM
| 1 | 1 | David Flay | h1. Fermilab Test Beam Run |
|---|---|---|---|
| 2 | |||
| 3 | h2. VNC Connection Information (for Remote Shifts) |
||
| 4 | |||
| 5 | 2 | David Flay | * Using terminal, ssh into login and then the computer that has the VNC server on it |
| 6 | ssh -L 5901:localhost:XXXX janedoe@fnalu.fnal.gov |
||
| 7 | Replace XXXX with a port number of your choice (avoid 22). Log in using JLab CUE credentials |
||
| 8 | |||
| 9 | * In the same session, ssh to the computer: |
||
| 10 | ssh -L XXXX:localhost:5901 a-compton@clrlpc.dhcp.fnal.gov |
||
| 11 | Log in using JLab CUE credentials for user a-compton. |
||
| 12 | |||
| 13 | * On your machine, run the VNC application. When prompted for the VNC Server, use: localhost:5901 |
||
| 14 | Encryption: Let VNC Server choose |
||
| 15 | Enter password set up on the VNC server |
||
| 16 | Log in using JLab credentials |
||
| 17 | |||
| 18 | 1 | David Flay | h2. How to make beam position plots using the MWPC data |
| 19 | |||
| 20 | The MWPC folder is located at: /home/a-compton/MWPC/ |
||
| 21 | Raw data at: /home/a-compton/MWPC/data |
||
| 22 | decoder at: /home/a-compton/MWPC/analysis/basic |
||
| 23 | |||
| 24 | A script to run decoder and make one figure of beam position is available here: |
||
| 25 | |||
| 26 | /home/a-compton/MWPC/analysis/basic/wcsolid.csh |
||
| 27 | |||
| 28 | You can run this script at any folder. |