/* $Id: epam_brconst.h,v 1.1 1997/09/11 17:09:06 jeff Exp $ */ #include "hdfi.h" /* rate indicies, {0,1,2,3,4,5,6,7} = {P1,P3,P5,P7,DE1,DE2,W1} */ static uint16 epam_rn[7][8]= /* rate number locations */ { 59, 95,286,369,0,0,0,0, 25, 61, 97,133,205,288,371,454, 211,294,377,460,0,0,0,0, 213,296,379,462,0,0,0,0, 218,301,384,467,0,0,0,0, 219,302,385,468,0,0,0,0, 163,246,329,412,195,278,361,444}; /* number of values per rate per spin pair */ static uint8 epam_rs[7]={4,8,4,4,4,4,8}; /* width of energy band in kev */ static uint16 epam_eb[7]={22, 84, 257, 729, 15, 140, 516}; /* geometry factors (cm^2 - sr) */ static float32 epam_geom[7]={.428, .428, .428, .428, .14, .14, .103};