Skip to content

emu.load_flux() #159

@Aseman7

Description

@Aseman7

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions