flaresimulations / synthesizer

Synthesizer - a code for creating synthetic astrophysical observables
https://flaresimulations.github.io/synthesizer/
GNU General Public License v3.0
17 stars 9 forks source link

Implement cosmological redshift routine for `Lines` #758

Open WillJRoper opened 1 month ago

WillJRoper commented 1 month ago

Lines should behave the same as Sed objects where possible. Currently, we do not have the functionality to shift line wavelengths to the observer frame nor convert them to fluxes. We should add it. This can be as simple as get_flux to match the Sed.get_fnu methods.