-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hello,
In the emulated flux density file (emu.load_flux([2850,5.246,0.07])), I have the normalized flux, while I need that in its original unit (for example, Jy or erg/cm2/s). How can I access to that?
Overall, can I use the following emulated spectrum (created by Starfish's emulator) as a PHOENIX atmospheric model for my star?
flux=emu.load_flux([2850,5.246,0.07])
wavelength = emu.wl
plt.scatter(wavelength, flux)
Actually, I don't know how to derive an atmospheric model using PHOENIX or other libraries for a star. I would be very grateful if you could guide me.
Metadata
Metadata
Assignees
Labels
No labels