Difference between revisions of "MainPage:Nuclear:NPS:PWO:LightYield"
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
## When the terminal prompts that the scan will start in 10 seconds, switch to the DAQ computer and start coda USING:<br>Option -> Enable Auto Mode | ## When the terminal prompts that the scan will start in 10 seconds, switch to the DAQ computer and start coda USING:<br>Option -> Enable Auto Mode | ||
# Converting data | # Converting data | ||
− | ## In a terminal at DAQ computer, convert the files created | + | ## In a terminal at DAQ computer, convert the files created:<br>./convertRange.sh 2000 2010<br>(Enter password when prompted to transfer data to Control computer) |
## In a terminal at Control computer, unzip the transferred file:<br>cd data<br>unzip 2000.zip | ## In a terminal at Control computer, unzip the transferred file:<br>cd data<br>unzip 2000.zip | ||
− | ## Convert the data to ROOT | + | ## Convert the data to ROOT:<br>./convertRangeHex.sh 2000 2010<br> |
# Analyze data (important to keep consistency, so we can inter-compare crystals): | # Analyze data (important to keep consistency, so we can inter-compare crystals): | ||
## Fit the peaks with root (supposing you used the ADC channel 1, otherwise adjust): | ## Fit the peaks with root (supposing you used the ADC channel 1, otherwise adjust): |
Revision as of 14:50, 3 December 2015
⇐ Back to Neutral Particle Spectrometer |
⇐ Back to the Main_Page |
Instructions to scan LY
(THIS IS A PRELIMINARY VERSION ONLY)
- Set the freezer temperature (controller fixed on the wall, on the side of the freezer):
- Hold the button SET for 3 seconds
- Change the temperature by pressing up/down buttons
- Hold the button SET for 3 seconds to save the new temperature
- Wait more than 5 hours (?) to stabilize temperature (keep HV on at all time to stabilize PMT also)
- Keep one terminal always logging the temperature in the Control computer:
cd thermometer
./MlogT - Check temperature at Control computer:
cd thermometer
./MplotT
(Ctrl+c to stop the script)
- Prepare electronics:
- On the NIM module N1470, turn on the trigger (ch0) and the signal (ch2) HV. It is set to keep -760V (trigger PMT) and -2300V (signal PMT), draining approximately 670 and 1035 uA respectively.
- If gate width change is required, look in the scope the width of the gate. You change it by turning the hidden screw "width" in the NIM module 794, on the 2nd channel.
- Make sure the trigger and the signal cables are connected to the ADC.
- Prepare CODA (DAQ computer):
- Options -> Limits -> Set Time Limit
- Set the time of each run, i.e., the time each step along the crystal where LY will be measured.
- Run motor to scan (CONTROL computer) and start CODA when prompted (DAQ):
- In a terminal, go to directory motor. Execute the command:
./scan_12cm_step1cm_90min (or equivalent for the test you want - be consistent with the time set in CODA!) - If requested, type the password.
- Make sure you hear the motor moving
- When the terminal prompts that the scan will start in 10 seconds, switch to the DAQ computer and start coda USING:
Option -> Enable Auto Mode
- In a terminal, go to directory motor. Execute the command:
- Converting data
- In a terminal at DAQ computer, convert the files created:
./convertRange.sh 2000 2010
(Enter password when prompted to transfer data to Control computer) - In a terminal at Control computer, unzip the transferred file:
cd data
unzip 2000.zip - Convert the data to ROOT:
./convertRangeHex.sh 2000 2010
- In a terminal at DAQ computer, convert the files created:
- Analyze data (important to keep consistency, so we can inter-compare crystals):
- Fit the peaks with root (supposing you used the ADC channel 1, otherwise adjust):
root -l 2000.root T->Draw("ch1>>(1201,0,1200)"); [...] (I am going to write a script to do that automatically)