lum_lookup_filtered#
- silmaril.galaxy.lum_lookup_filtered(stellar_ages: float, z, table_file: str, filter_name='F200W', stellar_masses=10, m_gal=1000000.0)#
Computes luminosities from galaxy spectrum data using the given filter.
- Parameters:
stellar_ages (float) – ages of the stars in Myr
z (float) – redshift of the galaxy
filter_name (str) – name of JWST filter to use, defaults to “F200W”
table_file (str) – filepath to the table of spectrum data
stellar_masses (float) – mass of the individual stars
m_gal (TYPE, optional) – mass of the galaxy [Msun] from the starburst model. Default is 10^6 Msun
- Returns:
luminosities – returns the luminosity of the individual stars, default UV luminosity
- Return type:
array