Project

General

Profile

Hall C Raster Information » History » Version 3

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