lsst_inaf_agile.sed

Attributes

FIL

Functions

get_band_egg(band, filter_db)

Return the EGG filter transmission curve corresponding to the 'band'.

get_flux_band(lam, flux, band, filter_db)

Integrate the SED through the filter transmission curve.

write(filename, lam_in_um, flux_in_uJy)

Save the SED in EGG format.

Module Contents

FIL: dict[str, numpy.ndarray][source]
get_band_egg(band, filter_db)[source]

Return the EGG filter transmission curve corresponding to the ‘band’.

The data model follows that of the EGG FITS filters.

get_flux_band(lam, flux, band, filter_db)[source]

Integrate the SED through the filter transmission curve.

Parameters:
  • lam – wavelength in microns

  • flux – flux in uJy

  • band (str) – EGG filter band filename

  • filter_db (str) – EGG filter database filename

write(filename, lam_in_um, flux_in_uJy)[source]

Save the SED in EGG format.