Project

General

Profile

Hall C Raster Information » History » Version 2

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