//-------------- GOOFIE borad register values ----------// ZSCTL = 0 // zero suppression control [val range = ()] ZSTHD = 0 // zero supresion threshold [val range = (0-1024)] ZSPED = 0 // fix pedestal substraction value [val range = (0-1024)] ACTCH = 0 // chanel number 1=A, 2=B, 3=C [not in use, 0 def.] NSEVT = 490 // numbers of sampels per event [val range = (0-490), def::490] PRTRG = 9 // pre/post triger (bit mask) [9 def.] BSLCT = 0 // operation mode (0=ADC-FPD, 3=MEM-FPD, 5=ACD-MEM) [0 def.] TMASK = 3 // TRIGER -- (bit mask) 1-chA Only, 2-chB Only, 3-both TATHD = 57 // treshold for chA TBTHD = 110 // treshold for chB TAISN = 1 // 1-true connected to "Near" trigger, 0-false connected to "Far" trigger. Channel A is one of the trigger channel located at the edge of the goofie board. //-------------- NI channels calibration -----------// TemperatureSensorP0 = 273.15 // calibration parameter P0 for goofie temperature sensors (common value for near and far) TemperatureSensorP1 = 4.0 // calibration parameter P1 for goofie temperature sensors (common value for near and far) PreassureSensorP0 = 825.0 // calibration parameter P0 for goofie pressure sensors PreassureSensorP1 = 37.5 // calibration parameter P1 for goofie pressure sensors FieldHVP0 = 0.0 // calibration parameter P0 for goofie field cage voltage (last resistor) FieldHVP1 = 6444.11 // calibration parameter P1 for goofie field cage voltage (last resistor) PickupVoltageP0 = 0.0 // not used PickupVoltageP1 = 1.0 // not used //-------------- END ------------//