SED Plotting

With HostPhot, the user can plot the SED from the calculated photometry.

[1]:
import hostphot
print('HostPhot version:', hostphot.__version__)
HostPhot version: 3.0.0
[2]:
from hostphot.photometry.sed_plotting import plot_sed

plot_sed("SN2004eo", phot_type="global")
../_images/examples_sed_plotting_2_0.png
[3]:
plot_sed("SN2004eo", phot_type="global", plot_flux=True)
../_images/examples_sed_plotting_3_0.png
[ ]: