Difference between revisions of "G2p BPM calibration"
From Hall A Wiki
m (→New Hall A 4 channels BPM receivers) |
(→calibration code) |
||
(12 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
===Introduction=== | ===Introduction=== | ||
− | === | + | ===calibration code=== |
+ | A new beampackage python script is built for bpm calibration, you can check the detail from [https://hallaweb.jlab.org/wiki/index.php/G2p_Beampackage here]. | ||
+ | |||
+ | To use it, just simply type: | ||
+ | |||
+ | ./bpm.py rootfilepath (if it is not absolute path you need to define the rootfile path in the bpm.py file) | ||
+ | |||
+ | or: | ||
+ | |||
+ | ./bpm.py runnumber (this way will insert all of the rootfiles for this run and you need to define the rootfile path in the code) | ||
+ | |||
+ | That's it! | ||
===Calibration=== | ===Calibration=== | ||
− | [https://hallaweb.jlab.org/wiki/index.php/G2p_BPM_calibration/bpmcalibrecord Record] | + | ====[https://hallaweb.jlab.org/wiki/index.php/G2p_BPM_calibration/bpmcalibrecord Record]==== |
− | ==== | + | ====All of the available harp scan data for g2p experiment can be found in [http://hallaweb.jlab.org/experiment/g2p/collaborators/pzhu/wiki/harpdata.root here]==== |
+ | |||
==Raster== | ==Raster== | ||
− | [https://hallaweb.jlab.org/wiki/index.php/G2p_BPM_calibration/rastercalibrecord Record] | + | ===[https://hallaweb.jlab.org/wiki/index.php/G2p_BPM_calibration/rastercalibrecord Record]=== |
+ | ===[https://hallaweb.jlab.org/wiki/index.php/G2p_BPM_calibration/rastershape Raster Shape in BPM Test]=== | ||
===result=== | ===result=== | ||
+ | ==[http://hallaweb.jlab.org/experiment/g2p/collaborators/pzhu/wiki/bpm.html Documents about BPM]== |
Latest revision as of 08:39, 11 June 2014
1H05A Harp
Introduction
Operation
Data
Calibration
New Hall A 4 channels BPM receivers
Introduction
calibration code
A new beampackage python script is built for bpm calibration, you can check the detail from here.
To use it, just simply type:
./bpm.py rootfilepath (if it is not absolute path you need to define the rootfile path in the bpm.py file)
or:
./bpm.py runnumber (this way will insert all of the rootfiles for this run and you need to define the rootfile path in the code)
That's it!