Open keflavich opened 10 years ago
I found the same problem, so where is the modified blackbody? It seems to be defined in the blackbody.
Actually, I found the problem when I am installing the higal_sedfitter. I am not sure whether it will influence the installation because I found some of the modules is not defined in the init.py and then can't be used.
For example, "No module named 'fit'" when running "from higal_sedfitter import smooth, fit, higal_beams"
The import should be from dust_emissivity.blackbody import modified_blackbody
This issue should be on higal_sedfitter, not here.
from Ke: I tried the example given in the dusty_emissivity module, the functions are under blackbody not the parent tree: