Project

General

Profile

Hall C Raster Information » History » Version 4

Richard Trotta, 05/03/2023 01:11 PM

1 1 Richard Trotta
h1. Hall C Raster Algorithm
2
3
!Hall_C_Raster_Algorithm.jpg!
4 2 Richard Trotta
5
h1. Raster Calibration
6
7 3 Richard Trotta
* Raster parameters from calibration
8 4 Richard Trotta
9
<pre>
10 2 Richard Trotta
;             Fast Raster calibration constants
11
;             =================================
12
  gusefr               = 1  
13
; flag if 1 fast raster data used with average beam pos and angles in
14
; calculating beam position
15
; if 0 then only use average beam pos and angles in calculating beam position
16
; Various fast raster quantities: gUse* are flags
17
; Raster constants determined from coin run 4556 on Aug 20, 2018
18
gfr_cal_mom  = 8.518
19
gfrxa_adc_zero_offset = 64150
20
gfrxb_adc_zero_offset = 66250
21
gfrya_adc_zero_offset = 67700
22
gfryb_adc_zero_offset = 64100
23
gfrxa_adcpercm = 158000
24
gfrxb_adcpercm = 147000
25 1 Richard Trotta
gfrya_adcpercm = 155500
26 2 Richard Trotta
gfryb_adcpercm = 157500
27 4 Richard Trotta
</pre>
28 2 Richard Trotta
29
* "Mark Jones' Raster Calibration":https://logbooks.jlab.org/entry/3589390
30
* "Run 4556, used for calibration":https://logbooks.jlab.org/entry/3589292