69 {
70
71 etalimits = {-0.10,0.10,0.30,0.50,0.70,0.90,1.10,1.30,1.50,1.70,1.90,2.10,2.33,2.55,2.80,3.42};
73
74 LUTKF.push_back({0.14,0.12,0.12,0.17,0.26,0.3,0.3,0.42,0.38,0.19,0.16,0.15,0.52,0.59,0.62,0.33});
75 LUTKF.push_back({0.19,0.17,0.18,0.2,0.27,0.3,0.3,0.43,0.36,0.19,0.16,0.14,0.33,0.35,0.38,0.28});
76 LUTKF.push_back({0.13,0.11,0.11,0.13,0.17,0.19,0.18,0.28,0.21,0.11,0.09,0.08,0.12,0.09,0.12,0.17});
77 LUTKF.push_back({-0.01,-0.02,-0.02,-0.01,0.02,0.03,0.03,0.12,0.04,-0.04,-0.05,-0.06,-0.03,-0.06,-0.03,0.05});
78 LUTKF.push_back({-0.12,-0.12,-0.12,-0.11,-0.08,-0.07,-0.08,-0.01,-0.08,-0.14,-0.14,-0.15,-0.13,-0.15,-0.12,-0.04});
79
80
81 for (
auto &vet :
LUTKF){
82 for (auto &veta : vet){
83 veta = std::round(veta*std::pow(2,7))/std::pow(2,7);
84 }
85 }
86}
std::vector< double > etalimits
std::vector< std::vector< double > > LUTKF
std::vector< unsigned int > etlimits