; Plastic conversions ; Lorna Ellis ; 11/7/05 ; first have just numbers: (a*X + b)*c, then full equation ; the number after the date is for version number version = 1 ; housekeeping conversions MCP_VM.1.20040927.1=formula Y = 0.1436 -807.39 1 = (0.1436 * X) - 807.39 MCP_VM.2.20041027.1=formula Y = 0.1436 -807.39 1 = (0.1436 * X) - 807.39 PAC_VM.1.20040927.1=formula Y = 0.5931 -248.28 -1 = -((0.5931 * X) - 248.28) PAC_VM.2.20041027.1=formula Y = 0.5931 -248.28 -1 = -((0.5931 * X) - 248.28) ; moments constants s_chan_const = 1000 moment_const = 9.7674122E-4 ; (2^17)/(8191*16383) : 17 for big shifting, 8191 for theta normalization to 13 bits, 16383 for phi normalization to 14 bits lynn_const = 27135 lynn_density_const = 440 m = 1.67E-27 ; kg k = 1.38E-23 ; J/deg (Boltzmann constant) dac_master = 4000 n_0 = 21 n_1 = 9 n_2 = -4 n_3 = -17