Plancks Formula for Blackbody spectrum

前端 未结 2 643
失恋的感觉
失恋的感觉 2020-12-18 07:11

I am trying to write a simple python code for a plot of intensity vs wavelength for a given temperature, T=200K. So far I have this...

import scipy as sp
imp         


        
2条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-18 07:56

    Just want to point out that there seems to be an equivalent of what OP wants to do in astropy:

    https://docs.astropy.org/en/stable/api/astropy.modeling.physical_models.BlackBody.html

    Unfortunately, it is not very clear to me yet how to get wavelength vs frequency based expression.

提交回复
热议问题