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
wavThe wavelengths for which the SED is defined (in microns).
nuThe frequencies for which the SED is defined (in Hz)
valThe SED values (fluxes, flux densities, surface brightness, or polarization) in the units given by the
.unitproperty.uncThe uncertainties on the SED values in the units given by the
.unitproperty.unitThe units of the SED values.
ap_minMinimum aperture used to define the SEDs (in cm).
ap_maxMaximum aperture used to define the SEDs (in cm).
distanceDistance assumed for the image (in cm).
inside_observerWhether the image was from an inside observer.