Fermilab Test Beam Run » History » Version 8
David Flay, 01/18/2021 03:09 PM
1 | 1 | David Flay | h1. Fermilab Test Beam Run |
---|---|---|---|
2 | |||
3 | 4 | David Flay | h2. Shifter Roles |
4 | |||
5 | * Leader: Communicate with MCR regarding desired beam energy and other relevant details. Manage the DAQ (start and stop runs) |
||
6 | * Remote: Keep a shift log of actives during the shift. Decode runs as they are completed. Post a shift summary logbook entry at the conclusion of your shift. |
||
7 | |||
8 | 1 | David Flay | h2. VNC Connection Information (for Remote Shifts) |
9 | |||
10 | 2 | David Flay | * Using terminal, ssh into login and then the computer that has the VNC server on it |
11 | 3 | David Flay | ssh -L 5901:localhost:XXXX @janedoe@fnalu.fnal.gov@ |
12 | 2 | David Flay | Replace XXXX with a port number of your choice (avoid 22). Log in using JLab CUE credentials |
13 | |||
14 | * In the same session, ssh to the computer: |
||
15 | 3 | David Flay | ssh -L XXXX:localhost:5901 @a-compton@clrlpc.dhcp.fnal.gov@ |
16 | 2 | David Flay | Log in using JLab CUE credentials for user a-compton. |
17 | |||
18 | * On your machine, run the VNC application. When prompted for the VNC Server, use: localhost:5901 |
||
19 | Encryption: Let VNC Server choose |
||
20 | Enter password set up on the VNC server |
||
21 | Log in using JLab credentials |
||
22 | |||
23 | 1 | David Flay | h2. How to make beam position plots using the MWPC data |
24 | |||
25 | The MWPC folder is located at: /home/a-compton/MWPC/ |
||
26 | Raw data at: /home/a-compton/MWPC/data |
||
27 | decoder at: /home/a-compton/MWPC/analysis/basic |
||
28 | |||
29 | A script to run decoder and make one figure of beam position is available here: |
||
30 | |||
31 | /home/a-compton/MWPC/analysis/basic/wcsolid.csh |
||
32 | |||
33 | You can run this script at any folder. |