hyperion.model.SED

class hyperion.model.SED(nu, val=None, unc=None, units=None)

Class to represent an SED or set of SEDs

Parameters
nundarray

The frequencies at which the SED is defined, in Hz

valndarray, optional

The values for the SED. The last dimensions should match the number of frequencies.

uncndarray, optional

The uncertainties for the SED values. The last dimensions should match the number of frequencies.

unitsstr

The units of the values

Attributes

wav

The wavelengths for which the SED is defined (in microns).

nu

The frequencies for which the SED is defined (in Hz)

val

The SED values (fluxes, flux densities, surface brightness, or polarization) in the units given by the .unit property.

unc

The uncertainties on the SED values in the units given by the .unit property.

unit

The units of the SED values.

ap_min

Minimum aperture used to define the SEDs (in cm).

ap_max

Maximum aperture used to define the SEDs (in cm).

distance

Distance assumed for the image (in cm).

inside_observer

Whether the image was from an inside observer.