Class to represent an SED or set of SEDs
| Parameters : | nu : ndarray
val : ndarray, optional
unc : ndarray, optional
units : str
|
|---|
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. |