Esempio n. 1
0
def __B_lambda__(l, temp):
    tmp = VectorQuantity([], 1e+50 * units.m**-1 * units.kg * units.s**-3)
    for t in temp:
        curr = 2*h*c**2/l**5*1./(e**(h*c/(l*kB*t))-1)
        tmp.append(curr)
    return tmp