def P_20K(f): global F D = define_D(F) T = 20.0 return st.ita_20K( F, D) * st.ita_2K(f) * st.ita_Lenslet(f) * st.ita_det_LFT() * st.Bose( f, T) * 1.000
def P_20K(f): global F global D T = 20.0 return st.ita_20K(F) * st.ita_2K(f) * st.ita_Lenslet( f) * st.ita_det_LFT() * st.Bose(f, T) * 1.000
def P_20K(f): T = 20.0 return st.ita_20K( F, D) * st.ita_2K(f) * st.ita_Lenslet(f) * st.ita_det_LFT() * st.Bose( f, T) * 1.000